404 Not Found

Not Found

The requested URL /cgi/user.sh was not found on this server.

"},"2235":{"isSerializedDate":true,"string":"Thu Jun 16 2011 19:31:02 GMT+0200 (CEST)"},"2236":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2237},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2238},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2237":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2238":{"x":50,"y":1243,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2239":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2240},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2241},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2240":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2241":{"x":276,"y":1243,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2242":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2243},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2244},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2243":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2244":{"x":502,"y":1243,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2245":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2246},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2247},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2246":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2247":{"x":502,"y":1586.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2248":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2249},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2250},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2249":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2250":{"x":502,"y":1930,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2251":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2252},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2253},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2252":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2253":{"x":276,"y":1930,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2254":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2255},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2256},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2255":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2256":{"x":50,"y":1930,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2257":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2258},"morph":{"__isSmartRef__":true,"id":1718},"connectedControlPoints":[],"cachedGlobalPosition":{"__isSmartRef__":true,"id":2259},"__SourceModuleName__":"Global.lively.morphic.Connectors"},"2258":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2259":{"x":50,"y":1586.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2260":{"loadModules":{"__isSmartRef__":true,"id":2261},"setupConnections":{"__isSmartRef__":true,"id":2264},"setTestCaseClasses":{"__isSmartRef__":true,"id":2267},"reset":{"__isSmartRef__":true,"id":2270},"runSelected":{"__isSmartRef__":true,"id":2273},"prepareForRun":{"__isSmartRef__":true,"id":2276},"runFinished":{"__isSmartRef__":true,"id":2279},"selectNone":{"__isSmartRef__":true,"id":2282},"selectAll":{"__isSmartRef__":true,"id":2285}},"2261":{"varMapping":{"__isSmartRef__":true,"id":2262},"source":"function loadModules() {\n var moduleNames = this.get('testModuleNS').textString.replace(/^\\s+|\\s+$/g, '').split(/[,\\s]+/),\n modules = moduleNames.collect(function(name) {\n try {\n return module(name);\n } catch(e) {\n alert(\"Could not interpret \" + name + \" as module name\");\n }\n });\n\n require(moduleNames).toRun(function() {\n alertOK('modules loaded')\n this.loadedModules = modules;\n var suite = new TestSuite(); \n this.loadedModules.forEach(function(m) { suite.testCasesFromModule(m) })\n this.setTestCaseClasses(suite.testCaseClasses)\n }.bind(this));\n\n}","funcProperties":{"__isSmartRef__":true,"id":2263},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2262":{"this":{"__isSmartRef__":true,"id":1718}},"2263":{},"2264":{"varMapping":{"__isSmartRef__":true,"id":2265},"source":"function setupConnections() {\n connect(this.get('loadModulesButton'), 'fire', this, 'loadModules')\n connect(this.get('runSelectedTestsButton'), 'fire', this, 'runSelected')\n connect(this.get('selectAllButton'), 'fire', this, 'selectAll')\n connect(this.get('selectNoneButton'), 'fire', this, 'selectNone')\n}","funcProperties":{"__isSmartRef__":true,"id":2266},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2265":{"this":{"__isSmartRef__":true,"id":1718}},"2266":{},"2267":{"varMapping":{"__isSmartRef__":true,"id":2268},"source":"function setTestCaseClasses(testCaseClasses) {\n var items = testCaseClasses\n .collect(function(ea) { return ea.type })\n .sortBy(function(ea) { return ea.toLowerCase() })\n\n this.get('testClassList').setList(items)\n}","funcProperties":{"__isSmartRef__":true,"id":2269},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2268":{"this":{"__isSmartRef__":true,"id":1718}},"2269":{},"2270":{"varMapping":{"__isSmartRef__":true,"id":2271},"source":"function reset() {\n this.testSuite = null;\n this.get('testClassList').setList([]);\n this.get('testResult').setFill(Color.gray);\n this.get('testResult').setTextString('');\n this.doNotSerialize = ['loadedModules']\n}","funcProperties":{"__isSmartRef__":true,"id":2272},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2271":{"this":{"__isSmartRef__":true,"id":1718}},"2272":{},"2273":{"varMapping":{"__isSmartRef__":true,"id":2274},"source":"function runSelected() {\n var suite = new TestSuite();\n\n var classNames = this.get('testClassList').getSelections(),\n classes = classNames\n .collect(function(ea) { return Class.forName(ea) })\n .select(function(ea) { return ea });\n\n if (classes.length == 0)\n alert('No classes loaded?')\n\n suite.addTestCases(classes);\n\n this.testSuite = suite;\n\n this.prepareForRun();\n\n suite.runFinished = this.runFinished.bind(this)\n suite.runAll();\n}","funcProperties":{"__isSmartRef__":true,"id":2275},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2274":{"this":{"__isSmartRef__":true,"id":1718}},"2275":{},"2276":{"varMapping":{"__isSmartRef__":true,"id":2277},"source":"function prepareForRun() {\n this.startTime = new Date();\n this.noOfTestCases = this.testSuite.testCaseClasses.inject(0, function(sum, testClass) {\n return sum + new testClass().allTestSelectors().length\n });\n\n var resultText = this.get('testResult');\n resultText.setFill(Color.white);\n resultText.setTextString('running...');\n}","funcProperties":{"__isSmartRef__":true,"id":2278},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2277":{"this":{"__isSmartRef__":true,"id":1718}},"2278":{},"2279":{"varMapping":{"__isSmartRef__":true,"id":2280},"source":"function runFinished() {\n var suite = this.testSuite;\n\n Global.testResult = suite.result\n var time = new Date() - this.startTime,\n resultText = this.get('testResult'),\n timeAndNoOfTests = time.toString() + 'ms for ' + this.noOfTestCases + ' tests';\n if (suite.result.failed.length == 0) {\n resultText.setFill(Color.green);\n resultText.setTextString(timeAndNoOfTests);\n return;\n }\n var failStr = suite.result.failed.collect(function(result) {\n var msg = result.classname + '>>' + result.selector;\n msg += '\\n' + result.err.message;\n msg += '\\n' + result.err.stack;\n return msg;\n }).join('\\n---------\\n');\n resultText.setFill(Color.red);\n var failedTests = suite.result.failed.length + ' failed tests';\n resultText.setTextString([timeAndNoOfTests, failedTests, failStr].join('\\n\\n'));\n}","funcProperties":{"__isSmartRef__":true,"id":2281},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2280":{"this":{"__isSmartRef__":true,"id":1718}},"2281":{},"2282":{"varMapping":{"__isSmartRef__":true,"id":2283},"source":"function selectNone() {\n this.get('testClassList').clearSelections()\n}","funcProperties":{"__isSmartRef__":true,"id":2284},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2283":{"this":{"__isSmartRef__":true,"id":1718}},"2284":{},"2285":{"varMapping":{"__isSmartRef__":true,"id":2286},"source":"function selectAll() {\n var list = this.get('testClassList')\n list.selectAllAt(Array.range(0, list.getList().length-1))\n}","funcProperties":{"__isSmartRef__":true,"id":2287},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"2286":{"this":{"__isSmartRef__":true,"id":1718}},"2287":{},"2288":{"submorphs":[{"__isSmartRef__":true,"id":2289},{"__isSmartRef__":true,"id":2301},{"__isSmartRef__":true,"id":2335},{"__isSmartRef__":true,"id":2368}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2402},"id":9495,"renderContextTable":{"__isSmartRef__":true,"id":2406},"eventHandler":{"__isSmartRef__":true,"id":2407},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":2408},"_Position":{"__isSmartRef__":true,"id":2409},"windowMorph":{"__isSmartRef__":true,"id":1717},"label":{"__isSmartRef__":true,"id":2289},"closeButton":{"__isSmartRef__":true,"id":2301},"menuButton":{"__isSmartRef__":true,"id":2335},"collapseButton":{"__isSmartRef__":true,"id":2368},"priorExtent":{"__isSmartRef__":true,"id":2410},"owner":{"__isSmartRef__":true,"id":1717},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"2289":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2290},"id":9496,"renderContextTable":{"__isSmartRef__":true,"id":2294},"textChunks":[{"__isSmartRef__":true,"id":2295}],"eventHandler":{"__isSmartRef__":true,"id":2297},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":411},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":2298},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2288},"priorExtent":{"__isSmartRef__":true,"id":2299},"_MaxTextWidth":393,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":2300},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"2290":{"_Position":{"__isSmartRef__":true,"id":2291},"renderContextTable":{"__isSmartRef__":true,"id":2292},"_Extent":{"__isSmartRef__":true,"id":2293},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2291":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2292":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2293":{"x":393,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2294":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2295":{"style":{"__isSmartRef__":true,"id":2296},"chunkOwner":{"__isSmartRef__":true,"id":2289},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"TestRunner","__LivelyClassName__":"lively.morphic.TextChunk"},"2296":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2297":{"morph":{"__isSmartRef__":true,"id":2289},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2298":{"resizeWidth":true},"2299":{"x":393,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2300":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2301":{"submorphs":[{"__isSmartRef__":true,"id":2302}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2313},"id":9497,"renderContextTable":{"__isSmartRef__":true,"id":2317},"eventHandler":{"__isSmartRef__":true,"id":2318},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2319},"priorExtent":{"__isSmartRef__":true,"id":2320},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":433},"lighterFill":{"__isSmartRef__":true,"id":2321},"label":{"__isSmartRef__":true,"id":2302},"owner":{"__isSmartRef__":true,"id":2288},"layout":{"__isSmartRef__":true,"id":2330},"attributeConnections":[{"__isSmartRef__":true,"id":2331},{"__isSmartRef__":true,"id":2333}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"2302":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2303},"id":9498,"renderContextTable":{"__isSmartRef__":true,"id":2307},"textChunks":[{"__isSmartRef__":true,"id":2308}],"eventHandler":{"__isSmartRef__":true,"id":2310},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":425},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2311},"priorExtent":{"__isSmartRef__":true,"id":2312},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2301},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"2303":{"_Position":{"__isSmartRef__":true,"id":2304},"renderContextTable":{"__isSmartRef__":true,"id":2305},"_Extent":{"__isSmartRef__":true,"id":2306},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2304":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2305":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2306":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2307":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2308":{"style":{"__isSmartRef__":true,"id":2309},"chunkOwner":{"__isSmartRef__":true,"id":2302},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"2309":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2310":{"morph":{"__isSmartRef__":true,"id":2302},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2311":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2312":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2313":{"_Position":{"__isSmartRef__":true,"id":2314},"renderContextTable":{"__isSmartRef__":true,"id":2315},"_Extent":{"__isSmartRef__":true,"id":2316},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":432},"_Fill":{"__isSmartRef__":true,"id":433},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2314":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2315":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2316":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2317":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"2318":{"morph":{"__isSmartRef__":true,"id":2301},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2319":{"x":432,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2320":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2321":{"stops":[{"__isSmartRef__":true,"id":2322},{"__isSmartRef__":true,"id":2324},{"__isSmartRef__":true,"id":2326},{"__isSmartRef__":true,"id":2328}],"vector":{"__isSmartRef__":true,"id":442},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2322":{"offset":0,"color":{"__isSmartRef__":true,"id":2323}},"2323":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2324":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2325}},"2325":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2326":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2327}},"2327":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2328":{"offset":1,"color":{"__isSmartRef__":true,"id":2329}},"2329":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2330":{"moveHorizontal":true},"2331":{"sourceObj":{"__isSmartRef__":true,"id":2301},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1717},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2332},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2332":{"source":{"__isSmartRef__":true,"id":2301},"target":{"__isSmartRef__":true,"id":1717}},"2333":{"sourceObj":{"__isSmartRef__":true,"id":2301},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1717},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2334},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2334":{"source":{"__isSmartRef__":true,"id":2301},"target":{"__isSmartRef__":true,"id":1717}},"2335":{"submorphs":[{"__isSmartRef__":true,"id":2336}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2347},"id":9499,"renderContextTable":{"__isSmartRef__":true,"id":2351},"eventHandler":{"__isSmartRef__":true,"id":2352},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2353},"priorExtent":{"__isSmartRef__":true,"id":2354},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":433},"lighterFill":{"__isSmartRef__":true,"id":2355},"label":{"__isSmartRef__":true,"id":2336},"owner":{"__isSmartRef__":true,"id":2288},"attributeConnections":[{"__isSmartRef__":true,"id":2364},{"__isSmartRef__":true,"id":2366}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"2336":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2337},"id":9500,"renderContextTable":{"__isSmartRef__":true,"id":2341},"textChunks":[{"__isSmartRef__":true,"id":2342}],"eventHandler":{"__isSmartRef__":true,"id":2344},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":425},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2345},"priorExtent":{"__isSmartRef__":true,"id":2346},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2335},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"2337":{"_Position":{"__isSmartRef__":true,"id":2338},"renderContextTable":{"__isSmartRef__":true,"id":2339},"_Extent":{"__isSmartRef__":true,"id":2340},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2338":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2339":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2340":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2341":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2342":{"style":{"__isSmartRef__":true,"id":2343},"chunkOwner":{"__isSmartRef__":true,"id":2336},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"2343":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2344":{"morph":{"__isSmartRef__":true,"id":2336},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2345":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2346":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2347":{"_Position":{"__isSmartRef__":true,"id":2348},"renderContextTable":{"__isSmartRef__":true,"id":2349},"_Extent":{"__isSmartRef__":true,"id":2350},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":432},"_Fill":{"__isSmartRef__":true,"id":433},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2348":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2349":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2350":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2351":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"2352":{"morph":{"__isSmartRef__":true,"id":2335},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2353":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2354":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2355":{"stops":[{"__isSmartRef__":true,"id":2356},{"__isSmartRef__":true,"id":2358},{"__isSmartRef__":true,"id":2360},{"__isSmartRef__":true,"id":2362}],"vector":{"__isSmartRef__":true,"id":442},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2356":{"offset":0,"color":{"__isSmartRef__":true,"id":2357}},"2357":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2358":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2359}},"2359":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2360":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2361}},"2361":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2362":{"offset":1,"color":{"__isSmartRef__":true,"id":2363}},"2363":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2364":{"sourceObj":{"__isSmartRef__":true,"id":2335},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1717},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2365},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2365":{"source":{"__isSmartRef__":true,"id":2335},"target":{"__isSmartRef__":true,"id":1717}},"2366":{"sourceObj":{"__isSmartRef__":true,"id":2335},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1717},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2367},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2367":{"source":{"__isSmartRef__":true,"id":2335},"target":{"__isSmartRef__":true,"id":1717}},"2368":{"submorphs":[{"__isSmartRef__":true,"id":2369}],"scripts":[],"shape":{"__isSmartRef__":true,"id":2380},"id":9501,"renderContextTable":{"__isSmartRef__":true,"id":2384},"eventHandler":{"__isSmartRef__":true,"id":2385},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":2386},"priorExtent":{"__isSmartRef__":true,"id":2387},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":433},"lighterFill":{"__isSmartRef__":true,"id":2388},"label":{"__isSmartRef__":true,"id":2369},"owner":{"__isSmartRef__":true,"id":2288},"layout":{"__isSmartRef__":true,"id":2397},"attributeConnections":[{"__isSmartRef__":true,"id":2398},{"__isSmartRef__":true,"id":2400}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"2369":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2370},"id":9502,"renderContextTable":{"__isSmartRef__":true,"id":2374},"textChunks":[{"__isSmartRef__":true,"id":2375}],"eventHandler":{"__isSmartRef__":true,"id":2377},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":425},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":2378},"priorExtent":{"__isSmartRef__":true,"id":2379},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2368},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"2370":{"_Position":{"__isSmartRef__":true,"id":2371},"renderContextTable":{"__isSmartRef__":true,"id":2372},"_Extent":{"__isSmartRef__":true,"id":2373},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2371":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2372":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2373":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2374":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2375":{"style":{"__isSmartRef__":true,"id":2376},"chunkOwner":{"__isSmartRef__":true,"id":2369},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"2376":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2377":{"morph":{"__isSmartRef__":true,"id":2369},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2378":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2379":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2380":{"_Position":{"__isSmartRef__":true,"id":2381},"renderContextTable":{"__isSmartRef__":true,"id":2382},"_Extent":{"__isSmartRef__":true,"id":2383},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":432},"_Fill":{"__isSmartRef__":true,"id":433},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2381":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2382":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2383":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2384":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"2385":{"morph":{"__isSmartRef__":true,"id":2368},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2386":{"x":413,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2387":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2388":{"stops":[{"__isSmartRef__":true,"id":2389},{"__isSmartRef__":true,"id":2391},{"__isSmartRef__":true,"id":2393},{"__isSmartRef__":true,"id":2395}],"vector":{"__isSmartRef__":true,"id":442},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"2389":{"offset":0,"color":{"__isSmartRef__":true,"id":2390}},"2390":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2391":{"offset":0.4,"color":{"__isSmartRef__":true,"id":2392}},"2392":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2393":{"offset":0.6,"color":{"__isSmartRef__":true,"id":2394}},"2394":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2395":{"offset":1,"color":{"__isSmartRef__":true,"id":2396}},"2396":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2397":{"moveHorizontal":true},"2398":{"sourceObj":{"__isSmartRef__":true,"id":2368},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":1717},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2399},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2399":{"source":{"__isSmartRef__":true,"id":2368},"target":{"__isSmartRef__":true,"id":1717}},"2400":{"sourceObj":{"__isSmartRef__":true,"id":2368},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":1717},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":2401},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2401":{"source":{"__isSmartRef__":true,"id":2368},"target":{"__isSmartRef__":true,"id":1717}},"2402":{"_Position":{"__isSmartRef__":true,"id":2403},"renderContextTable":{"__isSmartRef__":true,"id":2404},"_Extent":{"__isSmartRef__":true,"id":2405},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":532},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2403":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2404":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2405":{"x":452,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2406":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"2407":{"morph":{"__isSmartRef__":true,"id":2288},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2408":{"resizeWidth":true,"adjustForNewBounds":true},"2409":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2410":{"x":452,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2411":{"renderContextTable":{"__isSmartRef__":true,"id":2412},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":2413},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2412":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2413":{"x":452,"y":708,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2414":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"2415":{"morph":{"__isSmartRef__":true,"id":1717},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2416":{"adjustForNewBounds":true},"2417":{"x":1254,"y":57,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2418":{"x":452,"y":708,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2419":{"x":1548,"y":58,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2420":{"submorphs":[],"scripts":[],"id":4526,"shape":{"__isSmartRef__":true,"id":2421},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":2427},"showsHalos":false,"name":"Rectangle4","partsBinMetaInfo":{"__isSmartRef__":true,"id":2428},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":2429},"eventHandler":{"__isSmartRef__":true,"id":2430},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"2421":{"position":{"__isSmartRef__":true,"id":2422},"_Extent":{"__isSmartRef__":true,"id":2423},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2424},"_Fill":{"__isSmartRef__":true,"id":2425},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":2426},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2422":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2423":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2424":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2425":{"r":0,"g":0,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2426":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2427":{"x":2919,"y":251,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2428":{"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"},"2429":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"2430":{"morph":{"__isSmartRef__":true,"id":2420},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2431":{"submorphs":[{"__isSmartRef__":true,"id":2432},{"__isSmartRef__":true,"id":2953}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3283},"id":5667,"renderContextTable":{"__isSmartRef__":true,"id":3286},"eventHandler":{"__isSmartRef__":true,"id":3287},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":3288},"LK2":true,"_Position":{"__isSmartRef__":true,"id":3289},"priorExtent":{"__isSmartRef__":true,"id":3290},"targetMorph":{"__isSmartRef__":true,"id":2432},"titleBar":{"__isSmartRef__":true,"id":2953},"contentOffset":{"__isSmartRef__":true,"id":2925},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"prevDragPos":{"__isSmartRef__":true,"id":3291},"isBeingDragged":false,"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","name":"Window","owner":{"__isSmartRef__":true,"id":0},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3292},{"__isSmartRef__":true,"id":3295},{"__isSmartRef__":true,"id":3298},{"__isSmartRef__":true,"id":3301},{"__isSmartRef__":true,"id":3304},{"__isSmartRef__":true,"id":3307},{"__isSmartRef__":true,"id":3310},{"__isSmartRef__":true,"id":3313}],"cameForward":false,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"2432":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2433},"id":5668,"renderContextTable":{"__isSmartRef__":true,"id":2439},"textChunks":[{"__isSmartRef__":true,"id":2440},{"__isSmartRef__":true,"id":2442},{"__isSmartRef__":true,"id":2444},{"__isSmartRef__":true,"id":2446},{"__isSmartRef__":true,"id":2448},{"__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},{"__isSmartRef__":true,"id":2466},{"__isSmartRef__":true,"id":2468},{"__isSmartRef__":true,"id":2470},{"__isSmartRef__":true,"id":2472},{"__isSmartRef__":true,"id":2474},{"__isSmartRef__":true,"id":2476},{"__isSmartRef__":true,"id":2478},{"__isSmartRef__":true,"id":2480},{"__isSmartRef__":true,"id":2482},{"__isSmartRef__":true,"id":2484},{"__isSmartRef__":true,"id":2486},{"__isSmartRef__":true,"id":2488},{"__isSmartRef__":true,"id":2490},{"__isSmartRef__":true,"id":2492},{"__isSmartRef__":true,"id":2494},{"__isSmartRef__":true,"id":2496},{"__isSmartRef__":true,"id":2498},{"__isSmartRef__":true,"id":2500},{"__isSmartRef__":true,"id":2502},{"__isSmartRef__":true,"id":2504},{"__isSmartRef__":true,"id":2506},{"__isSmartRef__":true,"id":2508},{"__isSmartRef__":true,"id":2510},{"__isSmartRef__":true,"id":2512},{"__isSmartRef__":true,"id":2514},{"__isSmartRef__":true,"id":2516},{"__isSmartRef__":true,"id":2518},{"__isSmartRef__":true,"id":2520},{"__isSmartRef__":true,"id":2522},{"__isSmartRef__":true,"id":2524},{"__isSmartRef__":true,"id":2526},{"__isSmartRef__":true,"id":2528},{"__isSmartRef__":true,"id":2530},{"__isSmartRef__":true,"id":2532},{"__isSmartRef__":true,"id":2534},{"__isSmartRef__":true,"id":2536},{"__isSmartRef__":true,"id":2538},{"__isSmartRef__":true,"id":2540},{"__isSmartRef__":true,"id":2542},{"__isSmartRef__":true,"id":2544},{"__isSmartRef__":true,"id":2546},{"__isSmartRef__":true,"id":2548},{"__isSmartRef__":true,"id":2550},{"__isSmartRef__":true,"id":2552},{"__isSmartRef__":true,"id":2554},{"__isSmartRef__":true,"id":2556},{"__isSmartRef__":true,"id":2558},{"__isSmartRef__":true,"id":2560},{"__isSmartRef__":true,"id":2562},{"__isSmartRef__":true,"id":2564},{"__isSmartRef__":true,"id":2566},{"__isSmartRef__":true,"id":2568},{"__isSmartRef__":true,"id":2570},{"__isSmartRef__":true,"id":2573},{"__isSmartRef__":true,"id":2575},{"__isSmartRef__":true,"id":2577},{"__isSmartRef__":true,"id":2579},{"__isSmartRef__":true,"id":2581},{"__isSmartRef__":true,"id":2583},{"__isSmartRef__":true,"id":2585},{"__isSmartRef__":true,"id":2587},{"__isSmartRef__":true,"id":2589},{"__isSmartRef__":true,"id":2591},{"__isSmartRef__":true,"id":2593},{"__isSmartRef__":true,"id":2595},{"__isSmartRef__":true,"id":2597},{"__isSmartRef__":true,"id":2599},{"__isSmartRef__":true,"id":2601},{"__isSmartRef__":true,"id":2603},{"__isSmartRef__":true,"id":2605},{"__isSmartRef__":true,"id":2607},{"__isSmartRef__":true,"id":2609},{"__isSmartRef__":true,"id":2611},{"__isSmartRef__":true,"id":2613},{"__isSmartRef__":true,"id":2615},{"__isSmartRef__":true,"id":2617},{"__isSmartRef__":true,"id":2619},{"__isSmartRef__":true,"id":2621},{"__isSmartRef__":true,"id":2623},{"__isSmartRef__":true,"id":2625},{"__isSmartRef__":true,"id":2627},{"__isSmartRef__":true,"id":2629},{"__isSmartRef__":true,"id":2631},{"__isSmartRef__":true,"id":2633},{"__isSmartRef__":true,"id":2635},{"__isSmartRef__":true,"id":2637},{"__isSmartRef__":true,"id":2639},{"__isSmartRef__":true,"id":2641},{"__isSmartRef__":true,"id":2643},{"__isSmartRef__":true,"id":2645},{"__isSmartRef__":true,"id":2647},{"__isSmartRef__":true,"id":2649},{"__isSmartRef__":true,"id":2651},{"__isSmartRef__":true,"id":2653},{"__isSmartRef__":true,"id":2655},{"__isSmartRef__":true,"id":2657},{"__isSmartRef__":true,"id":2659},{"__isSmartRef__":true,"id":2661},{"__isSmartRef__":true,"id":2663},{"__isSmartRef__":true,"id":2665},{"__isSmartRef__":true,"id":2667},{"__isSmartRef__":true,"id":2669},{"__isSmartRef__":true,"id":2671},{"__isSmartRef__":true,"id":2673},{"__isSmartRef__":true,"id":2675},{"__isSmartRef__":true,"id":2677},{"__isSmartRef__":true,"id":2679},{"__isSmartRef__":true,"id":2681},{"__isSmartRef__":true,"id":2683},{"__isSmartRef__":true,"id":2685},{"__isSmartRef__":true,"id":2687},{"__isSmartRef__":true,"id":2689},{"__isSmartRef__":true,"id":2691},{"__isSmartRef__":true,"id":2693},{"__isSmartRef__":true,"id":2695},{"__isSmartRef__":true,"id":2697},{"__isSmartRef__":true,"id":2699},{"__isSmartRef__":true,"id":2701},{"__isSmartRef__":true,"id":2703},{"__isSmartRef__":true,"id":2705},{"__isSmartRef__":true,"id":2707},{"__isSmartRef__":true,"id":2709},{"__isSmartRef__":true,"id":2711},{"__isSmartRef__":true,"id":2713},{"__isSmartRef__":true,"id":2715},{"__isSmartRef__":true,"id":2717},{"__isSmartRef__":true,"id":2719},{"__isSmartRef__":true,"id":2721},{"__isSmartRef__":true,"id":2723},{"__isSmartRef__":true,"id":2725},{"__isSmartRef__":true,"id":2727},{"__isSmartRef__":true,"id":2729},{"__isSmartRef__":true,"id":2731},{"__isSmartRef__":true,"id":2733},{"__isSmartRef__":true,"id":2735},{"__isSmartRef__":true,"id":2737},{"__isSmartRef__":true,"id":2739},{"__isSmartRef__":true,"id":2741},{"__isSmartRef__":true,"id":2743},{"__isSmartRef__":true,"id":2745},{"__isSmartRef__":true,"id":2747},{"__isSmartRef__":true,"id":2749},{"__isSmartRef__":true,"id":2751},{"__isSmartRef__":true,"id":2753},{"__isSmartRef__":true,"id":2755},{"__isSmartRef__":true,"id":2757},{"__isSmartRef__":true,"id":2759},{"__isSmartRef__":true,"id":2761},{"__isSmartRef__":true,"id":2763},{"__isSmartRef__":true,"id":2765},{"__isSmartRef__":true,"id":2767},{"__isSmartRef__":true,"id":2769},{"__isSmartRef__":true,"id":2771},{"__isSmartRef__":true,"id":2773},{"__isSmartRef__":true,"id":2775},{"__isSmartRef__":true,"id":2777},{"__isSmartRef__":true,"id":2779},{"__isSmartRef__":true,"id":2781},{"__isSmartRef__":true,"id":2783},{"__isSmartRef__":true,"id":2785},{"__isSmartRef__":true,"id":2787},{"__isSmartRef__":true,"id":2789},{"__isSmartRef__":true,"id":2791},{"__isSmartRef__":true,"id":2793},{"__isSmartRef__":true,"id":2795},{"__isSmartRef__":true,"id":2797},{"__isSmartRef__":true,"id":2799},{"__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}],"eventHandler":{"__isSmartRef__":true,"id":2923},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2924},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":2925},"priorExtent":{"__isSmartRef__":true,"id":2926},"_MaxTextWidth":749,"_MaxTextHeight":618,"evalEnabled":true,"owner":{"__isSmartRef__":true,"id":2431},"layout":{"__isSmartRef__":true,"id":2927},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":2928}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1314741781919,"accessibleInInactiveWindow":true,"charsReplaced":"","lastFindLoc":498,"priorSelectionRange":[908,996],"__SourceModuleName__":"Global.lively.morphic.TextCore","prevScroll":[0,258],"_Scale":1,"savedTextString":"cop.create('OriginBugFixLayer')\n.refineClass(lively.morphic.Morph, {\n dropOn: function(morph) {\n morph.addMorph(this)\n },\n transformToMorph: function (other) {\n // FIXME\n // getTransformToElement has issues on some platforms\n // if (Config.useGetTransformToElement) {\n // return this.rawNode.getTransformToElement(other.rawNode);\n // }\n var tfm = this.getGlobalTransform(),\n inv = other.getGlobalTransform().createInverse();\ndebugger\n tfm.preConcatenate(inv);\n return tfm;\n },\n isClip: function() {\n return this.isClippingMode(this.getClipMode());\n },\n isClippingMode: function(modeString) {\n return modeString !== 'visible' && modeString !== '';\n },\n getPrivateClipOffset: function() {\n\n },\n innerBounds: function() {\n // return cop.proceed();\n return this.isClip() ?\n cop.proceed().translatedBy(this.getOrigin().negated()) : cop.proceed();\n },\n getTransform: function () {\n var scale = this.getScale(),\n pos = this.getPosition();\n // if (this.isClip()) pos = pos.addPt(this.getOrigin().negated());\n return new lively.morphic.Similitude(pos, this.getRotation(), pt(scale,scale));\n },\n getGlobalTransform: function() {\n // return cop.proceed();\n var globalTransform = new lively.morphic.Similitude(),\n world = this.world();\n for (var morph = this; (morph != world) && (morph != undefined); morph = morph.owner) {\n var t = morph.getTransform();\n if (morph.isClip() && morph !== this) {\n t = new lively.morphic.Similitude(morph.getOrigin().negated(), 0, pt(1,1)).preConcatenate(t);\n // alert('t:' + t + ' origin: ' + morph.getOrigin().negated())\n }\n globalTransform.preConcatenate(t);\n }\n return globalTransform;\n },\n setClipModeHTML: function(ctx, modeString) {\n if (this.isClippingMode(modeString)) {\n if (!ctx.clipNode) {\n ctx.clipNode = XHTMLNS.create('div')\n ctx.clipNode.style.position = 'absolute';\n while (ctx.morphNode.childNodes.length > 0)\n ctx.clipNode.appendChild(ctx.morphNode.childNodes[0])\n ctx.morphNode.appendChild(ctx.clipNode);\n\n // origin: moving clipNode and resetting shape + submorphs\n var origin = this.getOrigin();\n ctx.domInterface.setPosition(ctx.clipNode, origin.negated());\n this.shape.setPosition(this.shape.getPosition().addPt(origin));\n this.submorphs.invoke('moveBy', origin);\n }\n ctx.domInterface.setExtent(ctx.clipNode, this.getExtent());\n ctx.clipNode.style.overflow = modeString || 'auto';\n } else {\n if (ctx.clipNode) {\n while (ctx.clipNode.childNodes.length > 0)\n ctx.morphNode.appendChild(ctx.clipNode.childNodes[0])\n ctx.morphNode.removeChild(ctx.clipNode);\n ctx.clipNode = null;\n\n // offsetting shape + submorphs\n var origin = this.getOrigin();\n this.shape.setPosition(this.shape.getPosition().addPt(origin.negated()));\n this.submorphs.invoke('moveBy', origin.negated());\n }\n }\n },\n getOrigin: function() {\n return this._origin || this.shape.getPosition().negated();\n },\n setOrigin: function(value) {\n // changes the origin / pivot of the morph \n // without changing its position on the screen\n var oldOrigin = this.getOrigin(),\n delta = value.subPt(oldOrigin),\n transform = this.getTransform(),\n oldTransformedOrigin = transform.transformPoint(oldOrigin),\n newTransformedOrigin = transform.transformPoint(value),\n transformedDelta = newTransformedOrigin.subPt(oldTransformedOrigin);\nthis._origin= value;\n // change the shapes position and own translation\n\nif (this.renderContext().clipNode) {\n this.renderContext().domInterface.setPosition(this.renderContext().clipNode, value.negated());\n} else {\n this.shape.setPosition(value.negated());\n this.submorphs.invoke('moveBy', delta.negated());\n}\n this.moveBy(transformedDelta);\n },\n})\n.refineClass(lively.morphic.Shapes.Shape, {\n setExtentHTML: function(ctx, value) {\n var extentWithoutBorder = value.addXY(-2*this.getBorderWidth(), -2*this.getBorderWidth());\n if (ctx.shapeNode)\n ctx.domInterface.setExtent(ctx.shapeNode, extentWithoutBorder);\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Shapes.External, {\n setExtentHTML: function(ctx, value) {\n cop.proceed(ctx, value)\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Halo, {\n computePositionAtTarget: function(targetMorph) {\n targetMorph = targetMorph || this.targetMorph;\n var world = targetMorph.world(),\n owner = targetMorph.owner;\n if (!world || !owner) return pt(0,0);\n\n var bounds = targetMorph.bounds(),\n boundsInWorld = targetMorph.getGlobalTransform().transformRectToRect(targetMorph.innerBounds()),\n visibleBounds = this.computeHaloBounds(boundsInWorld, world);\n\n var haloItemExtent = this.defaultExtent,\n haloOffsetX = (visibleBounds.realWidth()-haloItemExtent.x) / this.maxHorizontalLabels,\n haloOffsetY = (visibleBounds.realHeight()-haloItemExtent.y) / this.maxVerticalLabels,\n pos = visibleBounds.topLeft().addPt(\n pt(haloOffsetX*this.horizontalPos, haloOffsetY*this.verticalPos));\n\n return pos;\n },\n})\n.refineClass(lively.morphic.OriginHalo, {\n computePositionAtTarget: function() {\n var world = this.targetMorph.world();\n if (!world) return pt(0,0);\n var pos = this.targetMorph.worldPoint(this.targetMorph.getOrigin()),\n pos = pos.subPt(this.getExtent().scaleBy(0.5));\n return pos;\n },\n})\n\nOriginBugFixLayer.beGlobal()","showsHalos":false,"magnets":[{"__isSmartRef__":true,"id":2929},{"__isSmartRef__":true,"id":2932},{"__isSmartRef__":true,"id":2935},{"__isSmartRef__":true,"id":2938},{"__isSmartRef__":true,"id":2941},{"__isSmartRef__":true,"id":2944},{"__isSmartRef__":true,"id":2947},{"__isSmartRef__":true,"id":2950}],"isBeingDragged":false,"lastSearchString":"bounds","textString":"cop.create('OriginBugFixLayer')\n.refineClass(lively.morphic.Morph, {\n innerBounds: function() {\n // return cop.proceed();\n return this.isClip() ?\n cop.proceed().translatedBy(this.getOrigin().negated()) : cop.proceed();\n },\n getTransform: function () {\n var scale = this.getScale(),\n pos = this.getPosition();\n // if (this.isClip()) pos = pos.addPt(this.getOrigin().negated());\n return new lively.morphic.Similitude(pos, this.getRotation(), pt(scale,scale));\n },\n getGlobalTransform: function() {\n // return cop.proceed();\n var globalTransform = new lively.morphic.Similitude(),\n world = this.world();\n for (var morph = this; (morph != world) && (morph != undefined); morph = morph.owner) {\n var t = morph.getTransform();\n if (morph.isClip() && morph !== this) {\n t = new lively.morphic.Similitude(morph.getOrigin().negated(), 0, pt(1,1)).preConcatenate(t);\n // alert('t:' + t + ' origin: ' + morph.getOrigin().negated())\n }\n globalTransform.preConcatenate(t);\n }\n return globalTransform;\n },\n getOrigin: function() {\n return this._origin || this.shape.getPosition().negated();\n },\n setOrigin: function(value) {\n // changes the origin / pivot of the morph \n // without changing its position on the screen\n var oldOrigin = this.getOrigin(),\n delta = value.subPt(oldOrigin),\n transform = this.getTransform(),\n oldTransformedOrigin = transform.transformPoint(oldOrigin),\n newTransformedOrigin = transform.transformPoint(value),\n transformedDelta = newTransformedOrigin.subPt(oldTransformedOrigin);\nthis._origin= value;\n // change the shapes position and own translation\n\nif (this.renderContext().clipNode) {\n this.renderContext().domInterface.setPosition(this.renderContext().clipNode, value.negated());\n} else {\n this.shape.setPosition(value.negated());\n this.submorphs.invoke('moveBy', delta.negated());\n}\n this.moveBy(transformedDelta);\n },\n})\n.refineClass(lively.morphic.Halo, {\n computePositionAtTarget: function(targetMorph) {\n targetMorph = targetMorph || this.targetMorph;\n var world = targetMorph.world(),\n owner = targetMorph.owner;\n if (!world || !owner) return pt(0,0);\n\n var bounds = targetMorph.bounds(),\n boundsInWorld = targetMorph.getGlobalTransform().transformRectToRect(targetMorph.innerBounds()),\n visibleBounds = this.computeHaloBounds(boundsInWorld, world);\n\n var haloItemExtent = this.defaultExtent,\n haloOffsetX = (visibleBounds.realWidth()-haloItemExtent.x) / this.maxHorizontalLabels,\n haloOffsetY = (visibleBounds.realHeight()-haloItemExtent.y) / this.maxVerticalLabels,\n pos = visibleBounds.topLeft().addPt(\n pt(haloOffsetX*this.horizontalPos, haloOffsetY*this.verticalPos));\n\n return pos;\n },\n})\n.refineClass(lively.morphic.OriginHalo, {\n computePositionAtTarget: function() {\n var world = this.targetMorph.world();\n if (!world) return pt(0,0);\n var pos = this.targetMorph.worldPoint(this.targetMorph.getOrigin()),\n pos = pos.subPt(this.getExtent().scaleBy(0.5));\n return pos;\n },\n})\n\nOriginBugFixLayer.beNotGlobal()","__LivelyClassName__":"lively.morphic.Text"},"2433":{"_Position":{"__isSmartRef__":true,"id":2434},"renderContextTable":{"__isSmartRef__":true,"id":2435},"_Extent":{"__isSmartRef__":true,"id":2436},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":2437},"_Fill":{"__isSmartRef__":true,"id":2438},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2434":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2435":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2436":{"x":749,"y":618,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2437":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2438":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2439":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2440":{"style":{"__isSmartRef__":true,"id":2441},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"cop.create(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2441":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2442":{"style":{"__isSmartRef__":true,"id":2443},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"'OriginBugFixLayer'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2443":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2444":{"style":{"__isSmartRef__":true,"id":2445},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":")\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2445":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2446":{"style":{"__isSmartRef__":true,"id":2447},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2447":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2448":{"style":{"__isSmartRef__":true,"id":2449},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"(lively.morphic.Morph, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2449":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2450":{"style":{"__isSmartRef__":true,"id":2451},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2451":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2452":{"style":{"__isSmartRef__":true,"id":2453},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2453":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2454":{"style":{"__isSmartRef__":true,"id":2455},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"innerBounds:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2455":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2456":{"style":{"__isSmartRef__":true,"id":2457},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2457":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2458":{"style":{"__isSmartRef__":true,"id":2459},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2459":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2460":{"style":{"__isSmartRef__":true,"id":2461},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2461":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2462":{"style":{"__isSmartRef__":true,"id":2463},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2463":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2464":{"style":{"__isSmartRef__":true,"id":2465},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2465":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2466":{"style":{"__isSmartRef__":true,"id":2467},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// return cop.proceed();","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2467":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2468":{"style":{"__isSmartRef__":true,"id":2469},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2469":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2470":{"style":{"__isSmartRef__":true,"id":2471},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2471":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2472":{"style":{"__isSmartRef__":true,"id":2473},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2473":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2474":{"style":{"__isSmartRef__":true,"id":2475},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2475":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2476":{"style":{"__isSmartRef__":true,"id":2477},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".isClip() ?\n cop.proceed().translatedBy(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2477":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2478":{"style":{"__isSmartRef__":true,"id":2479},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2479":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2480":{"style":{"__isSmartRef__":true,"id":2481},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getOrigin().negated()) : cop.proceed();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2481":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2482":{"style":{"__isSmartRef__":true,"id":2483},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2483":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2484":{"style":{"__isSmartRef__":true,"id":2485},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2485":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2486":{"style":{"__isSmartRef__":true,"id":2487},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"getTransform:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2487":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2488":{"style":{"__isSmartRef__":true,"id":2489},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2489":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2490":{"style":{"__isSmartRef__":true,"id":2491},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2491":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2492":{"style":{"__isSmartRef__":true,"id":2493},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" () ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2493":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2494":{"style":{"__isSmartRef__":true,"id":2495},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2495":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2496":{"style":{"__isSmartRef__":true,"id":2497},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2497":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2498":{"style":{"__isSmartRef__":true,"id":2499},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2499":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2500":{"style":{"__isSmartRef__":true,"id":2501},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" scale = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2501":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2502":{"style":{"__isSmartRef__":true,"id":2503},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2503":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2504":{"style":{"__isSmartRef__":true,"id":2505},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getScale(),\n pos = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2505":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2506":{"style":{"__isSmartRef__":true,"id":2507},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2507":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2508":{"style":{"__isSmartRef__":true,"id":2509},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getPosition();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2509":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2510":{"style":{"__isSmartRef__":true,"id":2511},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// if (this.isClip()) pos = pos.addPt(this.getOrigin().negated());","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2511":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2512":{"style":{"__isSmartRef__":true,"id":2513},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2513":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2514":{"style":{"__isSmartRef__":true,"id":2515},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2515":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2516":{"style":{"__isSmartRef__":true,"id":2517},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2517":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2518":{"style":{"__isSmartRef__":true,"id":2519},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2519":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2520":{"style":{"__isSmartRef__":true,"id":2521},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" lively.morphic.Similitude(pos, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2521":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2522":{"style":{"__isSmartRef__":true,"id":2523},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2523":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2524":{"style":{"__isSmartRef__":true,"id":2525},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getRotation(), pt(scale,scale));\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2525":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2526":{"style":{"__isSmartRef__":true,"id":2527},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2527":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2528":{"style":{"__isSmartRef__":true,"id":2529},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2529":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2530":{"style":{"__isSmartRef__":true,"id":2531},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"getGlobalTransform:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2531":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2532":{"style":{"__isSmartRef__":true,"id":2533},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2533":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2534":{"style":{"__isSmartRef__":true,"id":2535},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2535":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2536":{"style":{"__isSmartRef__":true,"id":2537},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2537":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2538":{"style":{"__isSmartRef__":true,"id":2539},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2539":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2540":{"style":{"__isSmartRef__":true,"id":2541},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2541":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2542":{"style":{"__isSmartRef__":true,"id":2543},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// return cop.proceed();","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2543":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2544":{"style":{"__isSmartRef__":true,"id":2545},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2545":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2546":{"style":{"__isSmartRef__":true,"id":2547},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2547":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2548":{"style":{"__isSmartRef__":true,"id":2549},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" globalTransform = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2549":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2550":{"style":{"__isSmartRef__":true,"id":2551},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2551":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2552":{"style":{"__isSmartRef__":true,"id":2553},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" lively.morphic.Similitude(),\n world = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2553":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2554":{"style":{"__isSmartRef__":true,"id":2555},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2555":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2556":{"style":{"__isSmartRef__":true,"id":2557},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".world();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2557":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2558":{"style":{"__isSmartRef__":true,"id":2559},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"for","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2559":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2560":{"style":{"__isSmartRef__":true,"id":2561},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2561":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2562":{"style":{"__isSmartRef__":true,"id":2563},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2563":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2564":{"style":{"__isSmartRef__":true,"id":2565},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" morph = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2565":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2566":{"style":{"__isSmartRef__":true,"id":2567},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2567":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2568":{"style":{"__isSmartRef__":true,"id":2569},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"; (morph != world) && (morph != ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2569":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2570":{"style":{"__isSmartRef__":true,"id":2571},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"undefined","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2571":{"color":{"__isSmartRef__":true,"id":2572},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2572":{"r":0.5019607843137255,"g":0,"b":0.5019607843137255,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"2573":{"style":{"__isSmartRef__":true,"id":2574},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"); morph = morph.owner) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2574":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2575":{"style":{"__isSmartRef__":true,"id":2576},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2576":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2577":{"style":{"__isSmartRef__":true,"id":2578},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2578":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2579":{"style":{"__isSmartRef__":true,"id":2580},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2580":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2581":{"style":{"__isSmartRef__":true,"id":2582},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" t = morph.getTransform();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2582":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2583":{"style":{"__isSmartRef__":true,"id":2584},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2584":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2585":{"style":{"__isSmartRef__":true,"id":2586},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" (morph.isClip() && morph !== ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2586":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2587":{"style":{"__isSmartRef__":true,"id":2588},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2588":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2589":{"style":{"__isSmartRef__":true,"id":2590},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":") ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2590":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2591":{"style":{"__isSmartRef__":true,"id":2592},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2592":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2593":{"style":{"__isSmartRef__":true,"id":2594},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n t = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2594":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2595":{"style":{"__isSmartRef__":true,"id":2596},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"new","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2596":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2597":{"style":{"__isSmartRef__":true,"id":2598},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" lively.morphic.Similitude(morph.getOrigin().negated(), ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2598":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2599":{"style":{"__isSmartRef__":true,"id":2600},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2600":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2601":{"style":{"__isSmartRef__":true,"id":2602},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":", pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2602":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2603":{"style":{"__isSmartRef__":true,"id":2604},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2604":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2605":{"style":{"__isSmartRef__":true,"id":2606},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2606":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2607":{"style":{"__isSmartRef__":true,"id":2608},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"1","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2608":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2609":{"style":{"__isSmartRef__":true,"id":2610},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":")).preConcatenate(t);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2610":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2611":{"style":{"__isSmartRef__":true,"id":2612},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// alert('t:' + t + ' origin: ' + morph.getOrigin().negated())","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2612":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2613":{"style":{"__isSmartRef__":true,"id":2614},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2614":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2615":{"style":{"__isSmartRef__":true,"id":2616},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2616":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2617":{"style":{"__isSmartRef__":true,"id":2618},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n globalTransform.preConcatenate(t);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2618":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2619":{"style":{"__isSmartRef__":true,"id":2620},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2620":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2621":{"style":{"__isSmartRef__":true,"id":2622},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2622":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2623":{"style":{"__isSmartRef__":true,"id":2624},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2624":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2625":{"style":{"__isSmartRef__":true,"id":2626},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" globalTransform;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2626":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2627":{"style":{"__isSmartRef__":true,"id":2628},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2628":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2629":{"style":{"__isSmartRef__":true,"id":2630},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2630":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2631":{"style":{"__isSmartRef__":true,"id":2632},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"getOrigin:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2632":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2633":{"style":{"__isSmartRef__":true,"id":2634},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2634":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2635":{"style":{"__isSmartRef__":true,"id":2636},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2636":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2637":{"style":{"__isSmartRef__":true,"id":2638},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2638":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2639":{"style":{"__isSmartRef__":true,"id":2640},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2640":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2641":{"style":{"__isSmartRef__":true,"id":2642},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2642":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2643":{"style":{"__isSmartRef__":true,"id":2644},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2644":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2645":{"style":{"__isSmartRef__":true,"id":2646},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2646":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2647":{"style":{"__isSmartRef__":true,"id":2648},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2648":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2649":{"style":{"__isSmartRef__":true,"id":2650},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"._origin || ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2650":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2651":{"style":{"__isSmartRef__":true,"id":2652},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2652":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2653":{"style":{"__isSmartRef__":true,"id":2654},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".shape.getPosition().negated();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2654":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2655":{"style":{"__isSmartRef__":true,"id":2656},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2656":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2657":{"style":{"__isSmartRef__":true,"id":2658},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2658":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2659":{"style":{"__isSmartRef__":true,"id":2660},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"setOrigin:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2660":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2661":{"style":{"__isSmartRef__":true,"id":2662},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2662":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2663":{"style":{"__isSmartRef__":true,"id":2664},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2664":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2665":{"style":{"__isSmartRef__":true,"id":2666},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"(value) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2666":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2667":{"style":{"__isSmartRef__":true,"id":2668},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2668":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2669":{"style":{"__isSmartRef__":true,"id":2670},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2670":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2671":{"style":{"__isSmartRef__":true,"id":2672},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// changes the origin / pivot of the morph ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2672":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2673":{"style":{"__isSmartRef__":true,"id":2674},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2674":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2675":{"style":{"__isSmartRef__":true,"id":2676},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// without changing its position on the screen","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2676":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2677":{"style":{"__isSmartRef__":true,"id":2678},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2678":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2679":{"style":{"__isSmartRef__":true,"id":2680},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2680":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2681":{"style":{"__isSmartRef__":true,"id":2682},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" oldOrigin = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2682":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2683":{"style":{"__isSmartRef__":true,"id":2684},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2684":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2685":{"style":{"__isSmartRef__":true,"id":2686},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getOrigin(),\n delta = value.subPt(oldOrigin),\n transform = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2686":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2687":{"style":{"__isSmartRef__":true,"id":2688},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2688":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2689":{"style":{"__isSmartRef__":true,"id":2690},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getTransform(),\n oldTransformedOrigin = transform.transformPoint(oldOrigin),\n newTransformedOrigin = transform.transformPoint(value),\n transformedDelta = newTransformedOrigin.subPt(oldTransformedOrigin);\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2690":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2691":{"style":{"__isSmartRef__":true,"id":2692},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2692":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2693":{"style":{"__isSmartRef__":true,"id":2694},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"._origin= value;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2694":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2695":{"style":{"__isSmartRef__":true,"id":2696},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"// change the shapes position and own translation","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2696":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2697":{"style":{"__isSmartRef__":true,"id":2698},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2698":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2699":{"style":{"__isSmartRef__":true,"id":2700},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2700":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2701":{"style":{"__isSmartRef__":true,"id":2702},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" (","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2702":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2703":{"style":{"__isSmartRef__":true,"id":2704},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2704":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2705":{"style":{"__isSmartRef__":true,"id":2706},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".renderContext().clipNode) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2706":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2707":{"style":{"__isSmartRef__":true,"id":2708},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2708":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2709":{"style":{"__isSmartRef__":true,"id":2710},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2710":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2711":{"style":{"__isSmartRef__":true,"id":2712},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2712":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2713":{"style":{"__isSmartRef__":true,"id":2714},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".renderContext().domInterface.setPosition(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2714":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2715":{"style":{"__isSmartRef__":true,"id":2716},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2716":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2717":{"style":{"__isSmartRef__":true,"id":2718},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".renderContext().clipNode, value.negated());\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2718":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2719":{"style":{"__isSmartRef__":true,"id":2720},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2720":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2721":{"style":{"__isSmartRef__":true,"id":2722},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2722":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2723":{"style":{"__isSmartRef__":true,"id":2724},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"else","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2724":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2725":{"style":{"__isSmartRef__":true,"id":2726},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2726":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2727":{"style":{"__isSmartRef__":true,"id":2728},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2728":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2729":{"style":{"__isSmartRef__":true,"id":2730},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2730":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2731":{"style":{"__isSmartRef__":true,"id":2732},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2732":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2733":{"style":{"__isSmartRef__":true,"id":2734},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".shape.setPosition(value.negated());\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2734":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2735":{"style":{"__isSmartRef__":true,"id":2736},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2736":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2737":{"style":{"__isSmartRef__":true,"id":2738},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".submorphs.invoke(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2738":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2739":{"style":{"__isSmartRef__":true,"id":2740},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"'moveBy'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2740":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2741":{"style":{"__isSmartRef__":true,"id":2742},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":", delta.negated());\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2742":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2743":{"style":{"__isSmartRef__":true,"id":2744},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2744":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2745":{"style":{"__isSmartRef__":true,"id":2746},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2746":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2747":{"style":{"__isSmartRef__":true,"id":2748},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2748":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2749":{"style":{"__isSmartRef__":true,"id":2750},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".moveBy(transformedDelta);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2750":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2751":{"style":{"__isSmartRef__":true,"id":2752},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2752":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2753":{"style":{"__isSmartRef__":true,"id":2754},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2754":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2755":{"style":{"__isSmartRef__":true,"id":2756},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2756":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2757":{"style":{"__isSmartRef__":true,"id":2758},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":")\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2758":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2759":{"style":{"__isSmartRef__":true,"id":2760},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2760":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2761":{"style":{"__isSmartRef__":true,"id":2762},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"(lively.morphic.Halo, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2762":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2763":{"style":{"__isSmartRef__":true,"id":2764},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2764":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2765":{"style":{"__isSmartRef__":true,"id":2766},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2766":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2767":{"style":{"__isSmartRef__":true,"id":2768},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"computePositionAtTarget:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2768":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2769":{"style":{"__isSmartRef__":true,"id":2770},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2770":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2771":{"style":{"__isSmartRef__":true,"id":2772},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2772":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2773":{"style":{"__isSmartRef__":true,"id":2774},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"(targetMorph) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2774":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2775":{"style":{"__isSmartRef__":true,"id":2776},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2776":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2777":{"style":{"__isSmartRef__":true,"id":2778},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n targetMorph = targetMorph || ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2778":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2779":{"style":{"__isSmartRef__":true,"id":2780},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2780":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2781":{"style":{"__isSmartRef__":true,"id":2782},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".targetMorph;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2782":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2783":{"style":{"__isSmartRef__":true,"id":2784},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2784":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2785":{"style":{"__isSmartRef__":true,"id":2786},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" world = targetMorph.world(),\n owner = targetMorph.owner;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2786":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2787":{"style":{"__isSmartRef__":true,"id":2788},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2788":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2789":{"style":{"__isSmartRef__":true,"id":2790},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" (!world || !owner) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2790":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2791":{"style":{"__isSmartRef__":true,"id":2792},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2792":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2793":{"style":{"__isSmartRef__":true,"id":2794},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2794":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2795":{"style":{"__isSmartRef__":true,"id":2796},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2796":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2797":{"style":{"__isSmartRef__":true,"id":2798},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2798":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2799":{"style":{"__isSmartRef__":true,"id":2800},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2800":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2801":{"style":{"__isSmartRef__":true,"id":2802},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":");\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2802":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2803":{"style":{"__isSmartRef__":true,"id":2804},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2804":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2805":{"style":{"__isSmartRef__":true,"id":2806},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" bounds = targetMorph.bounds(),\n boundsInWorld = targetMorph.getGlobalTransform().transformRectToRect(targetMorph.innerBounds()),\n visibleBounds = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2806":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2807":{"style":{"__isSmartRef__":true,"id":2808},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2808":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2809":{"style":{"__isSmartRef__":true,"id":2810},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".computeHaloBounds(boundsInWorld, world);\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2810":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2811":{"style":{"__isSmartRef__":true,"id":2812},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2812":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2813":{"style":{"__isSmartRef__":true,"id":2814},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" haloItemExtent = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2814":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2815":{"style":{"__isSmartRef__":true,"id":2816},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2816":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2817":{"style":{"__isSmartRef__":true,"id":2818},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".defaultExtent,\n haloOffsetX = (visibleBounds.realWidth()-haloItemExtent.x) / ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2818":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2819":{"style":{"__isSmartRef__":true,"id":2820},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2820":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2821":{"style":{"__isSmartRef__":true,"id":2822},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".maxHorizontalLabels,\n haloOffsetY = (visibleBounds.realHeight()-haloItemExtent.y) / ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2822":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2823":{"style":{"__isSmartRef__":true,"id":2824},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2824":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2825":{"style":{"__isSmartRef__":true,"id":2826},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".maxVerticalLabels,\n pos = visibleBounds.topLeft().addPt(\n pt(haloOffsetX*","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2826":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2827":{"style":{"__isSmartRef__":true,"id":2828},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2828":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2829":{"style":{"__isSmartRef__":true,"id":2830},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".horizontalPos, haloOffsetY*","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2830":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2831":{"style":{"__isSmartRef__":true,"id":2832},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2832":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2833":{"style":{"__isSmartRef__":true,"id":2834},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".verticalPos));\n\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2834":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2835":{"style":{"__isSmartRef__":true,"id":2836},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2836":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2837":{"style":{"__isSmartRef__":true,"id":2838},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" pos;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2838":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2839":{"style":{"__isSmartRef__":true,"id":2840},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2840":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2841":{"style":{"__isSmartRef__":true,"id":2842},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2842":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2843":{"style":{"__isSmartRef__":true,"id":2844},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2844":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2845":{"style":{"__isSmartRef__":true,"id":2846},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":")\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2846":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2847":{"style":{"__isSmartRef__":true,"id":2848},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2848":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2849":{"style":{"__isSmartRef__":true,"id":2850},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"(lively.morphic.OriginHalo, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2850":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2851":{"style":{"__isSmartRef__":true,"id":2852},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2852":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2853":{"style":{"__isSmartRef__":true,"id":2854},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2854":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2855":{"style":{"__isSmartRef__":true,"id":2856},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"computePositionAtTarget:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2856":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2857":{"style":{"__isSmartRef__":true,"id":2858},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2858":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2859":{"style":{"__isSmartRef__":true,"id":2860},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2860":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2861":{"style":{"__isSmartRef__":true,"id":2862},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"() ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2862":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2863":{"style":{"__isSmartRef__":true,"id":2864},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2864":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2865":{"style":{"__isSmartRef__":true,"id":2866},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2866":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2867":{"style":{"__isSmartRef__":true,"id":2868},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2868":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2869":{"style":{"__isSmartRef__":true,"id":2870},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" world = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2870":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2871":{"style":{"__isSmartRef__":true,"id":2872},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2872":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2873":{"style":{"__isSmartRef__":true,"id":2874},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".targetMorph.world();\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2874":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2875":{"style":{"__isSmartRef__":true,"id":2876},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2876":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2877":{"style":{"__isSmartRef__":true,"id":2878},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" (!world) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2878":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2879":{"style":{"__isSmartRef__":true,"id":2880},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2880":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2881":{"style":{"__isSmartRef__":true,"id":2882},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2882":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2883":{"style":{"__isSmartRef__":true,"id":2884},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2884":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2885":{"style":{"__isSmartRef__":true,"id":2886},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2886":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2887":{"style":{"__isSmartRef__":true,"id":2888},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2888":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2889":{"style":{"__isSmartRef__":true,"id":2890},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":");\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2890":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2891":{"style":{"__isSmartRef__":true,"id":2892},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2892":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2893":{"style":{"__isSmartRef__":true,"id":2894},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" pos = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2894":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2895":{"style":{"__isSmartRef__":true,"id":2896},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2896":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2897":{"style":{"__isSmartRef__":true,"id":2898},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".targetMorph.worldPoint(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2898":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2899":{"style":{"__isSmartRef__":true,"id":2900},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2900":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2901":{"style":{"__isSmartRef__":true,"id":2902},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".targetMorph.getOrigin()),\n pos = pos.subPt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2902":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2903":{"style":{"__isSmartRef__":true,"id":2904},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2904":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2905":{"style":{"__isSmartRef__":true,"id":2906},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":".getExtent().scaleBy(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2906":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2907":{"style":{"__isSmartRef__":true,"id":2908},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"0.5","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2908":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2909":{"style":{"__isSmartRef__":true,"id":2910},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"));\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2910":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2911":{"style":{"__isSmartRef__":true,"id":2912},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"return","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2912":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2913":{"style":{"__isSmartRef__":true,"id":2914},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":" pos;\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2914":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2915":{"style":{"__isSmartRef__":true,"id":2916},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2916":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2917":{"style":{"__isSmartRef__":true,"id":2918},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2918":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2919":{"style":{"__isSmartRef__":true,"id":2920},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2920":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2921":{"style":{"__isSmartRef__":true,"id":2922},"chunkOwner":{"__isSmartRef__":true,"id":2432},"storedString":")\n\nOriginBugFixLayer.beNotGlobal()","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2922":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"2923":{"morph":{"__isSmartRef__":true,"id":2432},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2924":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2925":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2926":{"x":749,"y":618,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2927":{"resizeWidth":true,"resizeHeight":true},"2928":{"sourceObj":{"__isSmartRef__":true,"id":2432},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":2432},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"2929":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2930},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2931}},"2930":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2931":{"x":1030,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2932":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2933},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2934}},"2933":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2934":{"x":1404.5,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2935":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2936},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2937}},"2936":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2937":{"x":1779,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2938":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2939},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2940}},"2939":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2940":{"x":1779,"y":722,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2941":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2942},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2943}},"2942":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2943":{"x":1779,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2944":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2945},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2946}},"2945":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2946":{"x":1404.5,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2947":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2948},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2949}},"2948":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2949":{"x":1030,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2950":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2951},"morph":{"__isSmartRef__":true,"id":2432},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2952}},"2951":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2952":{"x":1030,"y":722,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2953":{"submorphs":[{"__isSmartRef__":true,"id":2954},{"__isSmartRef__":true,"id":2992},{"__isSmartRef__":true,"id":3086},{"__isSmartRef__":true,"id":3167}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3249},"id":5669,"renderContextTable":{"__isSmartRef__":true,"id":3254},"eventHandler":{"__isSmartRef__":true,"id":3255},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":3256},"_Position":{"__isSmartRef__":true,"id":3257},"windowMorph":{"__isSmartRef__":true,"id":2431},"label":{"__isSmartRef__":true,"id":2954},"closeButton":{"__isSmartRef__":true,"id":2992},"menuButton":{"__isSmartRef__":true,"id":3086},"collapseButton":{"__isSmartRef__":true,"id":3167},"priorExtent":{"__isSmartRef__":true,"id":3258},"owner":{"__isSmartRef__":true,"id":2431},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3259},{"__isSmartRef__":true,"id":3262},{"__isSmartRef__":true,"id":3265},{"__isSmartRef__":true,"id":3268},{"__isSmartRef__":true,"id":3271},{"__isSmartRef__":true,"id":3274},{"__isSmartRef__":true,"id":3277},{"__isSmartRef__":true,"id":3280}],"__LivelyClassName__":"lively.morphic.TitleBar"},"2954":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2955},"id":5670,"renderContextTable":{"__isSmartRef__":true,"id":2960},"textChunks":[{"__isSmartRef__":true,"id":2961}],"eventHandler":{"__isSmartRef__":true,"id":2963},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":2964},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":2965},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":2953},"priorExtent":{"__isSmartRef__":true,"id":2966},"_MaxTextWidth":690,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":2967},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":2968},{"__isSmartRef__":true,"id":2971},{"__isSmartRef__":true,"id":2974},{"__isSmartRef__":true,"id":2977},{"__isSmartRef__":true,"id":2980},{"__isSmartRef__":true,"id":2983},{"__isSmartRef__":true,"id":2986},{"__isSmartRef__":true,"id":2989}],"__LivelyClassName__":"lively.morphic.Text"},"2955":{"_Position":{"__isSmartRef__":true,"id":2956},"renderContextTable":{"__isSmartRef__":true,"id":2957},"_Extent":{"__isSmartRef__":true,"id":2958},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2959},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2956":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2957":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2958":{"x":690,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2959":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"2960":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2961":{"style":{"__isSmartRef__":true,"id":2962},"chunkOwner":{"__isSmartRef__":true,"id":2954},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk"},"2962":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"2963":{"morph":{"__isSmartRef__":true,"id":2954},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"2964":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"2965":{"resizeWidth":true},"2966":{"x":690,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2967":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2968":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2969},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2970}},"2969":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2970":{"x":1050,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2971":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2972},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2973}},"2972":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2973":{"x":1395,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2974":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2975},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2976}},"2975":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2976":{"x":1740,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2977":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2978},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2979}},"2978":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2979":{"x":1740,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2980":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2981},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2982}},"2981":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2982":{"x":1740,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2983":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2984},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2985}},"2984":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2985":{"x":1395,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2986":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2987},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2988}},"2987":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2988":{"x":1050,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2989":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":2990},"morph":{"__isSmartRef__":true,"id":2954},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":2991}},"2990":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2991":{"x":1050,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2992":{"submorphs":[{"__isSmartRef__":true,"id":2993}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3029},"id":5671,"renderContextTable":{"__isSmartRef__":true,"id":3044},"eventHandler":{"__isSmartRef__":true,"id":3045},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3046},"priorExtent":{"__isSmartRef__":true,"id":3047},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3034},"lighterFill":{"__isSmartRef__":true,"id":3048},"label":{"__isSmartRef__":true,"id":2993},"owner":{"__isSmartRef__":true,"id":2953},"layout":{"__isSmartRef__":true,"id":3057},"attributeConnections":[{"__isSmartRef__":true,"id":3058},{"__isSmartRef__":true,"id":3060}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3062},{"__isSmartRef__":true,"id":3065},{"__isSmartRef__":true,"id":3068},{"__isSmartRef__":true,"id":3071},{"__isSmartRef__":true,"id":3074},{"__isSmartRef__":true,"id":3077},{"__isSmartRef__":true,"id":3080},{"__isSmartRef__":true,"id":3083}],"__LivelyClassName__":"lively.morphic.WindowControl"},"2993":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":2994},"id":5672,"renderContextTable":{"__isSmartRef__":true,"id":2998},"textChunks":[{"__isSmartRef__":true,"id":2999}],"eventHandler":{"__isSmartRef__":true,"id":3001},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3002},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3003},"priorExtent":{"__isSmartRef__":true,"id":3004},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":2992},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3005},{"__isSmartRef__":true,"id":3008},{"__isSmartRef__":true,"id":3011},{"__isSmartRef__":true,"id":3014},{"__isSmartRef__":true,"id":3017},{"__isSmartRef__":true,"id":3020},{"__isSmartRef__":true,"id":3023},{"__isSmartRef__":true,"id":3026}],"__LivelyClassName__":"lively.morphic.Text"},"2994":{"_Position":{"__isSmartRef__":true,"id":2995},"renderContextTable":{"__isSmartRef__":true,"id":2996},"_Extent":{"__isSmartRef__":true,"id":2997},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2959},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"2995":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"2996":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"2997":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"2998":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"2999":{"style":{"__isSmartRef__":true,"id":3000},"chunkOwner":{"__isSmartRef__":true,"id":2993},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"3000":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3001":{"morph":{"__isSmartRef__":true,"id":2993},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3002":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3003":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3004":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3005":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3006},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3007}},"3006":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3007":{"x":1759,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3008":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3009},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3010}},"3009":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3010":{"x":1767.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3011":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3012},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3013}},"3012":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3013":{"x":1776,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3014":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3015},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3016}},"3015":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3016":{"x":1776,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3017":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3018},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3019}},"3018":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3019":{"x":1776,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3020":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3021},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3022}},"3021":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3022":{"x":1767.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3023":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3024},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3025}},"3024":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3025":{"x":1759,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3026":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3027},"morph":{"__isSmartRef__":true,"id":2993},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3028}},"3027":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3028":{"x":1759,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3029":{"_Position":{"__isSmartRef__":true,"id":3030},"renderContextTable":{"__isSmartRef__":true,"id":3031},"_Extent":{"__isSmartRef__":true,"id":3032},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3033},"_Fill":{"__isSmartRef__":true,"id":3034},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3030":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3031":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3032":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3033":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3034":{"stops":[{"__isSmartRef__":true,"id":3035},{"__isSmartRef__":true,"id":3037},{"__isSmartRef__":true,"id":3039},{"__isSmartRef__":true,"id":3041}],"vector":{"__isSmartRef__":true,"id":3043},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3035":{"offset":0,"color":{"__isSmartRef__":true,"id":3036}},"3036":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3037":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3038}},"3038":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3039":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3040}},"3040":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3041":{"offset":1,"color":{"__isSmartRef__":true,"id":3042}},"3042":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3043":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3044":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3045":{"morph":{"__isSmartRef__":true,"id":2992},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3046":{"x":729,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3047":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3048":{"stops":[{"__isSmartRef__":true,"id":3049},{"__isSmartRef__":true,"id":3051},{"__isSmartRef__":true,"id":3053},{"__isSmartRef__":true,"id":3055}],"vector":{"__isSmartRef__":true,"id":3043},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3049":{"offset":0,"color":{"__isSmartRef__":true,"id":3050}},"3050":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3051":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3052}},"3052":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3053":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3054}},"3054":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3055":{"offset":1,"color":{"__isSmartRef__":true,"id":3056}},"3056":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3057":{"moveHorizontal":true},"3058":{"sourceObj":{"__isSmartRef__":true,"id":2992},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2431},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3059},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3059":{"source":{"__isSmartRef__":true,"id":2992},"target":{"__isSmartRef__":true,"id":2431}},"3060":{"sourceObj":{"__isSmartRef__":true,"id":2992},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2431},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3061},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3061":{"source":{"__isSmartRef__":true,"id":2992},"target":{"__isSmartRef__":true,"id":2431}},"3062":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3063},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3064}},"3063":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3064":{"x":1759,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3065":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3066},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3067}},"3066":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3067":{"x":1767.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3068":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3069},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3070}},"3069":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3070":{"x":1776,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3071":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3072},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3073}},"3072":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3073":{"x":1776,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3074":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3075},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3076}},"3075":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3076":{"x":1776,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3077":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3078},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3079}},"3078":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3079":{"x":1767.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3080":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3081},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3082}},"3081":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3082":{"x":1759,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3083":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3084},"morph":{"__isSmartRef__":true,"id":2992},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3085}},"3084":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3085":{"x":1759,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3086":{"submorphs":[{"__isSmartRef__":true,"id":3087}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3122},"id":5673,"renderContextTable":{"__isSmartRef__":true,"id":3126},"eventHandler":{"__isSmartRef__":true,"id":3127},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3128},"priorExtent":{"__isSmartRef__":true,"id":3129},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3034},"lighterFill":{"__isSmartRef__":true,"id":3130},"label":{"__isSmartRef__":true,"id":3087},"owner":{"__isSmartRef__":true,"id":2953},"attributeConnections":[{"__isSmartRef__":true,"id":3139},{"__isSmartRef__":true,"id":3141}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3143},{"__isSmartRef__":true,"id":3146},{"__isSmartRef__":true,"id":3149},{"__isSmartRef__":true,"id":3152},{"__isSmartRef__":true,"id":3155},{"__isSmartRef__":true,"id":3158},{"__isSmartRef__":true,"id":3161},{"__isSmartRef__":true,"id":3164}],"__LivelyClassName__":"lively.morphic.WindowControl"},"3087":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3088},"id":5674,"renderContextTable":{"__isSmartRef__":true,"id":3092},"textChunks":[{"__isSmartRef__":true,"id":3093}],"eventHandler":{"__isSmartRef__":true,"id":3095},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3002},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3096},"priorExtent":{"__isSmartRef__":true,"id":3097},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3086},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3098},{"__isSmartRef__":true,"id":3101},{"__isSmartRef__":true,"id":3104},{"__isSmartRef__":true,"id":3107},{"__isSmartRef__":true,"id":3110},{"__isSmartRef__":true,"id":3113},{"__isSmartRef__":true,"id":3116},{"__isSmartRef__":true,"id":3119}],"__LivelyClassName__":"lively.morphic.Text"},"3088":{"_Position":{"__isSmartRef__":true,"id":3089},"renderContextTable":{"__isSmartRef__":true,"id":3090},"_Extent":{"__isSmartRef__":true,"id":3091},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2959},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3089":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3090":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3091":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3092":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3093":{"style":{"__isSmartRef__":true,"id":3094},"chunkOwner":{"__isSmartRef__":true,"id":3087},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"3094":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3095":{"morph":{"__isSmartRef__":true,"id":3087},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3096":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3097":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3098":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3099},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3100}},"3099":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3100":{"x":1033,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3101":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3102},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3103}},"3102":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3103":{"x":1041.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3104":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3105},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3106}},"3105":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3106":{"x":1050,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3107":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3108},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3109}},"3108":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3109":{"x":1050,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3110":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3111},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3112}},"3111":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3112":{"x":1050,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3113":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3114},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3115}},"3114":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3115":{"x":1041.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3116":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3117},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3118}},"3117":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3118":{"x":1033,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3119":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3120},"morph":{"__isSmartRef__":true,"id":3087},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3121}},"3120":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3121":{"x":1033,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3122":{"_Position":{"__isSmartRef__":true,"id":3123},"renderContextTable":{"__isSmartRef__":true,"id":3124},"_Extent":{"__isSmartRef__":true,"id":3125},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3033},"_Fill":{"__isSmartRef__":true,"id":3034},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3123":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3124":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3125":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3126":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3127":{"morph":{"__isSmartRef__":true,"id":3086},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3128":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3129":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3130":{"stops":[{"__isSmartRef__":true,"id":3131},{"__isSmartRef__":true,"id":3133},{"__isSmartRef__":true,"id":3135},{"__isSmartRef__":true,"id":3137}],"vector":{"__isSmartRef__":true,"id":3043},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3131":{"offset":0,"color":{"__isSmartRef__":true,"id":3132}},"3132":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3133":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3134}},"3134":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3135":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3136}},"3136":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3137":{"offset":1,"color":{"__isSmartRef__":true,"id":3138}},"3138":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3139":{"sourceObj":{"__isSmartRef__":true,"id":3086},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2431},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3140},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3140":{"source":{"__isSmartRef__":true,"id":3086},"target":{"__isSmartRef__":true,"id":2431}},"3141":{"sourceObj":{"__isSmartRef__":true,"id":3086},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2431},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3142},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3142":{"source":{"__isSmartRef__":true,"id":3086},"target":{"__isSmartRef__":true,"id":2431}},"3143":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3144},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3145}},"3144":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3145":{"x":1033,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3146":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3147},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3148}},"3147":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3148":{"x":1041.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3149":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3150},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3151}},"3150":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3151":{"x":1050,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3152":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3153},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3154}},"3153":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3154":{"x":1050,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3155":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3156},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3157}},"3156":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3157":{"x":1050,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3158":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3159},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3160}},"3159":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3160":{"x":1041.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3161":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3162},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3163}},"3162":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3163":{"x":1033,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3164":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3165},"morph":{"__isSmartRef__":true,"id":3086},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3166}},"3165":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3166":{"x":1033,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3167":{"submorphs":[{"__isSmartRef__":true,"id":3168}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3203},"id":5675,"renderContextTable":{"__isSmartRef__":true,"id":3207},"eventHandler":{"__isSmartRef__":true,"id":3208},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3209},"priorExtent":{"__isSmartRef__":true,"id":3210},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3034},"lighterFill":{"__isSmartRef__":true,"id":3211},"label":{"__isSmartRef__":true,"id":3168},"owner":{"__isSmartRef__":true,"id":2953},"layout":{"__isSmartRef__":true,"id":3220},"attributeConnections":[{"__isSmartRef__":true,"id":3221},{"__isSmartRef__":true,"id":3223}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3225},{"__isSmartRef__":true,"id":3228},{"__isSmartRef__":true,"id":3231},{"__isSmartRef__":true,"id":3234},{"__isSmartRef__":true,"id":3237},{"__isSmartRef__":true,"id":3240},{"__isSmartRef__":true,"id":3243},{"__isSmartRef__":true,"id":3246}],"__LivelyClassName__":"lively.morphic.WindowControl"},"3168":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3169},"id":5676,"renderContextTable":{"__isSmartRef__":true,"id":3173},"textChunks":[{"__isSmartRef__":true,"id":3174}],"eventHandler":{"__isSmartRef__":true,"id":3176},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3002},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3177},"priorExtent":{"__isSmartRef__":true,"id":3178},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3167},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":3179},{"__isSmartRef__":true,"id":3182},{"__isSmartRef__":true,"id":3185},{"__isSmartRef__":true,"id":3188},{"__isSmartRef__":true,"id":3191},{"__isSmartRef__":true,"id":3194},{"__isSmartRef__":true,"id":3197},{"__isSmartRef__":true,"id":3200}],"__LivelyClassName__":"lively.morphic.Text"},"3169":{"_Position":{"__isSmartRef__":true,"id":3170},"renderContextTable":{"__isSmartRef__":true,"id":3171},"_Extent":{"__isSmartRef__":true,"id":3172},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":2959},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3170":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3171":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3172":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3173":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3174":{"style":{"__isSmartRef__":true,"id":3175},"chunkOwner":{"__isSmartRef__":true,"id":3168},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"3175":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3176":{"morph":{"__isSmartRef__":true,"id":3168},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3177":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3178":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3179":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3180},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3181}},"3180":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3181":{"x":1740,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3182":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3183},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3184}},"3183":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3184":{"x":1748.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3185":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3186},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3187}},"3186":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3187":{"x":1757,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3188":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3189},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3190}},"3189":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3190":{"x":1757,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3191":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3192},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3193}},"3192":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3193":{"x":1757,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3194":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3195},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3196}},"3195":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3196":{"x":1748.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3197":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3198},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3199}},"3198":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3199":{"x":1740,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3200":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3201},"morph":{"__isSmartRef__":true,"id":3168},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3202}},"3201":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3202":{"x":1740,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3203":{"_Position":{"__isSmartRef__":true,"id":3204},"renderContextTable":{"__isSmartRef__":true,"id":3205},"_Extent":{"__isSmartRef__":true,"id":3206},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3033},"_Fill":{"__isSmartRef__":true,"id":3034},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3204":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3205":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3206":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3207":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3208":{"morph":{"__isSmartRef__":true,"id":3167},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3209":{"x":710,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3210":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3211":{"stops":[{"__isSmartRef__":true,"id":3212},{"__isSmartRef__":true,"id":3214},{"__isSmartRef__":true,"id":3216},{"__isSmartRef__":true,"id":3218}],"vector":{"__isSmartRef__":true,"id":3043},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3212":{"offset":0,"color":{"__isSmartRef__":true,"id":3213}},"3213":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3214":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3215}},"3215":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3216":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3217}},"3217":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3218":{"offset":1,"color":{"__isSmartRef__":true,"id":3219}},"3219":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3220":{"moveHorizontal":true},"3221":{"sourceObj":{"__isSmartRef__":true,"id":3167},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":2431},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3222},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3222":{"source":{"__isSmartRef__":true,"id":3167},"target":{"__isSmartRef__":true,"id":2431}},"3223":{"sourceObj":{"__isSmartRef__":true,"id":3167},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":2431},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3224},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3224":{"source":{"__isSmartRef__":true,"id":3167},"target":{"__isSmartRef__":true,"id":2431}},"3225":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3226},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3227}},"3226":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3227":{"x":1740,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3228":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3229},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3230}},"3229":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3230":{"x":1748.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3231":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3232},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3233}},"3232":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3233":{"x":1757,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3234":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3235},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3236}},"3235":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3236":{"x":1757,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3237":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3238},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3239}},"3238":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3239":{"x":1757,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3240":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3241},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3242}},"3241":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3242":{"x":1748.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3243":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3244},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3245}},"3244":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3245":{"x":1740,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3246":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3247},"morph":{"__isSmartRef__":true,"id":3167},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3248}},"3247":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3248":{"x":1740,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3249":{"_Position":{"__isSmartRef__":true,"id":3250},"renderContextTable":{"__isSmartRef__":true,"id":3251},"_Extent":{"__isSmartRef__":true,"id":3252},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3253},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3250":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3251":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3252":{"x":749,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3253":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3254":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3255":{"morph":{"__isSmartRef__":true,"id":2953},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3256":{"resizeWidth":true,"adjustForNewBounds":true},"3257":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3258":{"x":749,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3259":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3260},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3261}},"3260":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3261":{"x":1030,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3262":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3263},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3264}},"3263":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3264":{"x":1404.5,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3265":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3266},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3267}},"3266":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3267":{"x":1779,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3268":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3269},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3270}},"3269":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3270":{"x":1779,"y":403,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3271":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3272},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3273}},"3272":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3273":{"x":1779,"y":414,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3274":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3275},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3276}},"3275":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3276":{"x":1404.5,"y":414,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3277":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3278},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3279}},"3278":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3279":{"x":1030,"y":414,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3280":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3281},"morph":{"__isSmartRef__":true,"id":2953},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3282}},"3281":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3282":{"x":1030,"y":403,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3283":{"renderContextTable":{"__isSmartRef__":true,"id":3284},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":3285},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3284":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3285":{"x":749,"y":639,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3286":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3287":{"morph":{"__isSmartRef__":true,"id":2431},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3288":{"adjustForNewBounds":true},"3289":{"x":2650.6752926572844,"y":395.6309835782647,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3290":{"x":749,"y":639,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3291":{"x":2907,"y":405,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3292":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3293},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3294}},"3293":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3294":{"x":1030,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3295":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3296},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3297}},"3296":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3297":{"x":1404.5,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3298":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3299},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3300}},"3299":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3300":{"x":1779,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3301":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3302},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3303}},"3302":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3303":{"x":1779,"y":711.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3304":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3305},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3306}},"3305":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3306":{"x":1779,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3307":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3308},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3309}},"3308":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3309":{"x":1404.5,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3310":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3311},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3312}},"3311":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3312":{"x":1030,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3313":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3314},"morph":{"__isSmartRef__":true,"id":2431},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3315}},"3314":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3315":{"x":1030,"y":711.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3316":{"submorphs":[{"__isSmartRef__":true,"id":3317},{"__isSmartRef__":true,"id":3381}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3519},"id":211,"renderContextTable":{"__isSmartRef__":true,"id":3522},"eventHandler":{"__isSmartRef__":true,"id":3523},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":3524},"LK2":true,"_Position":{"__isSmartRef__":true,"id":3525},"priorExtent":{"__isSmartRef__":true,"id":3526},"targetMorph":{"__isSmartRef__":true,"id":3317},"titleBar":{"__isSmartRef__":true,"id":3381},"contentOffset":{"__isSmartRef__":true,"id":3353},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"prevDragPos":{"__isSmartRef__":true,"id":3527},"isBeingDragged":false,"highlighted":true,"_Rotation":0,"_Scale":1,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"3317":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3318},"id":210,"renderContextTable":{"__isSmartRef__":true,"id":3324},"textChunks":[{"__isSmartRef__":true,"id":3325},{"__isSmartRef__":true,"id":3327},{"__isSmartRef__":true,"id":3329},{"__isSmartRef__":true,"id":3331},{"__isSmartRef__":true,"id":3333},{"__isSmartRef__":true,"id":3335},{"__isSmartRef__":true,"id":3337},{"__isSmartRef__":true,"id":3339},{"__isSmartRef__":true,"id":3341},{"__isSmartRef__":true,"id":3343},{"__isSmartRef__":true,"id":3345},{"__isSmartRef__":true,"id":3347},{"__isSmartRef__":true,"id":3349}],"eventHandler":{"__isSmartRef__":true,"id":3351},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3352},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":3353},"priorExtent":{"__isSmartRef__":true,"id":3354},"_MaxTextWidth":500,"_MaxTextHeight":200,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3316},"layout":{"__isSmartRef__":true,"id":3355},"doitContext":{"__isSmartRef__":true,"id":3356},"priorSelectionRange":[173,173],"charsReplaced":"","lastFindLoc":138,"isBeingDragged":false,"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"3318":{"_Position":{"__isSmartRef__":true,"id":3319},"renderContextTable":{"__isSmartRef__":true,"id":3320},"_Extent":{"__isSmartRef__":true,"id":3321},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3322},"_Fill":{"__isSmartRef__":true,"id":3323},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3319":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3320":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3321":{"x":500,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3322":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3323":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3324":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3325":{"style":{"__isSmartRef__":true,"id":3326},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"this.getPosition()\nshow(pt(","__LivelyClassName__":"lively.morphic.TextChunk"},"3326":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3327":{"style":{"__isSmartRef__":true,"id":3328},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"3338,98","__LivelyClassName__":"lively.morphic.TextChunk"},"3328":{"color":"rgb(0,0,0)","fontFamily":"Helvetica","fontSize":"13px","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(243,243,243)","display":"inline!important","float":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3329":{"style":{"__isSmartRef__":true,"id":3330},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"))\n","__LivelyClassName__":"lively.morphic.TextChunk"},"3330":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3331":{"style":{"__isSmartRef__":true,"id":3332},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"translate(3391px,149px)","__LivelyClassName__":"lively.morphic.TextChunk"},"3332":{"color":"rgb(0,0,0)","fontFamily":"Helvetica","fontSize":"13px","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(243,243,243)","display":"inline!important","float":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3333":{"style":{"__isSmartRef__":true,"id":3334},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"\nthis.getGlobalTransform()\n\n","__LivelyClassName__":"lively.morphic.TextChunk"},"3334":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3335":{"style":{"__isSmartRef__":true,"id":3336},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"that.getGlobalTransform()\ntranslate(3370px,128px)\n","__LivelyClassName__":"lively.morphic.TextChunk"},"3336":{"color":"rgb(0,0,0)","fontFamily":"Helvetica","fontSize":"13px","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(243,243,243)","display":"inline!important","float":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3337":{"style":{"__isSmartRef__":true,"id":3338},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"pt(3402.0,158.0)","__LivelyClassName__":"lively.morphic.TextChunk"},"3338":{"color":"rgb(0,0,0)","fontFamily":"Monaco,Courier","fontSize":"13px","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(243,243,243)","display":"inline!important","float":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3339":{"style":{"__isSmartRef__":true,"id":3340},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"\n","__LivelyClassName__":"lively.morphic.TextChunk"},"3340":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3341":{"style":{"__isSmartRef__":true,"id":3342},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"show(that","__LivelyClassName__":"lively.morphic.TextChunk"},"3342":{"fontFamily":"Monaco,Courier","fontSize":"12px","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(243,243,243)","textDecoration":"none","color":"rgb(0,0,139)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3343":{"style":{"__isSmartRef__":true,"id":3344},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":".worldPoint(","__LivelyClassName__":"lively.morphic.TextChunk"},"3344":{"color":"rgb(0,0,0)","fontFamily":"Monaco,Courier","fontSize":"12px","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(243,243,243)","textDecoration":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3345":{"style":{"__isSmartRef__":true,"id":3346},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"that","__LivelyClassName__":"lively.morphic.TextChunk"},"3346":{"fontFamily":"Monaco,Courier","fontSize":"12px","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(243,243,243)","textDecoration":"none","color":"rgb(0,0,139)","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3347":{"style":{"__isSmartRef__":true,"id":3348},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":".getPosition()))","__LivelyClassName__":"lively.morphic.TextChunk"},"3348":{"color":"rgb(0,0,0)","fontFamily":"Monaco,Courier","fontSize":"12px","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(243,243,243)","textDecoration":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3349":{"style":{"__isSmartRef__":true,"id":3350},"chunkOwner":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"\nthat.getGlobalPosition()","__LivelyClassName__":"lively.morphic.TextChunk"},"3350":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3351":{"morph":{"__isSmartRef__":true,"id":3317},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3352":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3353":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3354":{"x":500,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3355":{"resizeWidth":true,"resizeHeight":true},"3356":{"submorphs":[{"__isSmartRef__":true,"id":3357}],"scripts":[],"id":4632,"shape":{"__isSmartRef__":true,"id":3369},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3376},"showsHalos":false,"name":"Rectangle8","partsBinMetaInfo":{"__isSmartRef__":true,"id":3377},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":3378},"eventHandler":{"__isSmartRef__":true,"id":3379},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":null,"_origin":{"__isSmartRef__":true,"id":3380},"isBeingDragged":false,"_ClipMode":"hidden","_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"3357":{"submorphs":[],"scripts":[],"id":4658,"shape":{"__isSmartRef__":true,"id":3358},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3364},"showsHalos":false,"name":"Rectangle9","partsBinMetaInfo":{"__isSmartRef__":true,"id":3365},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":3366},"eventHandler":{"__isSmartRef__":true,"id":3367},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":3356},"isBeingDragged":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":3368},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"3358":{"position":{"__isSmartRef__":true,"id":3359},"_Extent":{"__isSmartRef__":true,"id":3360},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3361},"_Fill":{"__isSmartRef__":true,"id":3362},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3363},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3359":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3360":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3361":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3362":{"r":0,"g":0,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3363":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3364":{"x":-121,"y":-97,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3365":{"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"},"3366":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3367":{"morph":{"__isSmartRef__":true,"id":3357},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3368":{"x":18,"y":-61,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3369":{"position":{"__isSmartRef__":true,"id":3370},"_Extent":{"__isSmartRef__":true,"id":3371},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3372},"_Fill":{"__isSmartRef__":true,"id":3373},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3374},"_Position":{"__isSmartRef__":true,"id":3375},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3370":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3371":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3372":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3373":{"r":0,"g":0,"b":0.8,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3374":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML"},"3375":{"x":-53,"y":-51,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3376":{"x":3408,"y":130,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3377":{"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"},"3378":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3379":{"morph":{"__isSmartRef__":true,"id":3356},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3380":{"x":53,"y":51,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3381":{"submorphs":[{"__isSmartRef__":true,"id":3382},{"__isSmartRef__":true,"id":3396},{"__isSmartRef__":true,"id":3442},{"__isSmartRef__":true,"id":3475}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3509},"id":212,"renderContextTable":{"__isSmartRef__":true,"id":3514},"eventHandler":{"__isSmartRef__":true,"id":3515},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":3516},"_Position":{"__isSmartRef__":true,"id":3517},"windowMorph":{"__isSmartRef__":true,"id":3316},"label":{"__isSmartRef__":true,"id":3382},"closeButton":{"__isSmartRef__":true,"id":3396},"menuButton":{"__isSmartRef__":true,"id":3442},"collapseButton":{"__isSmartRef__":true,"id":3475},"priorExtent":{"__isSmartRef__":true,"id":3518},"owner":{"__isSmartRef__":true,"id":3316},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"3382":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3383},"id":213,"renderContextTable":{"__isSmartRef__":true,"id":3388},"textChunks":[{"__isSmartRef__":true,"id":3389}],"eventHandler":{"__isSmartRef__":true,"id":3391},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3392},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":3393},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3381},"priorExtent":{"__isSmartRef__":true,"id":3394},"_MaxTextWidth":441,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":3395},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"3383":{"_Position":{"__isSmartRef__":true,"id":3384},"renderContextTable":{"__isSmartRef__":true,"id":3385},"_Extent":{"__isSmartRef__":true,"id":3386},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3387},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3384":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3385":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3386":{"x":441,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3387":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3388":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3389":{"style":{"__isSmartRef__":true,"id":3390},"chunkOwner":{"__isSmartRef__":true,"id":3382},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Inspector for ","__LivelyClassName__":"lively.morphic.TextChunk"},"3390":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3391":{"morph":{"__isSmartRef__":true,"id":3382},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3392":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3393":{"resizeWidth":true},"3394":{"x":441,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3395":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3396":{"submorphs":[{"__isSmartRef__":true,"id":3397}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3409},"id":214,"renderContextTable":{"__isSmartRef__":true,"id":3424},"eventHandler":{"__isSmartRef__":true,"id":3425},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3426},"priorExtent":{"__isSmartRef__":true,"id":3427},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3414},"lighterFill":{"__isSmartRef__":true,"id":3428},"label":{"__isSmartRef__":true,"id":3397},"owner":{"__isSmartRef__":true,"id":3381},"layout":{"__isSmartRef__":true,"id":3437},"attributeConnections":[{"__isSmartRef__":true,"id":3438},{"__isSmartRef__":true,"id":3440}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"3397":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3398},"id":215,"renderContextTable":{"__isSmartRef__":true,"id":3402},"textChunks":[{"__isSmartRef__":true,"id":3403}],"eventHandler":{"__isSmartRef__":true,"id":3405},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3406},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3407},"priorExtent":{"__isSmartRef__":true,"id":3408},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3396},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"3398":{"_Position":{"__isSmartRef__":true,"id":3399},"renderContextTable":{"__isSmartRef__":true,"id":3400},"_Extent":{"__isSmartRef__":true,"id":3401},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3387},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3399":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3400":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3401":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3402":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3403":{"style":{"__isSmartRef__":true,"id":3404},"chunkOwner":{"__isSmartRef__":true,"id":3397},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"3404":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3405":{"morph":{"__isSmartRef__":true,"id":3397},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3406":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3407":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3408":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3409":{"_Position":{"__isSmartRef__":true,"id":3410},"renderContextTable":{"__isSmartRef__":true,"id":3411},"_Extent":{"__isSmartRef__":true,"id":3412},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3413},"_Fill":{"__isSmartRef__":true,"id":3414},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3410":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3411":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3412":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3413":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3414":{"stops":[{"__isSmartRef__":true,"id":3415},{"__isSmartRef__":true,"id":3417},{"__isSmartRef__":true,"id":3419},{"__isSmartRef__":true,"id":3421}],"vector":{"__isSmartRef__":true,"id":3423},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3415":{"offset":0,"color":{"__isSmartRef__":true,"id":3416}},"3416":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3417":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3418}},"3418":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3419":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3420}},"3420":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3421":{"offset":1,"color":{"__isSmartRef__":true,"id":3422}},"3422":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3423":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3424":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3425":{"morph":{"__isSmartRef__":true,"id":3396},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3426":{"x":480,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3427":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3428":{"stops":[{"__isSmartRef__":true,"id":3429},{"__isSmartRef__":true,"id":3431},{"__isSmartRef__":true,"id":3433},{"__isSmartRef__":true,"id":3435}],"vector":{"__isSmartRef__":true,"id":3423},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3429":{"offset":0,"color":{"__isSmartRef__":true,"id":3430}},"3430":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3431":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3432}},"3432":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3433":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3434}},"3434":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3435":{"offset":1,"color":{"__isSmartRef__":true,"id":3436}},"3436":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3437":{"moveHorizontal":true},"3438":{"sourceObj":{"__isSmartRef__":true,"id":3396},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3316},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3439},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3439":{"source":{"__isSmartRef__":true,"id":3396},"target":{"__isSmartRef__":true,"id":3316}},"3440":{"sourceObj":{"__isSmartRef__":true,"id":3396},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3316},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3441},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3441":{"source":{"__isSmartRef__":true,"id":3396},"target":{"__isSmartRef__":true,"id":3316}},"3442":{"submorphs":[{"__isSmartRef__":true,"id":3443}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3454},"id":216,"renderContextTable":{"__isSmartRef__":true,"id":3458},"eventHandler":{"__isSmartRef__":true,"id":3459},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3460},"priorExtent":{"__isSmartRef__":true,"id":3461},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3414},"lighterFill":{"__isSmartRef__":true,"id":3462},"label":{"__isSmartRef__":true,"id":3443},"owner":{"__isSmartRef__":true,"id":3381},"attributeConnections":[{"__isSmartRef__":true,"id":3471},{"__isSmartRef__":true,"id":3473}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"3443":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3444},"id":217,"renderContextTable":{"__isSmartRef__":true,"id":3448},"textChunks":[{"__isSmartRef__":true,"id":3449}],"eventHandler":{"__isSmartRef__":true,"id":3451},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3406},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3452},"priorExtent":{"__isSmartRef__":true,"id":3453},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3442},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"3444":{"_Position":{"__isSmartRef__":true,"id":3445},"renderContextTable":{"__isSmartRef__":true,"id":3446},"_Extent":{"__isSmartRef__":true,"id":3447},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3387},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3445":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3446":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3447":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3448":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3449":{"style":{"__isSmartRef__":true,"id":3450},"chunkOwner":{"__isSmartRef__":true,"id":3443},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"3450":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3451":{"morph":{"__isSmartRef__":true,"id":3443},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3452":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3453":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3454":{"_Position":{"__isSmartRef__":true,"id":3455},"renderContextTable":{"__isSmartRef__":true,"id":3456},"_Extent":{"__isSmartRef__":true,"id":3457},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3413},"_Fill":{"__isSmartRef__":true,"id":3414},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3455":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3456":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3457":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3458":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3459":{"morph":{"__isSmartRef__":true,"id":3442},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3460":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3461":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3462":{"stops":[{"__isSmartRef__":true,"id":3463},{"__isSmartRef__":true,"id":3465},{"__isSmartRef__":true,"id":3467},{"__isSmartRef__":true,"id":3469}],"vector":{"__isSmartRef__":true,"id":3423},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3463":{"offset":0,"color":{"__isSmartRef__":true,"id":3464}},"3464":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3465":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3466}},"3466":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3467":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3468}},"3468":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3469":{"offset":1,"color":{"__isSmartRef__":true,"id":3470}},"3470":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3471":{"sourceObj":{"__isSmartRef__":true,"id":3442},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3316},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3472},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3472":{"source":{"__isSmartRef__":true,"id":3442},"target":{"__isSmartRef__":true,"id":3316}},"3473":{"sourceObj":{"__isSmartRef__":true,"id":3442},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3316},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3474},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3474":{"source":{"__isSmartRef__":true,"id":3442},"target":{"__isSmartRef__":true,"id":3316}},"3475":{"submorphs":[{"__isSmartRef__":true,"id":3476}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3487},"id":218,"renderContextTable":{"__isSmartRef__":true,"id":3491},"eventHandler":{"__isSmartRef__":true,"id":3492},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3493},"priorExtent":{"__isSmartRef__":true,"id":3494},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3414},"lighterFill":{"__isSmartRef__":true,"id":3495},"label":{"__isSmartRef__":true,"id":3476},"owner":{"__isSmartRef__":true,"id":3381},"layout":{"__isSmartRef__":true,"id":3504},"attributeConnections":[{"__isSmartRef__":true,"id":3505},{"__isSmartRef__":true,"id":3507}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"3476":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3477},"id":219,"renderContextTable":{"__isSmartRef__":true,"id":3481},"textChunks":[{"__isSmartRef__":true,"id":3482}],"eventHandler":{"__isSmartRef__":true,"id":3484},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3406},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3485},"priorExtent":{"__isSmartRef__":true,"id":3486},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3475},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"3477":{"_Position":{"__isSmartRef__":true,"id":3478},"renderContextTable":{"__isSmartRef__":true,"id":3479},"_Extent":{"__isSmartRef__":true,"id":3480},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3387},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3478":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3479":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3480":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3481":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3482":{"style":{"__isSmartRef__":true,"id":3483},"chunkOwner":{"__isSmartRef__":true,"id":3476},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"3483":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3484":{"morph":{"__isSmartRef__":true,"id":3476},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3485":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3486":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3487":{"_Position":{"__isSmartRef__":true,"id":3488},"renderContextTable":{"__isSmartRef__":true,"id":3489},"_Extent":{"__isSmartRef__":true,"id":3490},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3413},"_Fill":{"__isSmartRef__":true,"id":3414},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3488":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3489":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3490":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3491":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3492":{"morph":{"__isSmartRef__":true,"id":3475},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3493":{"x":461,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3494":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3495":{"stops":[{"__isSmartRef__":true,"id":3496},{"__isSmartRef__":true,"id":3498},{"__isSmartRef__":true,"id":3500},{"__isSmartRef__":true,"id":3502}],"vector":{"__isSmartRef__":true,"id":3423},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3496":{"offset":0,"color":{"__isSmartRef__":true,"id":3497}},"3497":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3498":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3499}},"3499":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3500":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3501}},"3501":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3502":{"offset":1,"color":{"__isSmartRef__":true,"id":3503}},"3503":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3504":{"moveHorizontal":true},"3505":{"sourceObj":{"__isSmartRef__":true,"id":3475},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3316},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3506},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3506":{"source":{"__isSmartRef__":true,"id":3475},"target":{"__isSmartRef__":true,"id":3316}},"3507":{"sourceObj":{"__isSmartRef__":true,"id":3475},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3316},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3508},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3508":{"source":{"__isSmartRef__":true,"id":3475},"target":{"__isSmartRef__":true,"id":3316}},"3509":{"_Position":{"__isSmartRef__":true,"id":3510},"renderContextTable":{"__isSmartRef__":true,"id":3511},"_Extent":{"__isSmartRef__":true,"id":3512},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3513},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3510":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3511":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3512":{"x":500,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3513":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3514":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3515":{"morph":{"__isSmartRef__":true,"id":3381},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3516":{"resizeWidth":true,"adjustForNewBounds":true},"3517":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3518":{"x":500,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3519":{"renderContextTable":{"__isSmartRef__":true,"id":3520},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":3521},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3520":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3521":{"x":500,"y":221,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3522":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3523":{"morph":{"__isSmartRef__":true,"id":3316},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3524":{"adjustForNewBounds":true},"3525":{"x":3248,"y":217,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3526":{"x":500,"y":221,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3527":{"x":3389,"y":231,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3528":{"submorphs":[{"__isSmartRef__":true,"id":3529}],"scripts":[],"id":2852,"shape":{"__isSmartRef__":true,"id":3545},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":3552},"showsHalos":false,"name":"Rectangle3","partsBinMetaInfo":{"__isSmartRef__":true,"id":3553},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":3554},"eventHandler":{"__isSmartRef__":true,"id":3555},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":0},"isBeingDragged":false,"_ClipMode":"hidden","distanceToDragEvent":{"__isSmartRef__":true,"id":3556},"_origin":{"__isSmartRef__":true,"id":3557},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"3529":{"submorphs":[],"scripts":[],"id":3354,"shape":{"__isSmartRef__":true,"id":3530},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":3537},"name":"Ellipse","partsBinMetaInfo":{"__isSmartRef__":true,"id":3538},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":3539},"eventHandler":{"__isSmartRef__":true,"id":3540},"layout":{"__isSmartRef__":true,"id":3541},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":3528},"isBeingDragged":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":3542},"priorExtent":{"__isSmartRef__":true,"id":3543},"_origin":{"__isSmartRef__":true,"id":3544},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Morph"},"3530":{"position":{"__isSmartRef__":true,"id":3531},"_Extent":{"__isSmartRef__":true,"id":3532},"_Fill":{"__isSmartRef__":true,"id":3533},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3534},"_Position":{"__isSmartRef__":true,"id":3535},"_BorderWidth":3.85,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_BorderColor":{"__isSmartRef__":true,"id":3536},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"3531":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3532":{"x":233,"y":176,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3533":{"r":0,"g":0.591,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3534":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3535":{"x":-118,"y":-86,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3536":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3537":{"x":98,"y":178,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3538":{"partsSpaceName":"PartsBin/Basic","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","comment":"an Ellipse","partName":"Ellipse","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"3539":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3540":{"morph":{"__isSmartRef__":true,"id":3529},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3541":{},"3542":{"x":47,"y":-89,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3543":{"x":233,"y":166,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3544":{"x":118,"y":86,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3545":{"position":{"__isSmartRef__":true,"id":3546},"_Extent":{"__isSmartRef__":true,"id":3547},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3548},"_Fill":{"__isSmartRef__":true,"id":3549},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":3550},"_Position":{"__isSmartRef__":true,"id":3551},"_ClipMode":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3546":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3547":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3548":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3549":{"r":0,"g":0,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3550":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3551":{"x":0,"y":-2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3552":{"x":3019,"y":135,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3553":{"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"},"3554":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3555":{"morph":{"__isSmartRef__":true,"id":3528},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3556":{"x":86,"y":-11,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3557":{"x":0,"y":2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3558":{"submorphs":[{"__isSmartRef__":true,"id":3559},{"__isSmartRef__":true,"id":3599}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3929},"id":1813,"renderContextTable":{"__isSmartRef__":true,"id":3932},"eventHandler":{"__isSmartRef__":true,"id":3933},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":3934},"LK2":true,"_Position":{"__isSmartRef__":true,"id":3935},"priorExtent":{"__isSmartRef__":true,"id":3936},"targetMorph":{"__isSmartRef__":true,"id":3559},"titleBar":{"__isSmartRef__":true,"id":3599},"contentOffset":{"__isSmartRef__":true,"id":3571},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"prevDragPos":{"__isSmartRef__":true,"id":3937},"isBeingDragged":false,"showsHalos":false,"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","name":"Window1","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"magnets":[{"__isSmartRef__":true,"id":3938},{"__isSmartRef__":true,"id":3941},{"__isSmartRef__":true,"id":3944},{"__isSmartRef__":true,"id":3947},{"__isSmartRef__":true,"id":3950},{"__isSmartRef__":true,"id":3953},{"__isSmartRef__":true,"id":3956},{"__isSmartRef__":true,"id":3959}],"cameForward":false,"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"3559":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3560},"id":1814,"renderContextTable":{"__isSmartRef__":true,"id":3566},"textChunks":[{"__isSmartRef__":true,"id":3567}],"eventHandler":{"__isSmartRef__":true,"id":3569},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3570},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":3571},"priorExtent":{"__isSmartRef__":true,"id":3572},"_MaxTextWidth":749,"_MaxTextHeight":618,"evalEnabled":true,"owner":{"__isSmartRef__":true,"id":3558},"layout":{"__isSmartRef__":true,"id":3573},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":3574}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1312543102537,"accessibleInInactiveWindow":true,"charsReplaced":"","lastFindLoc":498,"priorSelectionRange":[2270,2270],"__SourceModuleName__":"Global.lively.morphic.TextCore","prevScroll":[0,714],"savedTextString":"cop.create('OriginBugFixLayer')\n.refineClass(lively.morphic.Morph, {\n dropOn: function(morph) {\n morph.addMorph(this)\n },\n transformToMorph: function (other) {\n // FIXME\n // getTransformToElement has issues on some platforms\n // if (Config.useGetTransformToElement) {\n // return this.rawNode.getTransformToElement(other.rawNode);\n // }\n var tfm = this.getGlobalTransform(),\n inv = other.getGlobalTransform().createInverse();\ndebugger\n tfm.preConcatenate(inv);\n return tfm;\n },\n isClip: function() {\n return this.isClippingMode(this.getClipMode());\n },\n isClippingMode: function(modeString) {\n return modeString !== 'visible' && modeString !== '';\n },\n getPrivateClipOffset: function() {\n\n },\n innerBounds: function() {\n // return cop.proceed();\n return this.isClip() ?\n cop.proceed().translatedBy(this.getOrigin().negated()) : cop.proceed();\n },\n getTransform: function () {\n var scale = this.getScale(),\n pos = this.getPosition();\n // if (this.isClip()) pos = pos.addPt(this.getOrigin().negated());\n return new lively.morphic.Similitude(pos, this.getRotation(), pt(scale,scale));\n },\n getGlobalTransform: function() {\n // return cop.proceed();\n var globalTransform = new lively.morphic.Similitude(),\n world = this.world();\n for (var morph = this; (morph != world) && (morph != undefined); morph = morph.owner) {\n var t = morph.getTransform();\n if (morph.isClip() && morph !== this) {\n t = new lively.morphic.Similitude(morph.getOrigin().negated(), 0, pt(1,1)).preConcatenate(t);\n // alert('t:' + t + ' origin: ' + morph.getOrigin().negated())\n }\n globalTransform.preConcatenate(t);\n }\n return globalTransform;\n },\n setClipModeHTML: function(ctx, modeString) {\n if (this.isClippingMode(modeString)) {\n if (!ctx.clipNode) {\n ctx.clipNode = XHTMLNS.create('div')\n ctx.clipNode.style.position = 'absolute';\n while (ctx.morphNode.childNodes.length > 0)\n ctx.clipNode.appendChild(ctx.morphNode.childNodes[0])\n ctx.morphNode.appendChild(ctx.clipNode);\n\n // origin: moving clipNode and resetting shape + submorphs\n var origin = this.getOrigin();\n ctx.domInterface.setPosition(ctx.clipNode, origin.negated());\n this.shape.setPosition(this.shape.getPosition().addPt(origin));\n this.submorphs.invoke('moveBy', origin);\n }\n ctx.domInterface.setExtent(ctx.clipNode, this.getExtent());\n ctx.clipNode.style.overflow = modeString || 'auto';\n } else {\n if (ctx.clipNode) {\n while (ctx.clipNode.childNodes.length > 0)\n ctx.morphNode.appendChild(ctx.clipNode.childNodes[0])\n ctx.morphNode.removeChild(ctx.clipNode);\n ctx.clipNode = null;\n\n // offsetting shape + submorphs\n var origin = this.getOrigin();\n this.shape.setPosition(this.shape.getPosition().addPt(origin.negated()));\n this.submorphs.invoke('moveBy', origin.negated());\n }\n }\n },\n getOrigin: function() {\n return this._origin || this.shape.getPosition().negated();\n },\n setOrigin: function(value) {\n // changes the origin / pivot of the morph \n // without changing its position on the screen\n var oldOrigin = this.getOrigin(),\n delta = value.subPt(oldOrigin),\n transform = this.getTransform(),\n oldTransformedOrigin = transform.transformPoint(oldOrigin),\n newTransformedOrigin = transform.transformPoint(value),\n transformedDelta = newTransformedOrigin.subPt(oldTransformedOrigin);\nthis._origin= value;\n // change the shapes position and own translation\n\nif (this.renderContext().clipNode) {\n this.renderContext().domInterface.setPosition(this.renderContext().clipNode, value.negated());\n} else {\n this.shape.setPosition(value.negated());\n this.submorphs.invoke('moveBy', delta.negated());\n}\n this.moveBy(transformedDelta);\n },\n})\n.refineClass(lively.morphic.Shapes.Shape, {\n setExtentHTML: function(ctx, value) {\n var extentWithoutBorder = value.addXY(-2*this.getBorderWidth(), -2*this.getBorderWidth());\n if (ctx.shapeNode)\n ctx.domInterface.setExtent(ctx.shapeNode, extentWithoutBorder);\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Shapes.External, {\n setExtentHTML: function(ctx, value) {\n cop.proceed(ctx, value)\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Halo, {\n computePositionAtTarget: function(targetMorph) {\n targetMorph = targetMorph || this.targetMorph;\n var world = targetMorph.world(),\n owner = targetMorph.owner;\n if (!world || !owner) return pt(0,0);\n\n var bounds = targetMorph.bounds(),\n boundsInWorld = targetMorph.getGlobalTransform().transformRectToRect(targetMorph.innerBounds()),\n visibleBounds = this.computeHaloBounds(boundsInWorld, world);\n\n var haloItemExtent = this.defaultExtent,\n haloOffsetX = (visibleBounds.realWidth()-haloItemExtent.x) / this.maxHorizontalLabels,\n haloOffsetY = (visibleBounds.realHeight()-haloItemExtent.y) / this.maxVerticalLabels,\n pos = visibleBounds.topLeft().addPt(\n pt(haloOffsetX*this.horizontalPos, haloOffsetY*this.verticalPos));\n\n return pos;\n },\n})\n.refineClass(lively.morphic.OriginHalo, {\n computePositionAtTarget: function() {\n var world = this.targetMorph.world();\n if (!world) return pt(0,0);\n var pos = this.targetMorph.worldPoint(this.targetMorph.getOrigin()),\n pos = pos.subPt(this.getExtent().scaleBy(0.5));\n return pos;\n },\n})\n\nOriginBugFixLayer.beGlobal()","showsHalos":false,"magnets":[{"__isSmartRef__":true,"id":3575},{"__isSmartRef__":true,"id":3578},{"__isSmartRef__":true,"id":3581},{"__isSmartRef__":true,"id":3584},{"__isSmartRef__":true,"id":3587},{"__isSmartRef__":true,"id":3590},{"__isSmartRef__":true,"id":3593},{"__isSmartRef__":true,"id":3596}],"isBeingDragged":false,"lastSearchString":"bounds","_Scale":1,"textString":"cop.create('OriginBugFixLayer')\n.refineClass(lively.morphic.Morph, {\n isClip: function() {\n return this.isClippingMode(this.getClipMode());\n },\n isClippingMode: function(modeString) {\n return modeString !== 'visible' && modeString !== '';\n },\n innerBounds: function() {\n // return cop.proceed();\n return this.isClip() ?\n cop.proceed().translatedBy(this.getOrigin().negated()) : cop.proceed();\n },\n getTransform: function () {\n var scale = this.getScale(),\n pos = this.getPosition();\n // if (this.isClip()) pos = pos.addPt(this.getOrigin().negated());\n return new lively.morphic.Similitude(pos, this.getRotation(), pt(scale,scale));\n },\n getGlobalTransform: function() {\n // return cop.proceed();\n var globalTransform = new lively.morphic.Similitude(),\n world = this.world();\n for (var morph = this; (morph != world) && (morph != undefined); morph = morph.owner) {\n var t = morph.getTransform();\n if (morph.isClip() && morph !== this) {\n t = new lively.morphic.Similitude(morph.getOrigin().negated(), 0, pt(1,1)).preConcatenate(t);\n // alert('t:' + t + ' origin: ' + morph.getOrigin().negated())\n }\n globalTransform.preConcatenate(t);\n }\n return globalTransform;\n },\n setClipModeHTML: function(ctx, modeString) {\n if (this.isClippingMode(modeString)) {\n if (!ctx.clipNode) {\n ctx.clipNode = XHTMLNS.create('div')\n ctx.clipNode.style.position = 'absolute';\n while (ctx.morphNode.childNodes.length > 0)\n ctx.clipNode.appendChild(ctx.morphNode.childNodes[0])\n ctx.morphNode.appendChild(ctx.clipNode);\n\n // origin: moving clipNode and resetting shape + submorphs\n var origin = this.getOrigin();\n ctx.domInterface.setPosition(ctx.clipNode, origin.negated());\n this.shape.setPosition(this.shape.getPosition().addPt(origin));\n this.submorphs.invoke('moveBy', origin);\n }\n ctx.domInterface.setExtent(ctx.clipNode, this.getExtent());\n ctx.clipNode.style.overflow = modeString || 'auto';\n } else {\n if (ctx.clipNode) {\n while (ctx.clipNode.childNodes.length > 0)\n ctx.morphNode.appendChild(ctx.clipNode.childNodes[0])\n ctx.morphNode.removeChild(ctx.clipNode);\n ctx.clipNode = null;\n\n // offsetting shape + submorphs\n var origin = this.getOrigin();\n this.shape.setPosition(this.shape.getPosition().addPt(origin.negated()));\n this.submorphs.invoke('moveBy', origin.negated());\n }\n }\n },\n getOrigin: function() {\n return this._origin || this.shape.getPosition().negated();\n },\n setOrigin: function(value) {\n // changes the origin / pivot of the morph \n // without changing its position on the screen\n var oldOrigin = this.getOrigin(),\n delta = value.subPt(oldOrigin),\n transform = this.getTransform(),\n oldTransformedOrigin = transform.transformPoint(oldOrigin),\n newTransformedOrigin = transform.transformPoint(value),\n transformedDelta = newTransformedOrigin.subPt(oldTransformedOrigin);\nthis._origin= value;\n // change the shapes position and own translation\n\nif (this.renderContext().clipNode) {\n this.renderContext().domInterface.setPosition(this.renderContext().clipNode, value.negated());\n} else {\n this.shape.setPosition(value.negated());\n this.submorphs.invoke('moveBy', delta.negated());\n}\n this.moveBy(transformedDelta);\n },\n})\n.refineClass(lively.morphic.Shapes.Shape, {\n setExtentHTML: function(ctx, value) {\n var extentWithoutBorder = value.addXY(-2*this.getBorderWidth(), -2*this.getBorderWidth());\n if (ctx.shapeNode)\n ctx.domInterface.setExtent(ctx.shapeNode, extentWithoutBorder);\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Shapes.External, {\n setExtentHTML: function(ctx, value) {\n cop.proceed(ctx, value)\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Halo, {\n computePositionAtTarget: function(targetMorph) {\n targetMorph = targetMorph || this.targetMorph;\n var world = targetMorph.world(),\n owner = targetMorph.owner;\n if (!world || !owner) return pt(0,0);\n\n var bounds = targetMorph.bounds(),\n boundsInWorld = targetMorph.getGlobalTransform().transformRectToRect(targetMorph.innerBounds()),\n visibleBounds = this.computeHaloBounds(boundsInWorld, world);\n\n var haloItemExtent = this.defaultExtent,\n haloOffsetX = (visibleBounds.realWidth()-haloItemExtent.x) / this.maxHorizontalLabels,\n haloOffsetY = (visibleBounds.realHeight()-haloItemExtent.y) / this.maxVerticalLabels,\n pos = visibleBounds.topLeft().addPt(\n pt(haloOffsetX*this.horizontalPos, haloOffsetY*this.verticalPos));\n\n return pos;\n },\n})\n.refineClass(lively.morphic.OriginHalo, {\n computePositionAtTarget: function() {\n var world = this.targetMorph.world();\n if (!world) return pt(0,0);\n var pos = this.targetMorph.worldPoint(this.targetMorph.getOrigin()),\n pos = pos.subPt(this.getExtent().scaleBy(0.5));\n return pos;\n },\n})\n\nOriginBugFixLayer.beNotGlobal()","__LivelyClassName__":"lively.morphic.Text"},"3560":{"_Position":{"__isSmartRef__":true,"id":3561},"renderContextTable":{"__isSmartRef__":true,"id":3562},"_Extent":{"__isSmartRef__":true,"id":3563},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3564},"_Fill":{"__isSmartRef__":true,"id":3565},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3561":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3562":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3563":{"x":749,"y":618,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3564":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3565":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3566":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3567":{"style":{"__isSmartRef__":true,"id":3568},"chunkOwner":{"__isSmartRef__":true,"id":3559},"storedString":"cop.create('OriginBugFixLayer')\n.refineClass(lively.morphic.Morph, {\n isClip: function() {\n return this.isClippingMode(this.getClipMode());\n },\n isClippingMode: function(modeString) {\n return modeString !== 'visible' && modeString !== '';\n },\n innerBounds: function() {\n // return cop.proceed();\n return this.isClip() ?\n cop.proceed().translatedBy(this.getOrigin().negated()) : cop.proceed();\n },\n getTransform: function () {\n var scale = this.getScale(),\n pos = this.getPosition();\n // if (this.isClip()) pos = pos.addPt(this.getOrigin().negated());\n return new lively.morphic.Similitude(pos, this.getRotation(), pt(scale,scale));\n },\n getGlobalTransform: function() {\n // return cop.proceed();\n var globalTransform = new lively.morphic.Similitude(),\n world = this.world();\n for (var morph = this; (morph != world) && (morph != undefined); morph = morph.owner) {\n var t = morph.getTransform();\n if (morph.isClip() && morph !== this) {\n t = new lively.morphic.Similitude(morph.getOrigin().negated(), 0, pt(1,1)).preConcatenate(t);\n // alert('t:' + t + ' origin: ' + morph.getOrigin().negated())\n }\n globalTransform.preConcatenate(t);\n }\n return globalTransform;\n },\n setClipModeHTML: function(ctx, modeString) {\n if (this.isClippingMode(modeString)) {\n if (!ctx.clipNode) {\n ctx.clipNode = XHTMLNS.create('div')\n ctx.clipNode.style.position = 'absolute';\n while (ctx.morphNode.childNodes.length > 0)\n ctx.clipNode.appendChild(ctx.morphNode.childNodes[0])\n ctx.morphNode.appendChild(ctx.clipNode);\n\n // origin: moving clipNode and resetting shape + submorphs\n var origin = this.getOrigin();\n ctx.domInterface.setPosition(ctx.clipNode, origin.negated());\n this.shape.setPosition(this.shape.getPosition().addPt(origin));\n this.submorphs.invoke('moveBy', origin);\n }\n ctx.domInterface.setExtent(ctx.clipNode, this.getExtent());\n ctx.clipNode.style.overflow = modeString || 'auto';\n } else {\n if (ctx.clipNode) {\n while (ctx.clipNode.childNodes.length > 0)\n ctx.morphNode.appendChild(ctx.clipNode.childNodes[0])\n ctx.morphNode.removeChild(ctx.clipNode);\n ctx.clipNode = null;\n\n // offsetting shape + submorphs\n var origin = this.getOrigin();\n this.shape.setPosition(this.shape.getPosition().addPt(origin.negated()));\n this.submorphs.invoke('moveBy', origin.negated());\n }\n }\n },\n getOrigin: function() {\n return this._origin || this.shape.getPosition().negated();\n },\n setOrigin: function(value) {\n // changes the origin / pivot of the morph \n // without changing its position on the screen\n var oldOrigin = this.getOrigin(),\n delta = value.subPt(oldOrigin),\n transform = this.getTransform(),\n oldTransformedOrigin = transform.transformPoint(oldOrigin),\n newTransformedOrigin = transform.transformPoint(value),\n transformedDelta = newTransformedOrigin.subPt(oldTransformedOrigin);\nthis._origin= value;\n // change the shapes position and own translation\n\nif (this.renderContext().clipNode) {\n this.renderContext().domInterface.setPosition(this.renderContext().clipNode, value.negated());\n} else {\n this.shape.setPosition(value.negated());\n this.submorphs.invoke('moveBy', delta.negated());\n}\n this.moveBy(transformedDelta);\n },\n})\n.refineClass(lively.morphic.Shapes.Shape, {\n setExtentHTML: function(ctx, value) {\n var extentWithoutBorder = value.addXY(-2*this.getBorderWidth(), -2*this.getBorderWidth());\n if (ctx.shapeNode)\n ctx.domInterface.setExtent(ctx.shapeNode, extentWithoutBorder);\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Shapes.External, {\n setExtentHTML: function(ctx, value) {\n cop.proceed(ctx, value)\n if (ctx.clipNode)\n ctx.domInterface.setExtent(ctx.clipNode, value);\n },\n})\n.refineClass(lively.morphic.Halo, {\n computePositionAtTarget: function(targetMorph) {\n targetMorph = targetMorph || this.targetMorph;\n var world = targetMorph.world(),\n owner = targetMorph.owner;\n if (!world || !owner) return pt(0,0);\n\n var bounds = targetMorph.bounds(),\n boundsInWorld = targetMorph.getGlobalTransform().transformRectToRect(targetMorph.innerBounds()),\n visibleBounds = this.computeHaloBounds(boundsInWorld, world);\n\n var haloItemExtent = this.defaultExtent,\n haloOffsetX = (visibleBounds.realWidth()-haloItemExtent.x) / this.maxHorizontalLabels,\n haloOffsetY = (visibleBounds.realHeight()-haloItemExtent.y) / this.maxVerticalLabels,\n pos = visibleBounds.topLeft().addPt(\n pt(haloOffsetX*this.horizontalPos, haloOffsetY*this.verticalPos));\n\n return pos;\n },\n})\n.refineClass(lively.morphic.OriginHalo, {\n computePositionAtTarget: function() {\n var world = this.targetMorph.world();\n if (!world) return pt(0,0);\n var pos = this.targetMorph.worldPoint(this.targetMorph.getOrigin()),\n pos = pos.subPt(this.getExtent().scaleBy(0.5));\n return pos;\n },\n})\n\nOriginBugFixLayer.beNotGlobal()","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3568":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3569":{"morph":{"__isSmartRef__":true,"id":3559},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3570":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3571":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3572":{"x":749,"y":618,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3573":{"resizeWidth":true,"resizeHeight":true},"3574":{"sourceObj":{"__isSmartRef__":true,"id":3559},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":3559},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3575":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3576},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3577}},"3576":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3577":{"x":1030,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3578":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3579},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3580}},"3579":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3580":{"x":1404.5,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3581":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3582},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3583}},"3582":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3583":{"x":1779,"y":413,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3584":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3585},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3586}},"3585":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3586":{"x":1779,"y":722,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3587":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3588},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3589}},"3588":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3589":{"x":1779,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3590":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3591},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3592}},"3591":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3592":{"x":1404.5,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3593":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3594},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3595}},"3594":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3595":{"x":1030,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3596":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3597},"morph":{"__isSmartRef__":true,"id":3559},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3598}},"3597":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3598":{"x":1030,"y":722,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3599":{"submorphs":[{"__isSmartRef__":true,"id":3600},{"__isSmartRef__":true,"id":3638},{"__isSmartRef__":true,"id":3732},{"__isSmartRef__":true,"id":3813}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3895},"id":1815,"renderContextTable":{"__isSmartRef__":true,"id":3900},"eventHandler":{"__isSmartRef__":true,"id":3901},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":3902},"_Position":{"__isSmartRef__":true,"id":3903},"windowMorph":{"__isSmartRef__":true,"id":3558},"label":{"__isSmartRef__":true,"id":3600},"closeButton":{"__isSmartRef__":true,"id":3638},"menuButton":{"__isSmartRef__":true,"id":3732},"collapseButton":{"__isSmartRef__":true,"id":3813},"priorExtent":{"__isSmartRef__":true,"id":3904},"owner":{"__isSmartRef__":true,"id":3558},"__SourceModuleName__":"Global.lively.morphic.Widgets","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"magnets":[{"__isSmartRef__":true,"id":3905},{"__isSmartRef__":true,"id":3908},{"__isSmartRef__":true,"id":3911},{"__isSmartRef__":true,"id":3914},{"__isSmartRef__":true,"id":3917},{"__isSmartRef__":true,"id":3920},{"__isSmartRef__":true,"id":3923},{"__isSmartRef__":true,"id":3926}],"_Scale":1,"__LivelyClassName__":"lively.morphic.TitleBar"},"3600":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3601},"id":1816,"renderContextTable":{"__isSmartRef__":true,"id":3606},"textChunks":[{"__isSmartRef__":true,"id":3607}],"eventHandler":{"__isSmartRef__":true,"id":3609},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3610},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":3611},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":3599},"priorExtent":{"__isSmartRef__":true,"id":3612},"_MaxTextWidth":690,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":3613},"__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"magnets":[{"__isSmartRef__":true,"id":3614},{"__isSmartRef__":true,"id":3617},{"__isSmartRef__":true,"id":3620},{"__isSmartRef__":true,"id":3623},{"__isSmartRef__":true,"id":3626},{"__isSmartRef__":true,"id":3629},{"__isSmartRef__":true,"id":3632},{"__isSmartRef__":true,"id":3635}],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"3601":{"_Position":{"__isSmartRef__":true,"id":3602},"renderContextTable":{"__isSmartRef__":true,"id":3603},"_Extent":{"__isSmartRef__":true,"id":3604},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3605},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3602":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3603":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3604":{"x":690,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3605":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3606":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3607":{"style":{"__isSmartRef__":true,"id":3608},"chunkOwner":{"__isSmartRef__":true,"id":3600},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk"},"3608":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3609":{"morph":{"__isSmartRef__":true,"id":3600},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3610":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3611":{"resizeWidth":true},"3612":{"x":690,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3613":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3614":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3615},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3616}},"3615":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3616":{"x":1050,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3617":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3618},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3619}},"3618":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3619":{"x":1395,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3620":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3621},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3622}},"3621":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3622":{"x":1740,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3623":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3624},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3625}},"3624":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3625":{"x":1740,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3626":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3627},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3628}},"3627":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3628":{"x":1740,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3629":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3630},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3631}},"3630":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3631":{"x":1395,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3632":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3633},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3634}},"3633":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3634":{"x":1050,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3635":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3636},"morph":{"__isSmartRef__":true,"id":3600},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3637}},"3636":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3637":{"x":1050,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3638":{"submorphs":[{"__isSmartRef__":true,"id":3639}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3675},"id":1817,"renderContextTable":{"__isSmartRef__":true,"id":3690},"eventHandler":{"__isSmartRef__":true,"id":3691},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3692},"priorExtent":{"__isSmartRef__":true,"id":3693},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3680},"lighterFill":{"__isSmartRef__":true,"id":3694},"label":{"__isSmartRef__":true,"id":3639},"owner":{"__isSmartRef__":true,"id":3599},"layout":{"__isSmartRef__":true,"id":3703},"attributeConnections":[{"__isSmartRef__":true,"id":3704},{"__isSmartRef__":true,"id":3706}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","magnets":[{"__isSmartRef__":true,"id":3708},{"__isSmartRef__":true,"id":3711},{"__isSmartRef__":true,"id":3714},{"__isSmartRef__":true,"id":3717},{"__isSmartRef__":true,"id":3720},{"__isSmartRef__":true,"id":3723},{"__isSmartRef__":true,"id":3726},{"__isSmartRef__":true,"id":3729}],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"3639":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3640},"id":1818,"renderContextTable":{"__isSmartRef__":true,"id":3644},"textChunks":[{"__isSmartRef__":true,"id":3645}],"eventHandler":{"__isSmartRef__":true,"id":3647},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3648},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3649},"priorExtent":{"__isSmartRef__":true,"id":3650},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3638},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"magnets":[{"__isSmartRef__":true,"id":3651},{"__isSmartRef__":true,"id":3654},{"__isSmartRef__":true,"id":3657},{"__isSmartRef__":true,"id":3660},{"__isSmartRef__":true,"id":3663},{"__isSmartRef__":true,"id":3666},{"__isSmartRef__":true,"id":3669},{"__isSmartRef__":true,"id":3672}],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"3640":{"_Position":{"__isSmartRef__":true,"id":3641},"renderContextTable":{"__isSmartRef__":true,"id":3642},"_Extent":{"__isSmartRef__":true,"id":3643},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3605},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3641":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3642":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3643":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3644":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3645":{"style":{"__isSmartRef__":true,"id":3646},"chunkOwner":{"__isSmartRef__":true,"id":3639},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"3646":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3647":{"morph":{"__isSmartRef__":true,"id":3639},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3648":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3649":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3650":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3651":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3652},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3653}},"3652":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3653":{"x":1759,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3654":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3655},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3656}},"3655":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3656":{"x":1767.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3657":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3658},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3659}},"3658":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3659":{"x":1776,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3660":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3661},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3662}},"3661":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3662":{"x":1776,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3663":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3664},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3665}},"3664":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3665":{"x":1776,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3666":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3667},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3668}},"3667":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3668":{"x":1767.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3669":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3670},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3671}},"3670":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3671":{"x":1759,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3672":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3673},"morph":{"__isSmartRef__":true,"id":3639},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3674}},"3673":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3674":{"x":1759,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3675":{"_Position":{"__isSmartRef__":true,"id":3676},"renderContextTable":{"__isSmartRef__":true,"id":3677},"_Extent":{"__isSmartRef__":true,"id":3678},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3679},"_Fill":{"__isSmartRef__":true,"id":3680},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3676":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3677":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3678":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3679":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3680":{"stops":[{"__isSmartRef__":true,"id":3681},{"__isSmartRef__":true,"id":3683},{"__isSmartRef__":true,"id":3685},{"__isSmartRef__":true,"id":3687}],"vector":{"__isSmartRef__":true,"id":3689},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3681":{"offset":0,"color":{"__isSmartRef__":true,"id":3682}},"3682":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3683":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3684}},"3684":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3685":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3686}},"3686":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3687":{"offset":1,"color":{"__isSmartRef__":true,"id":3688}},"3688":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3689":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"3690":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3691":{"morph":{"__isSmartRef__":true,"id":3638},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3692":{"x":729,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3693":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3694":{"stops":[{"__isSmartRef__":true,"id":3695},{"__isSmartRef__":true,"id":3697},{"__isSmartRef__":true,"id":3699},{"__isSmartRef__":true,"id":3701}],"vector":{"__isSmartRef__":true,"id":3689},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3695":{"offset":0,"color":{"__isSmartRef__":true,"id":3696}},"3696":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3697":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3698}},"3698":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3699":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3700}},"3700":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3701":{"offset":1,"color":{"__isSmartRef__":true,"id":3702}},"3702":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3703":{"moveHorizontal":true},"3704":{"sourceObj":{"__isSmartRef__":true,"id":3638},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3558},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3705},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3705":{"source":{"__isSmartRef__":true,"id":3638},"target":{"__isSmartRef__":true,"id":3558}},"3706":{"sourceObj":{"__isSmartRef__":true,"id":3638},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3558},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3707},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3707":{"source":{"__isSmartRef__":true,"id":3638},"target":{"__isSmartRef__":true,"id":3558}},"3708":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3709},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3710}},"3709":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3710":{"x":1759,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3711":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3712},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3713}},"3712":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3713":{"x":1767.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3714":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3715},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3716}},"3715":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3716":{"x":1776,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3717":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3718},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3719}},"3718":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3719":{"x":1776,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3720":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3721},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3722}},"3721":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3722":{"x":1776,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3723":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3724},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3725}},"3724":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3725":{"x":1767.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3726":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3727},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3728}},"3727":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3728":{"x":1759,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3729":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3730},"morph":{"__isSmartRef__":true,"id":3638},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3731}},"3730":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3731":{"x":1759,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3732":{"submorphs":[{"__isSmartRef__":true,"id":3733}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3768},"id":1819,"renderContextTable":{"__isSmartRef__":true,"id":3772},"eventHandler":{"__isSmartRef__":true,"id":3773},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3774},"priorExtent":{"__isSmartRef__":true,"id":3775},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3680},"lighterFill":{"__isSmartRef__":true,"id":3776},"label":{"__isSmartRef__":true,"id":3733},"owner":{"__isSmartRef__":true,"id":3599},"attributeConnections":[{"__isSmartRef__":true,"id":3785},{"__isSmartRef__":true,"id":3787}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","magnets":[{"__isSmartRef__":true,"id":3789},{"__isSmartRef__":true,"id":3792},{"__isSmartRef__":true,"id":3795},{"__isSmartRef__":true,"id":3798},{"__isSmartRef__":true,"id":3801},{"__isSmartRef__":true,"id":3804},{"__isSmartRef__":true,"id":3807},{"__isSmartRef__":true,"id":3810}],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"3733":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3734},"id":1820,"renderContextTable":{"__isSmartRef__":true,"id":3738},"textChunks":[{"__isSmartRef__":true,"id":3739}],"eventHandler":{"__isSmartRef__":true,"id":3741},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3648},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3742},"priorExtent":{"__isSmartRef__":true,"id":3743},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3732},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"magnets":[{"__isSmartRef__":true,"id":3744},{"__isSmartRef__":true,"id":3747},{"__isSmartRef__":true,"id":3750},{"__isSmartRef__":true,"id":3753},{"__isSmartRef__":true,"id":3756},{"__isSmartRef__":true,"id":3759},{"__isSmartRef__":true,"id":3762},{"__isSmartRef__":true,"id":3765}],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"3734":{"_Position":{"__isSmartRef__":true,"id":3735},"renderContextTable":{"__isSmartRef__":true,"id":3736},"_Extent":{"__isSmartRef__":true,"id":3737},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3605},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3735":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3736":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3737":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3738":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3739":{"style":{"__isSmartRef__":true,"id":3740},"chunkOwner":{"__isSmartRef__":true,"id":3733},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"3740":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3741":{"morph":{"__isSmartRef__":true,"id":3733},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3742":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3743":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3744":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3745},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3746}},"3745":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3746":{"x":1033,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3747":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3748},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3749}},"3748":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3749":{"x":1041.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3750":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3751},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3752}},"3751":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3752":{"x":1050,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3753":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3754},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3755}},"3754":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3755":{"x":1050,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3756":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3757},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3758}},"3757":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3758":{"x":1050,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3759":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3760},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3761}},"3760":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3761":{"x":1041.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3762":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3763},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3764}},"3763":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3764":{"x":1033,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3765":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3766},"morph":{"__isSmartRef__":true,"id":3733},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3767}},"3766":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3767":{"x":1033,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3768":{"_Position":{"__isSmartRef__":true,"id":3769},"renderContextTable":{"__isSmartRef__":true,"id":3770},"_Extent":{"__isSmartRef__":true,"id":3771},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3679},"_Fill":{"__isSmartRef__":true,"id":3680},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3769":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3770":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3771":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3772":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3773":{"morph":{"__isSmartRef__":true,"id":3732},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3774":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3775":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3776":{"stops":[{"__isSmartRef__":true,"id":3777},{"__isSmartRef__":true,"id":3779},{"__isSmartRef__":true,"id":3781},{"__isSmartRef__":true,"id":3783}],"vector":{"__isSmartRef__":true,"id":3689},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3777":{"offset":0,"color":{"__isSmartRef__":true,"id":3778}},"3778":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3779":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3780}},"3780":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3781":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3782}},"3782":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3783":{"offset":1,"color":{"__isSmartRef__":true,"id":3784}},"3784":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3785":{"sourceObj":{"__isSmartRef__":true,"id":3732},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3558},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3786},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3786":{"source":{"__isSmartRef__":true,"id":3732},"target":{"__isSmartRef__":true,"id":3558}},"3787":{"sourceObj":{"__isSmartRef__":true,"id":3732},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3558},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3788},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3788":{"source":{"__isSmartRef__":true,"id":3732},"target":{"__isSmartRef__":true,"id":3558}},"3789":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3790},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3791}},"3790":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3791":{"x":1033,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3792":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3793},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3794}},"3793":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3794":{"x":1041.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3795":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3796},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3797}},"3796":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3797":{"x":1050,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3798":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3799},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3800}},"3799":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3800":{"x":1050,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3801":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3802},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3803}},"3802":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3803":{"x":1050,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3804":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3805},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3806}},"3805":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3806":{"x":1041.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3807":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3808},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3809}},"3808":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3809":{"x":1033,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3810":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3811},"morph":{"__isSmartRef__":true,"id":3732},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3812}},"3811":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3812":{"x":1033,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3813":{"submorphs":[{"__isSmartRef__":true,"id":3814}],"scripts":[],"shape":{"__isSmartRef__":true,"id":3849},"id":1821,"renderContextTable":{"__isSmartRef__":true,"id":3853},"eventHandler":{"__isSmartRef__":true,"id":3854},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":3855},"priorExtent":{"__isSmartRef__":true,"id":3856},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":3680},"lighterFill":{"__isSmartRef__":true,"id":3857},"label":{"__isSmartRef__":true,"id":3814},"owner":{"__isSmartRef__":true,"id":3599},"layout":{"__isSmartRef__":true,"id":3866},"attributeConnections":[{"__isSmartRef__":true,"id":3867},{"__isSmartRef__":true,"id":3869}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","magnets":[{"__isSmartRef__":true,"id":3871},{"__isSmartRef__":true,"id":3874},{"__isSmartRef__":true,"id":3877},{"__isSmartRef__":true,"id":3880},{"__isSmartRef__":true,"id":3883},{"__isSmartRef__":true,"id":3886},{"__isSmartRef__":true,"id":3889},{"__isSmartRef__":true,"id":3892}],"_Scale":1,"__LivelyClassName__":"lively.morphic.WindowControl"},"3814":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3815},"id":1822,"renderContextTable":{"__isSmartRef__":true,"id":3819},"textChunks":[{"__isSmartRef__":true,"id":3820}],"eventHandler":{"__isSmartRef__":true,"id":3822},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":3648},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":3823},"priorExtent":{"__isSmartRef__":true,"id":3824},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3813},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"magnets":[{"__isSmartRef__":true,"id":3825},{"__isSmartRef__":true,"id":3828},{"__isSmartRef__":true,"id":3831},{"__isSmartRef__":true,"id":3834},{"__isSmartRef__":true,"id":3837},{"__isSmartRef__":true,"id":3840},{"__isSmartRef__":true,"id":3843},{"__isSmartRef__":true,"id":3846}],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"3815":{"_Position":{"__isSmartRef__":true,"id":3816},"renderContextTable":{"__isSmartRef__":true,"id":3817},"_Extent":{"__isSmartRef__":true,"id":3818},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3605},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3816":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3817":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3818":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3819":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3820":{"style":{"__isSmartRef__":true,"id":3821},"chunkOwner":{"__isSmartRef__":true,"id":3814},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"3821":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"3822":{"morph":{"__isSmartRef__":true,"id":3814},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3823":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3824":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3825":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3826},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3827}},"3826":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3827":{"x":1740,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3828":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3829},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3830}},"3829":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3830":{"x":1748.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3831":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3832},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3833}},"3832":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3833":{"x":1757,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3834":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3835},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3836}},"3835":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3836":{"x":1757,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3837":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3838},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3839}},"3838":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3839":{"x":1757,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3840":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3841},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3842}},"3841":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3842":{"x":1748.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3843":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3844},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3845}},"3844":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3845":{"x":1740,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3846":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3847},"morph":{"__isSmartRef__":true,"id":3814},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3848}},"3847":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3848":{"x":1740,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3849":{"_Position":{"__isSmartRef__":true,"id":3850},"renderContextTable":{"__isSmartRef__":true,"id":3851},"_Extent":{"__isSmartRef__":true,"id":3852},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":3679},"_Fill":{"__isSmartRef__":true,"id":3680},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3850":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3851":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3852":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3853":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3854":{"morph":{"__isSmartRef__":true,"id":3813},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3855":{"x":710,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3856":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3857":{"stops":[{"__isSmartRef__":true,"id":3858},{"__isSmartRef__":true,"id":3860},{"__isSmartRef__":true,"id":3862},{"__isSmartRef__":true,"id":3864}],"vector":{"__isSmartRef__":true,"id":3689},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"3858":{"offset":0,"color":{"__isSmartRef__":true,"id":3859}},"3859":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3860":{"offset":0.4,"color":{"__isSmartRef__":true,"id":3861}},"3861":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3862":{"offset":0.6,"color":{"__isSmartRef__":true,"id":3863}},"3863":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3864":{"offset":1,"color":{"__isSmartRef__":true,"id":3865}},"3865":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3866":{"moveHorizontal":true},"3867":{"sourceObj":{"__isSmartRef__":true,"id":3813},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3558},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3868},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3868":{"source":{"__isSmartRef__":true,"id":3813},"target":{"__isSmartRef__":true,"id":3558}},"3869":{"sourceObj":{"__isSmartRef__":true,"id":3813},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3558},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":3870},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"3870":{"source":{"__isSmartRef__":true,"id":3813},"target":{"__isSmartRef__":true,"id":3558}},"3871":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3872},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3873}},"3872":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3873":{"x":1740,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3874":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3875},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3876}},"3875":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3876":{"x":1748.5,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3877":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3878},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3879}},"3878":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3879":{"x":1757,"y":395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3880":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3881},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3882}},"3881":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3882":{"x":1757,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3883":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3884},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3885}},"3884":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3885":{"x":1757,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3886":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3887},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3888}},"3887":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3888":{"x":1748.5,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3889":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3890},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3891}},"3890":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3891":{"x":1740,"y":412,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3892":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3893},"morph":{"__isSmartRef__":true,"id":3813},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3894}},"3893":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3894":{"x":1740,"y":403.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3895":{"_Position":{"__isSmartRef__":true,"id":3896},"renderContextTable":{"__isSmartRef__":true,"id":3897},"_Extent":{"__isSmartRef__":true,"id":3898},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3899},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3896":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3897":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3898":{"x":749,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3899":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3900":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3901":{"morph":{"__isSmartRef__":true,"id":3599},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3902":{"resizeWidth":true,"adjustForNewBounds":true},"3903":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3904":{"x":749,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3905":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3906},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3907}},"3906":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3907":{"x":1030,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3908":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3909},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3910}},"3909":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3910":{"x":1404.5,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3911":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3912},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3913}},"3912":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3913":{"x":1779,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3914":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3915},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3916}},"3915":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3916":{"x":1779,"y":403,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3917":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3918},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3919}},"3918":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3919":{"x":1779,"y":414,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3920":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3921},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3922}},"3921":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3922":{"x":1404.5,"y":414,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3923":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3924},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3925}},"3924":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3925":{"x":1030,"y":414,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3926":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3927},"morph":{"__isSmartRef__":true,"id":3599},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3928}},"3927":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3928":{"x":1030,"y":403,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3929":{"renderContextTable":{"__isSmartRef__":true,"id":3930},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":3931},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3930":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3931":{"x":749,"y":639,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3932":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"3933":{"morph":{"__isSmartRef__":true,"id":3558},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"3934":{"adjustForNewBounds":true},"3935":{"x":3488.6752926572844,"y":356.6309835782647,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3936":{"x":749,"y":639,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3937":{"x":4005,"y":364,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3938":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3939},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3940}},"3939":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3940":{"x":1030,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3941":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3942},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3943}},"3942":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3943":{"x":1404.5,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3944":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3945},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3946}},"3945":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3946":{"x":1779,"y":392,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3947":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3948},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3949}},"3948":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3949":{"x":1779,"y":711.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3950":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3951},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3952}},"3951":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3952":{"x":1779,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3953":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3954},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3955}},"3954":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3955":{"x":1404.5,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3956":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3957},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3958}},"3957":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3958":{"x":1030,"y":1031,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3959":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":3960},"morph":{"__isSmartRef__":true,"id":3558},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":3961}},"3960":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3961":{"x":1030,"y":711.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3962":{"submorphs":[{"__isSmartRef__":true,"id":3963},{"__isSmartRef__":true,"id":4205}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4535},"id":504,"renderContextTable":{"__isSmartRef__":true,"id":4538},"eventHandler":{"__isSmartRef__":true,"id":4539},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":4540},"LK2":true,"_Position":{"__isSmartRef__":true,"id":4541},"priorExtent":{"__isSmartRef__":true,"id":4542},"targetMorph":{"__isSmartRef__":true,"id":3963},"titleBar":{"__isSmartRef__":true,"id":4205},"contentOffset":{"__isSmartRef__":true,"id":4177},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"prevDragPos":{"__isSmartRef__":true,"id":4543},"isBeingDragged":false,"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"__SourceModuleName__":"Global.lively.morphic.Widgets","magnets":[{"__isSmartRef__":true,"id":4544},{"__isSmartRef__":true,"id":4547},{"__isSmartRef__":true,"id":4550},{"__isSmartRef__":true,"id":4553},{"__isSmartRef__":true,"id":4556},{"__isSmartRef__":true,"id":4559},{"__isSmartRef__":true,"id":4562},{"__isSmartRef__":true,"id":4565}],"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"3963":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":3964},"id":503,"renderContextTable":{"__isSmartRef__":true,"id":3970},"textChunks":[{"__isSmartRef__":true,"id":3971},{"__isSmartRef__":true,"id":3973},{"__isSmartRef__":true,"id":3975},{"__isSmartRef__":true,"id":3977},{"__isSmartRef__":true,"id":3979},{"__isSmartRef__":true,"id":3981},{"__isSmartRef__":true,"id":3983},{"__isSmartRef__":true,"id":3985},{"__isSmartRef__":true,"id":3987},{"__isSmartRef__":true,"id":3989},{"__isSmartRef__":true,"id":3991},{"__isSmartRef__":true,"id":3993},{"__isSmartRef__":true,"id":3995},{"__isSmartRef__":true,"id":3997},{"__isSmartRef__":true,"id":3999},{"__isSmartRef__":true,"id":4001},{"__isSmartRef__":true,"id":4003},{"__isSmartRef__":true,"id":4005},{"__isSmartRef__":true,"id":4007},{"__isSmartRef__":true,"id":4009},{"__isSmartRef__":true,"id":4011},{"__isSmartRef__":true,"id":4013},{"__isSmartRef__":true,"id":4015},{"__isSmartRef__":true,"id":4017},{"__isSmartRef__":true,"id":4019},{"__isSmartRef__":true,"id":4021},{"__isSmartRef__":true,"id":4023},{"__isSmartRef__":true,"id":4025},{"__isSmartRef__":true,"id":4027},{"__isSmartRef__":true,"id":4029},{"__isSmartRef__":true,"id":4031},{"__isSmartRef__":true,"id":4033},{"__isSmartRef__":true,"id":4035},{"__isSmartRef__":true,"id":4037},{"__isSmartRef__":true,"id":4039},{"__isSmartRef__":true,"id":4041},{"__isSmartRef__":true,"id":4043},{"__isSmartRef__":true,"id":4045},{"__isSmartRef__":true,"id":4047},{"__isSmartRef__":true,"id":4049},{"__isSmartRef__":true,"id":4051},{"__isSmartRef__":true,"id":4053},{"__isSmartRef__":true,"id":4055},{"__isSmartRef__":true,"id":4057},{"__isSmartRef__":true,"id":4059},{"__isSmartRef__":true,"id":4061},{"__isSmartRef__":true,"id":4063},{"__isSmartRef__":true,"id":4065},{"__isSmartRef__":true,"id":4067},{"__isSmartRef__":true,"id":4069},{"__isSmartRef__":true,"id":4071},{"__isSmartRef__":true,"id":4073},{"__isSmartRef__":true,"id":4075},{"__isSmartRef__":true,"id":4077},{"__isSmartRef__":true,"id":4079},{"__isSmartRef__":true,"id":4081},{"__isSmartRef__":true,"id":4083},{"__isSmartRef__":true,"id":4085},{"__isSmartRef__":true,"id":4087},{"__isSmartRef__":true,"id":4089},{"__isSmartRef__":true,"id":4091},{"__isSmartRef__":true,"id":4093},{"__isSmartRef__":true,"id":4095},{"__isSmartRef__":true,"id":4097},{"__isSmartRef__":true,"id":4099},{"__isSmartRef__":true,"id":4101},{"__isSmartRef__":true,"id":4103},{"__isSmartRef__":true,"id":4105},{"__isSmartRef__":true,"id":4107},{"__isSmartRef__":true,"id":4109},{"__isSmartRef__":true,"id":4111},{"__isSmartRef__":true,"id":4113},{"__isSmartRef__":true,"id":4115},{"__isSmartRef__":true,"id":4117},{"__isSmartRef__":true,"id":4119},{"__isSmartRef__":true,"id":4121},{"__isSmartRef__":true,"id":4123},{"__isSmartRef__":true,"id":4125},{"__isSmartRef__":true,"id":4127},{"__isSmartRef__":true,"id":4129},{"__isSmartRef__":true,"id":4131},{"__isSmartRef__":true,"id":4133},{"__isSmartRef__":true,"id":4135},{"__isSmartRef__":true,"id":4137},{"__isSmartRef__":true,"id":4139},{"__isSmartRef__":true,"id":4141},{"__isSmartRef__":true,"id":4143},{"__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},{"__isSmartRef__":true,"id":4163},{"__isSmartRef__":true,"id":4165},{"__isSmartRef__":true,"id":4167},{"__isSmartRef__":true,"id":4169},{"__isSmartRef__":true,"id":4171},{"__isSmartRef__":true,"id":4173}],"eventHandler":{"__isSmartRef__":true,"id":4175},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4176},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4177},"priorExtent":{"__isSmartRef__":true,"id":4178},"_MaxTextWidth":910,"_MaxTextHeight":607,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":3962},"layout":{"__isSmartRef__":true,"id":4179},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":4180}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1314741781989,"accessibleInInactiveWindow":true,"charsReplaced":"||","lastFindLoc":241,"priorSelectionRange":[182,182],"__SourceModuleName__":"Global.lively.morphic.TextCore","prevScroll":[0,0],"_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4181},{"__isSmartRef__":true,"id":4184},{"__isSmartRef__":true,"id":4187},{"__isSmartRef__":true,"id":4190},{"__isSmartRef__":true,"id":4193},{"__isSmartRef__":true,"id":4196},{"__isSmartRef__":true,"id":4199},{"__isSmartRef__":true,"id":4202}],"textString":"cop.create('OriginBugFixLayer')\n.refineClass(lively.morphic.Morph, {\n setClipModeHTML: function(ctx, modeString) {\n ctx.morphNode.style.overflow = modeString || 'auto';\n if (modeString !== 'visible' && modeString !== 'auto' && modeString !== '') {\n lively.bindings.callWhenNotNull(ctx, 'shapeNode', this, 'setExtentHTML', {updater:\n function($upd) {$upd(this.targetObj.renderContext(), this.targetObj.getExtent())}})\n this.setExtentHTML(ctx, this.getExtent())\n }\n },\n})\n.refineClass(lively.morphic.Shapes.Shape, {\n setExtentHTML: function(ctx, value) {\n var extentWithoutBorder = value.addXY(-2*this.getBorderWidth(), -2*this.getBorderWidth());\n if (ctx.shapeNode)\n ctx.domInterface.setExtent(ctx.shapeNode, extentWithoutBorder);\n // if (ctx.morphNode)\n // ctx.domInterface.setExtent(ctx.morphNode, value);\n },\n})\n.refineClass(lively.morphic.Shapes.External, {\n setExtentHTML: function(ctx, value) {\n cop.proceed(ctx, value)\n // if (ctx.morphNode)\n // ctx.domInterface.setExtent(ctx.morphNode, value);\n },\n})\n\n\nOriginBugFixLayer.beGlobal()","__LivelyClassName__":"lively.morphic.Text"},"3964":{"_Position":{"__isSmartRef__":true,"id":3965},"renderContextTable":{"__isSmartRef__":true,"id":3966},"_Extent":{"__isSmartRef__":true,"id":3967},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":3968},"_Fill":{"__isSmartRef__":true,"id":3969},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"3965":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"3966":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"3967":{"x":910,"y":607,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"3968":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"3969":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"3970":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"3971":{"style":{"__isSmartRef__":true,"id":3972},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"cop.create(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3972":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3973":{"style":{"__isSmartRef__":true,"id":3974},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"'OriginBugFixLayer'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3974":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3975":{"style":{"__isSmartRef__":true,"id":3976},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":")\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3976":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3977":{"style":{"__isSmartRef__":true,"id":3978},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3978":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3979":{"style":{"__isSmartRef__":true,"id":3980},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"(lively.morphic.Morph, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3980":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3981":{"style":{"__isSmartRef__":true,"id":3982},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3982":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3983":{"style":{"__isSmartRef__":true,"id":3984},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3984":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3985":{"style":{"__isSmartRef__":true,"id":3986},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"setClipModeHTML:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3986":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3987":{"style":{"__isSmartRef__":true,"id":3988},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3988":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3989":{"style":{"__isSmartRef__":true,"id":3990},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3990":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3991":{"style":{"__isSmartRef__":true,"id":3992},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"(ctx, modeString) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3992":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3993":{"style":{"__isSmartRef__":true,"id":3994},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3994":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3995":{"style":{"__isSmartRef__":true,"id":3996},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ctx.morphNode.style.overflow = modeString || ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3996":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3997":{"style":{"__isSmartRef__":true,"id":3998},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"'auto'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3998":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"3999":{"style":{"__isSmartRef__":true,"id":4000},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":";\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4000":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4001":{"style":{"__isSmartRef__":true,"id":4002},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4002":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4003":{"style":{"__isSmartRef__":true,"id":4004},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" (modeString !== ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4004":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4005":{"style":{"__isSmartRef__":true,"id":4006},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"'visible'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4006":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4007":{"style":{"__isSmartRef__":true,"id":4008},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" && modeString !== ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4008":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4009":{"style":{"__isSmartRef__":true,"id":4010},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"'auto'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4010":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4011":{"style":{"__isSmartRef__":true,"id":4012},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" && modeString !== ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4012":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4013":{"style":{"__isSmartRef__":true,"id":4014},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"''","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4014":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4015":{"style":{"__isSmartRef__":true,"id":4016},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":") ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4016":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4017":{"style":{"__isSmartRef__":true,"id":4018},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4018":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4019":{"style":{"__isSmartRef__":true,"id":4020},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n lively.bindings.callWhenNotNull(ctx, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4020":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4021":{"style":{"__isSmartRef__":true,"id":4022},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"'shapeNode'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4022":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4023":{"style":{"__isSmartRef__":true,"id":4024},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4024":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4025":{"style":{"__isSmartRef__":true,"id":4026},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4026":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4027":{"style":{"__isSmartRef__":true,"id":4028},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4028":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4029":{"style":{"__isSmartRef__":true,"id":4030},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"'setExtentHTML'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4030":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4031":{"style":{"__isSmartRef__":true,"id":4032},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4032":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4033":{"style":{"__isSmartRef__":true,"id":4034},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4034":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4035":{"style":{"__isSmartRef__":true,"id":4036},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"updater:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4036":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4037":{"style":{"__isSmartRef__":true,"id":4038},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4038":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4039":{"style":{"__isSmartRef__":true,"id":4040},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4040":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4041":{"style":{"__isSmartRef__":true,"id":4042},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"($upd) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4042":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4043":{"style":{"__isSmartRef__":true,"id":4044},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4044":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4045":{"style":{"__isSmartRef__":true,"id":4046},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"$upd(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4046":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4047":{"style":{"__isSmartRef__":true,"id":4048},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4048":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4049":{"style":{"__isSmartRef__":true,"id":4050},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":".targetObj.renderContext(), ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4050":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4051":{"style":{"__isSmartRef__":true,"id":4052},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4052":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4053":{"style":{"__isSmartRef__":true,"id":4054},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":".targetObj.getExtent())","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4054":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4055":{"style":{"__isSmartRef__":true,"id":4056},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4056":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4057":{"style":{"__isSmartRef__":true,"id":4058},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":")\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4058":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4059":{"style":{"__isSmartRef__":true,"id":4060},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4060":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4061":{"style":{"__isSmartRef__":true,"id":4062},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":".setExtentHTML(ctx, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4062":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4063":{"style":{"__isSmartRef__":true,"id":4064},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4064":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4065":{"style":{"__isSmartRef__":true,"id":4066},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":".getExtent())\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4066":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4067":{"style":{"__isSmartRef__":true,"id":4068},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4068":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4069":{"style":{"__isSmartRef__":true,"id":4070},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4070":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4071":{"style":{"__isSmartRef__":true,"id":4072},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4072":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4073":{"style":{"__isSmartRef__":true,"id":4074},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4074":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4075":{"style":{"__isSmartRef__":true,"id":4076},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4076":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4077":{"style":{"__isSmartRef__":true,"id":4078},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":")\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4078":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4079":{"style":{"__isSmartRef__":true,"id":4080},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4080":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4081":{"style":{"__isSmartRef__":true,"id":4082},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"(lively.morphic.Shapes.Shape, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4082":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4083":{"style":{"__isSmartRef__":true,"id":4084},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4084":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4085":{"style":{"__isSmartRef__":true,"id":4086},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4086":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4087":{"style":{"__isSmartRef__":true,"id":4088},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"setExtentHTML:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4088":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4089":{"style":{"__isSmartRef__":true,"id":4090},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4090":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4091":{"style":{"__isSmartRef__":true,"id":4092},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4092":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4093":{"style":{"__isSmartRef__":true,"id":4094},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"(ctx, value) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4094":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4095":{"style":{"__isSmartRef__":true,"id":4096},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4096":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4097":{"style":{"__isSmartRef__":true,"id":4098},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4098":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4099":{"style":{"__isSmartRef__":true,"id":4100},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"var","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4100":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4101":{"style":{"__isSmartRef__":true,"id":4102},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" extentWithoutBorder = value.addXY(-","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4102":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4103":{"style":{"__isSmartRef__":true,"id":4104},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4104":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4105":{"style":{"__isSmartRef__":true,"id":4106},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"*","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4106":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4107":{"style":{"__isSmartRef__":true,"id":4108},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4108":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4109":{"style":{"__isSmartRef__":true,"id":4110},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":".getBorderWidth(), -","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4110":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4111":{"style":{"__isSmartRef__":true,"id":4112},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"2","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4112":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4113":{"style":{"__isSmartRef__":true,"id":4114},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"*","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4114":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4115":{"style":{"__isSmartRef__":true,"id":4116},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4116":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4117":{"style":{"__isSmartRef__":true,"id":4118},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":".getBorderWidth());\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4118":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4119":{"style":{"__isSmartRef__":true,"id":4120},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4120":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4121":{"style":{"__isSmartRef__":true,"id":4122},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" (ctx.shapeNode)\n ctx.domInterface.setExtent(ctx.shapeNode, extentWithoutBorder);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4122":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4123":{"style":{"__isSmartRef__":true,"id":4124},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"// if (ctx.morphNode)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4124":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4125":{"style":{"__isSmartRef__":true,"id":4126},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4126":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4127":{"style":{"__isSmartRef__":true,"id":4128},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"// ctx.domInterface.setExtent(ctx.morphNode, value);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4128":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4129":{"style":{"__isSmartRef__":true,"id":4130},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4130":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4131":{"style":{"__isSmartRef__":true,"id":4132},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4132":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4133":{"style":{"__isSmartRef__":true,"id":4134},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4134":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4135":{"style":{"__isSmartRef__":true,"id":4136},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4136":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4137":{"style":{"__isSmartRef__":true,"id":4138},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":")\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4138":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4139":{"style":{"__isSmartRef__":true,"id":4140},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4140":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4141":{"style":{"__isSmartRef__":true,"id":4142},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"(lively.morphic.Shapes.External, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4142":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4143":{"style":{"__isSmartRef__":true,"id":4144},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4144":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4145":{"style":{"__isSmartRef__":true,"id":4146},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4146":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4147":{"style":{"__isSmartRef__":true,"id":4148},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"setExtentHTML:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4148":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4149":{"style":{"__isSmartRef__":true,"id":4150},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4150":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4151":{"style":{"__isSmartRef__":true,"id":4152},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4152":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4153":{"style":{"__isSmartRef__":true,"id":4154},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"(ctx, value) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4154":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4155":{"style":{"__isSmartRef__":true,"id":4156},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4156":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4157":{"style":{"__isSmartRef__":true,"id":4158},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n cop.proceed(ctx, value)\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4158":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4159":{"style":{"__isSmartRef__":true,"id":4160},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"// if (ctx.morphNode)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4160":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4161":{"style":{"__isSmartRef__":true,"id":4162},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4162":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4163":{"style":{"__isSmartRef__":true,"id":4164},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"// ctx.domInterface.setExtent(ctx.morphNode, value);","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4164":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4165":{"style":{"__isSmartRef__":true,"id":4166},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4166":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4167":{"style":{"__isSmartRef__":true,"id":4168},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4168":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4169":{"style":{"__isSmartRef__":true,"id":4170},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4170":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4171":{"style":{"__isSmartRef__":true,"id":4172},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4172":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4173":{"style":{"__isSmartRef__":true,"id":4174},"chunkOwner":{"__isSmartRef__":true,"id":3963},"storedString":")\n\n\nOriginBugFixLayer.beGlobal()","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4174":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4175":{"morph":{"__isSmartRef__":true,"id":3963},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4176":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4177":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4178":{"x":910,"y":607,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4179":{"resizeWidth":true,"resizeHeight":true},"4180":{"sourceObj":{"__isSmartRef__":true,"id":3963},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":3963},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4181":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4182},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4183}},"4182":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4183":{"x":1802,"y":418,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4184":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4185},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4186}},"4185":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4186":{"x":2257,"y":418,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4187":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4188},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4189}},"4188":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4189":{"x":2712,"y":418,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4190":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4191},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4192}},"4191":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4192":{"x":2712,"y":721.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4193":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4194},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4195}},"4194":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4195":{"x":2712,"y":1025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4196":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4197},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4198}},"4197":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4198":{"x":2257,"y":1025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4199":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4200},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4201}},"4200":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4201":{"x":1802,"y":1025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4202":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4203},"morph":{"__isSmartRef__":true,"id":3963},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4204}},"4203":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4204":{"x":1802,"y":721.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4205":{"submorphs":[{"__isSmartRef__":true,"id":4206},{"__isSmartRef__":true,"id":4244},{"__isSmartRef__":true,"id":4338},{"__isSmartRef__":true,"id":4419}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4501},"id":505,"renderContextTable":{"__isSmartRef__":true,"id":4506},"eventHandler":{"__isSmartRef__":true,"id":4507},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":4508},"_Position":{"__isSmartRef__":true,"id":4509},"windowMorph":{"__isSmartRef__":true,"id":3962},"label":{"__isSmartRef__":true,"id":4206},"closeButton":{"__isSmartRef__":true,"id":4244},"menuButton":{"__isSmartRef__":true,"id":4338},"collapseButton":{"__isSmartRef__":true,"id":4419},"priorExtent":{"__isSmartRef__":true,"id":4510},"owner":{"__isSmartRef__":true,"id":3962},"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4511},{"__isSmartRef__":true,"id":4514},{"__isSmartRef__":true,"id":4517},{"__isSmartRef__":true,"id":4520},{"__isSmartRef__":true,"id":4523},{"__isSmartRef__":true,"id":4526},{"__isSmartRef__":true,"id":4529},{"__isSmartRef__":true,"id":4532}],"__LivelyClassName__":"lively.morphic.TitleBar"},"4206":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4207},"id":506,"renderContextTable":{"__isSmartRef__":true,"id":4212},"textChunks":[{"__isSmartRef__":true,"id":4213}],"eventHandler":{"__isSmartRef__":true,"id":4215},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4216},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":4217},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":4205},"priorExtent":{"__isSmartRef__":true,"id":4218},"_MaxTextWidth":851,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":4219},"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4220},{"__isSmartRef__":true,"id":4223},{"__isSmartRef__":true,"id":4226},{"__isSmartRef__":true,"id":4229},{"__isSmartRef__":true,"id":4232},{"__isSmartRef__":true,"id":4235},{"__isSmartRef__":true,"id":4238},{"__isSmartRef__":true,"id":4241}],"__LivelyClassName__":"lively.morphic.Text"},"4207":{"_Position":{"__isSmartRef__":true,"id":4208},"renderContextTable":{"__isSmartRef__":true,"id":4209},"_Extent":{"__isSmartRef__":true,"id":4210},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4211},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4208":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4209":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4210":{"x":851,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4211":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4212":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4213":{"style":{"__isSmartRef__":true,"id":4214},"chunkOwner":{"__isSmartRef__":true,"id":4206},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk"},"4214":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4215":{"morph":{"__isSmartRef__":true,"id":4206},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4216":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4217":{"resizeWidth":true},"4218":{"x":851,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4219":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4220":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4221},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4222}},"4221":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4222":{"x":1822,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4223":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4224},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4225}},"4224":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4225":{"x":2247.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4226":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4227},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4228}},"4227":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4228":{"x":2673,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4229":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4230},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4231}},"4230":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4231":{"x":2673,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4232":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4233},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4234}},"4233":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4234":{"x":2673,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4235":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4236},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4237}},"4236":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4237":{"x":2247.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4238":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4239},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4240}},"4239":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4240":{"x":1822,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4241":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4242},"morph":{"__isSmartRef__":true,"id":4206},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4243}},"4242":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4243":{"x":1822,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4244":{"submorphs":[{"__isSmartRef__":true,"id":4245}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4281},"id":507,"renderContextTable":{"__isSmartRef__":true,"id":4296},"eventHandler":{"__isSmartRef__":true,"id":4297},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4298},"priorExtent":{"__isSmartRef__":true,"id":4299},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4286},"lighterFill":{"__isSmartRef__":true,"id":4300},"label":{"__isSmartRef__":true,"id":4245},"owner":{"__isSmartRef__":true,"id":4205},"layout":{"__isSmartRef__":true,"id":4309},"attributeConnections":[{"__isSmartRef__":true,"id":4310},{"__isSmartRef__":true,"id":4312}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4314},{"__isSmartRef__":true,"id":4317},{"__isSmartRef__":true,"id":4320},{"__isSmartRef__":true,"id":4323},{"__isSmartRef__":true,"id":4326},{"__isSmartRef__":true,"id":4329},{"__isSmartRef__":true,"id":4332},{"__isSmartRef__":true,"id":4335}],"__LivelyClassName__":"lively.morphic.WindowControl"},"4245":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4246},"id":508,"renderContextTable":{"__isSmartRef__":true,"id":4250},"textChunks":[{"__isSmartRef__":true,"id":4251}],"eventHandler":{"__isSmartRef__":true,"id":4253},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4254},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":4255},"priorExtent":{"__isSmartRef__":true,"id":4256},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4244},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4257},{"__isSmartRef__":true,"id":4260},{"__isSmartRef__":true,"id":4263},{"__isSmartRef__":true,"id":4266},{"__isSmartRef__":true,"id":4269},{"__isSmartRef__":true,"id":4272},{"__isSmartRef__":true,"id":4275},{"__isSmartRef__":true,"id":4278}],"__LivelyClassName__":"lively.morphic.Text"},"4246":{"_Position":{"__isSmartRef__":true,"id":4247},"renderContextTable":{"__isSmartRef__":true,"id":4248},"_Extent":{"__isSmartRef__":true,"id":4249},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4211},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4247":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4249":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4250":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4251":{"style":{"__isSmartRef__":true,"id":4252},"chunkOwner":{"__isSmartRef__":true,"id":4245},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"4252":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4253":{"morph":{"__isSmartRef__":true,"id":4245},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4254":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4255":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4256":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4257":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4258},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4259}},"4258":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4259":{"x":2692,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4260":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4261},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4262}},"4261":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4262":{"x":2700.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4263":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4264},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4265}},"4264":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4265":{"x":2709,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4266":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4267},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4268}},"4267":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4268":{"x":2709,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4269":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4270},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4271}},"4270":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4271":{"x":2709,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4272":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4273},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4274}},"4273":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4274":{"x":2700.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4275":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4276},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4277}},"4276":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4277":{"x":2692,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4278":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4279},"morph":{"__isSmartRef__":true,"id":4245},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4280}},"4279":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4280":{"x":2692,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4281":{"_Position":{"__isSmartRef__":true,"id":4282},"renderContextTable":{"__isSmartRef__":true,"id":4283},"_Extent":{"__isSmartRef__":true,"id":4284},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4285},"_Fill":{"__isSmartRef__":true,"id":4286},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4282":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4283":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4284":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4285":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4286":{"stops":[{"__isSmartRef__":true,"id":4287},{"__isSmartRef__":true,"id":4289},{"__isSmartRef__":true,"id":4291},{"__isSmartRef__":true,"id":4293}],"vector":{"__isSmartRef__":true,"id":4295},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4287":{"offset":0,"color":{"__isSmartRef__":true,"id":4288}},"4288":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4289":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4290}},"4290":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4291":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4292}},"4292":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4293":{"offset":1,"color":{"__isSmartRef__":true,"id":4294}},"4294":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4295":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"4296":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4297":{"morph":{"__isSmartRef__":true,"id":4244},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4298":{"x":890,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4299":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4300":{"stops":[{"__isSmartRef__":true,"id":4301},{"__isSmartRef__":true,"id":4303},{"__isSmartRef__":true,"id":4305},{"__isSmartRef__":true,"id":4307}],"vector":{"__isSmartRef__":true,"id":4295},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4301":{"offset":0,"color":{"__isSmartRef__":true,"id":4302}},"4302":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4303":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4304}},"4304":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4305":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4306}},"4306":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4307":{"offset":1,"color":{"__isSmartRef__":true,"id":4308}},"4308":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4309":{"moveHorizontal":true},"4310":{"sourceObj":{"__isSmartRef__":true,"id":4244},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3962},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4311},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4311":{"source":{"__isSmartRef__":true,"id":4244},"target":{"__isSmartRef__":true,"id":3962}},"4312":{"sourceObj":{"__isSmartRef__":true,"id":4244},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3962},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4313},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4313":{"source":{"__isSmartRef__":true,"id":4244},"target":{"__isSmartRef__":true,"id":3962}},"4314":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4315},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4316}},"4315":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4316":{"x":2692,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4317":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4318},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4319}},"4318":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4319":{"x":2700.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4320":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4321},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4322}},"4321":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4322":{"x":2709,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4323":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4324},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4325}},"4324":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4325":{"x":2709,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4326":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4327},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4328}},"4327":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4328":{"x":2709,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4329":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4330},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4331}},"4330":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4331":{"x":2700.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4332":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4333},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4334}},"4333":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4334":{"x":2692,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4335":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4336},"morph":{"__isSmartRef__":true,"id":4244},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4337}},"4336":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4337":{"x":2692,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4338":{"submorphs":[{"__isSmartRef__":true,"id":4339}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4374},"id":509,"renderContextTable":{"__isSmartRef__":true,"id":4378},"eventHandler":{"__isSmartRef__":true,"id":4379},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4380},"priorExtent":{"__isSmartRef__":true,"id":4381},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4286},"lighterFill":{"__isSmartRef__":true,"id":4382},"label":{"__isSmartRef__":true,"id":4339},"owner":{"__isSmartRef__":true,"id":4205},"attributeConnections":[{"__isSmartRef__":true,"id":4391},{"__isSmartRef__":true,"id":4393}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4395},{"__isSmartRef__":true,"id":4398},{"__isSmartRef__":true,"id":4401},{"__isSmartRef__":true,"id":4404},{"__isSmartRef__":true,"id":4407},{"__isSmartRef__":true,"id":4410},{"__isSmartRef__":true,"id":4413},{"__isSmartRef__":true,"id":4416}],"__LivelyClassName__":"lively.morphic.WindowControl"},"4339":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4340},"id":510,"renderContextTable":{"__isSmartRef__":true,"id":4344},"textChunks":[{"__isSmartRef__":true,"id":4345}],"eventHandler":{"__isSmartRef__":true,"id":4347},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4254},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":4348},"priorExtent":{"__isSmartRef__":true,"id":4349},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4338},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4350},{"__isSmartRef__":true,"id":4353},{"__isSmartRef__":true,"id":4356},{"__isSmartRef__":true,"id":4359},{"__isSmartRef__":true,"id":4362},{"__isSmartRef__":true,"id":4365},{"__isSmartRef__":true,"id":4368},{"__isSmartRef__":true,"id":4371}],"__LivelyClassName__":"lively.morphic.Text"},"4340":{"_Position":{"__isSmartRef__":true,"id":4341},"renderContextTable":{"__isSmartRef__":true,"id":4342},"_Extent":{"__isSmartRef__":true,"id":4343},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4211},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4341":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4342":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4343":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4344":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4345":{"style":{"__isSmartRef__":true,"id":4346},"chunkOwner":{"__isSmartRef__":true,"id":4339},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"4346":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4347":{"morph":{"__isSmartRef__":true,"id":4339},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4348":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4349":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4350":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4351},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4352}},"4351":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4352":{"x":1805,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4353":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4354},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4355}},"4354":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4355":{"x":1813.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4356":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4357},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4358}},"4357":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4358":{"x":1822,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4359":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4360},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4361}},"4360":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4361":{"x":1822,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4362":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4363},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4364}},"4363":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4364":{"x":1822,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4365":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4366},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4367}},"4366":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4367":{"x":1813.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4368":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4369},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4370}},"4369":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4370":{"x":1805,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4371":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4372},"morph":{"__isSmartRef__":true,"id":4339},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4373}},"4372":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4373":{"x":1805,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4374":{"_Position":{"__isSmartRef__":true,"id":4375},"renderContextTable":{"__isSmartRef__":true,"id":4376},"_Extent":{"__isSmartRef__":true,"id":4377},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4285},"_Fill":{"__isSmartRef__":true,"id":4286},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4375":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4376":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4377":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4378":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4379":{"morph":{"__isSmartRef__":true,"id":4338},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4380":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4381":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4382":{"stops":[{"__isSmartRef__":true,"id":4383},{"__isSmartRef__":true,"id":4385},{"__isSmartRef__":true,"id":4387},{"__isSmartRef__":true,"id":4389}],"vector":{"__isSmartRef__":true,"id":4295},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4383":{"offset":0,"color":{"__isSmartRef__":true,"id":4384}},"4384":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4385":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4386}},"4386":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4387":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4388}},"4388":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4389":{"offset":1,"color":{"__isSmartRef__":true,"id":4390}},"4390":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4391":{"sourceObj":{"__isSmartRef__":true,"id":4338},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3962},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4392},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4392":{"source":{"__isSmartRef__":true,"id":4338},"target":{"__isSmartRef__":true,"id":3962}},"4393":{"sourceObj":{"__isSmartRef__":true,"id":4338},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3962},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4394},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4394":{"source":{"__isSmartRef__":true,"id":4338},"target":{"__isSmartRef__":true,"id":3962}},"4395":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4396},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4397}},"4396":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4397":{"x":1805,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4398":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4399},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4400}},"4399":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4400":{"x":1813.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4401":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4402},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4403}},"4402":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4403":{"x":1822,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4404":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4405},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4406}},"4405":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4406":{"x":1822,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4407":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4408},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4409}},"4408":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4409":{"x":1822,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4410":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4411},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4412}},"4411":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4412":{"x":1813.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4413":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4414},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4415}},"4414":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4415":{"x":1805,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4416":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4417},"morph":{"__isSmartRef__":true,"id":4338},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4418}},"4417":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4418":{"x":1805,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4419":{"submorphs":[{"__isSmartRef__":true,"id":4420}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4455},"id":511,"renderContextTable":{"__isSmartRef__":true,"id":4459},"eventHandler":{"__isSmartRef__":true,"id":4460},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4461},"priorExtent":{"__isSmartRef__":true,"id":4462},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4286},"lighterFill":{"__isSmartRef__":true,"id":4463},"label":{"__isSmartRef__":true,"id":4420},"owner":{"__isSmartRef__":true,"id":4205},"layout":{"__isSmartRef__":true,"id":4472},"attributeConnections":[{"__isSmartRef__":true,"id":4473},{"__isSmartRef__":true,"id":4475}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4477},{"__isSmartRef__":true,"id":4480},{"__isSmartRef__":true,"id":4483},{"__isSmartRef__":true,"id":4486},{"__isSmartRef__":true,"id":4489},{"__isSmartRef__":true,"id":4492},{"__isSmartRef__":true,"id":4495},{"__isSmartRef__":true,"id":4498}],"__LivelyClassName__":"lively.morphic.WindowControl"},"4420":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4421},"id":512,"renderContextTable":{"__isSmartRef__":true,"id":4425},"textChunks":[{"__isSmartRef__":true,"id":4426}],"eventHandler":{"__isSmartRef__":true,"id":4428},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4254},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":4429},"priorExtent":{"__isSmartRef__":true,"id":4430},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4419},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":4431},{"__isSmartRef__":true,"id":4434},{"__isSmartRef__":true,"id":4437},{"__isSmartRef__":true,"id":4440},{"__isSmartRef__":true,"id":4443},{"__isSmartRef__":true,"id":4446},{"__isSmartRef__":true,"id":4449},{"__isSmartRef__":true,"id":4452}],"__LivelyClassName__":"lively.morphic.Text"},"4421":{"_Position":{"__isSmartRef__":true,"id":4422},"renderContextTable":{"__isSmartRef__":true,"id":4423},"_Extent":{"__isSmartRef__":true,"id":4424},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4211},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4422":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4423":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4424":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4425":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4426":{"style":{"__isSmartRef__":true,"id":4427},"chunkOwner":{"__isSmartRef__":true,"id":4420},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"4427":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4428":{"morph":{"__isSmartRef__":true,"id":4420},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4429":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4430":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4431":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4432},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4433}},"4432":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4433":{"x":2673,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4434":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4435},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4436}},"4435":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4436":{"x":2681.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4437":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4438},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4439}},"4438":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4439":{"x":2690,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4440":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4441},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4442}},"4441":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4442":{"x":2690,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4443":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4444},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4445}},"4444":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4445":{"x":2690,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4446":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4447},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4448}},"4447":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4448":{"x":2681.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4449":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4450},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4451}},"4450":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4451":{"x":2673,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4452":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4453},"morph":{"__isSmartRef__":true,"id":4420},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4454}},"4453":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4454":{"x":2673,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4455":{"_Position":{"__isSmartRef__":true,"id":4456},"renderContextTable":{"__isSmartRef__":true,"id":4457},"_Extent":{"__isSmartRef__":true,"id":4458},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4285},"_Fill":{"__isSmartRef__":true,"id":4286},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4456":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4457":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4458":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4459":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4460":{"morph":{"__isSmartRef__":true,"id":4419},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4461":{"x":871,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4462":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4463":{"stops":[{"__isSmartRef__":true,"id":4464},{"__isSmartRef__":true,"id":4466},{"__isSmartRef__":true,"id":4468},{"__isSmartRef__":true,"id":4470}],"vector":{"__isSmartRef__":true,"id":4295},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4464":{"offset":0,"color":{"__isSmartRef__":true,"id":4465}},"4465":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4466":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4467}},"4467":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4468":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4469}},"4469":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4470":{"offset":1,"color":{"__isSmartRef__":true,"id":4471}},"4471":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4472":{"moveHorizontal":true},"4473":{"sourceObj":{"__isSmartRef__":true,"id":4419},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":3962},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4474},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4474":{"source":{"__isSmartRef__":true,"id":4419},"target":{"__isSmartRef__":true,"id":3962}},"4475":{"sourceObj":{"__isSmartRef__":true,"id":4419},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":3962},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4476},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4476":{"source":{"__isSmartRef__":true,"id":4419},"target":{"__isSmartRef__":true,"id":3962}},"4477":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4478},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4479}},"4478":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4479":{"x":2673,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4480":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4481},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4482}},"4481":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4482":{"x":2681.5,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4483":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4484},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4485}},"4484":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4485":{"x":2690,"y":400,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4486":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4487},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4488}},"4487":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4488":{"x":2690,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4489":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4490},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4491}},"4490":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4491":{"x":2690,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4492":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4493},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4494}},"4493":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4494":{"x":2681.5,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4495":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4496},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4497}},"4496":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4497":{"x":2673,"y":417,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4498":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4499},"morph":{"__isSmartRef__":true,"id":4419},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4500}},"4499":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4500":{"x":2673,"y":408.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4501":{"_Position":{"__isSmartRef__":true,"id":4502},"renderContextTable":{"__isSmartRef__":true,"id":4503},"_Extent":{"__isSmartRef__":true,"id":4504},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4505},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4502":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4503":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4504":{"x":910,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4505":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4506":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4507":{"morph":{"__isSmartRef__":true,"id":4205},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4508":{"resizeWidth":true,"adjustForNewBounds":true},"4509":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4510":{"x":910,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4511":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4512},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4513}},"4512":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4513":{"x":1802,"y":397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4514":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4515},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4516}},"4515":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4516":{"x":2257,"y":397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4517":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4518},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4519}},"4518":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4519":{"x":2712,"y":397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4520":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4521},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4522}},"4521":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4522":{"x":2712,"y":408,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4523":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4524},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4525}},"4524":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4525":{"x":2712,"y":419,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4526":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4527},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4528}},"4527":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4528":{"x":2257,"y":419,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4529":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4530},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4531}},"4530":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4531":{"x":1802,"y":419,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4532":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4533},"morph":{"__isSmartRef__":true,"id":4205},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4534}},"4533":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4534":{"x":1802,"y":408,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4535":{"renderContextTable":{"__isSmartRef__":true,"id":4536},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":4537},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4536":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4537":{"x":910,"y":628,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4538":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4539":{"morph":{"__isSmartRef__":true,"id":3962},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4540":{"adjustForNewBounds":true},"4541":{"x":3411.6752926572844,"y":429.6309835782647,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4542":{"x":910,"y":628,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4543":{"x":3775,"y":437,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4544":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4545},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4546}},"4545":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4546":{"x":1802,"y":397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4547":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4548},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4549}},"4548":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4549":{"x":2257,"y":397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4550":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4551},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4552}},"4551":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4552":{"x":2712,"y":397,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4553":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4554},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4555}},"4554":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4555":{"x":2712,"y":711,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4556":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4557},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4558}},"4557":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4558":{"x":2712,"y":1025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4559":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4560},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4561}},"4560":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4561":{"x":2257,"y":1025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4562":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4563},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4564}},"4563":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4564":{"x":1802,"y":1025,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4565":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":4566},"morph":{"__isSmartRef__":true,"id":3962},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":4567}},"4566":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4567":{"x":1802,"y":711,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4568":{"submorphs":[{"__isSmartRef__":true,"id":4569},{"__isSmartRef__":true,"id":4692}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5739},"id":1698,"renderContextTable":{"__isSmartRef__":true,"id":5742},"eventHandler":{"__isSmartRef__":true,"id":5743},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":5744},"LK2":true,"_Position":{"__isSmartRef__":true,"id":5745},"priorExtent":{"__isSmartRef__":true,"id":5746},"targetMorph":{"__isSmartRef__":true,"id":4692},"titleBar":{"__isSmartRef__":true,"id":4569},"contentOffset":{"__isSmartRef__":true,"id":5738},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"prevDragPos":{"__isSmartRef__":true,"id":5747},"isBeingDragged":false,"highlighted":true,"_Rotation":0,"_Scale":1,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"4569":{"submorphs":[{"__isSmartRef__":true,"id":4570},{"__isSmartRef__":true,"id":4582},{"__isSmartRef__":true,"id":4616},{"__isSmartRef__":true,"id":4649}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4683},"id":1699,"renderContextTable":{"__isSmartRef__":true,"id":4687},"eventHandler":{"__isSmartRef__":true,"id":4688},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":4689},"_Position":{"__isSmartRef__":true,"id":4690},"windowMorph":{"__isSmartRef__":true,"id":4568},"label":{"__isSmartRef__":true,"id":4570},"closeButton":{"__isSmartRef__":true,"id":4582},"menuButton":{"__isSmartRef__":true,"id":4616},"collapseButton":{"__isSmartRef__":true,"id":4649},"priorExtent":{"__isSmartRef__":true,"id":4691},"owner":{"__isSmartRef__":true,"id":4568},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"4570":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4571},"id":1700,"renderContextTable":{"__isSmartRef__":true,"id":4575},"textChunks":[{"__isSmartRef__":true,"id":4576}],"eventHandler":{"__isSmartRef__":true,"id":4578},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":676},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":4579},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":4569},"priorExtent":{"__isSmartRef__":true,"id":4580},"_MaxTextWidth":761,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":4581},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"4571":{"_Position":{"__isSmartRef__":true,"id":4572},"renderContextTable":{"__isSmartRef__":true,"id":4573},"_Extent":{"__isSmartRef__":true,"id":4574},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4572":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4573":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4574":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4575":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4576":{"style":{"__isSmartRef__":true,"id":4577},"chunkOwner":{"__isSmartRef__":true,"id":4570},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Core.js:lively.morphic.Morph:accessing -- morphic relationship:addMorph (proto)","__LivelyClassName__":"lively.morphic.TextChunk"},"4577":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4578":{"morph":{"__isSmartRef__":true,"id":4570},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4579":{"resizeWidth":true},"4580":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4581":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4582":{"submorphs":[{"__isSmartRef__":true,"id":4583}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4594},"id":1701,"renderContextTable":{"__isSmartRef__":true,"id":4598},"eventHandler":{"__isSmartRef__":true,"id":4599},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4600},"priorExtent":{"__isSmartRef__":true,"id":4601},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":4602},"label":{"__isSmartRef__":true,"id":4583},"owner":{"__isSmartRef__":true,"id":4569},"layout":{"__isSmartRef__":true,"id":4611},"attributeConnections":[{"__isSmartRef__":true,"id":4612},{"__isSmartRef__":true,"id":4614}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"4583":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4584},"id":1702,"renderContextTable":{"__isSmartRef__":true,"id":4588},"textChunks":[{"__isSmartRef__":true,"id":4589}],"eventHandler":{"__isSmartRef__":true,"id":4591},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":4592},"priorExtent":{"__isSmartRef__":true,"id":4593},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4582},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"4584":{"_Position":{"__isSmartRef__":true,"id":4585},"renderContextTable":{"__isSmartRef__":true,"id":4586},"_Extent":{"__isSmartRef__":true,"id":4587},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4585":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4586":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4587":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4588":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4589":{"style":{"__isSmartRef__":true,"id":4590},"chunkOwner":{"__isSmartRef__":true,"id":4583},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"4590":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4591":{"morph":{"__isSmartRef__":true,"id":4583},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4592":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4593":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4594":{"_Position":{"__isSmartRef__":true,"id":4595},"renderContextTable":{"__isSmartRef__":true,"id":4596},"_Extent":{"__isSmartRef__":true,"id":4597},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4595":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4596":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4597":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4598":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4599":{"morph":{"__isSmartRef__":true,"id":4582},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4600":{"x":800,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4601":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4602":{"stops":[{"__isSmartRef__":true,"id":4603},{"__isSmartRef__":true,"id":4605},{"__isSmartRef__":true,"id":4607},{"__isSmartRef__":true,"id":4609}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4603":{"offset":0,"color":{"__isSmartRef__":true,"id":4604}},"4604":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4605":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4606}},"4606":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4607":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4608}},"4608":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4609":{"offset":1,"color":{"__isSmartRef__":true,"id":4610}},"4610":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4611":{"moveHorizontal":true},"4612":{"sourceObj":{"__isSmartRef__":true,"id":4582},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4568},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4613},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4613":{"source":{"__isSmartRef__":true,"id":4582},"target":{"__isSmartRef__":true,"id":4568}},"4614":{"sourceObj":{"__isSmartRef__":true,"id":4582},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4568},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4615},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4615":{"source":{"__isSmartRef__":true,"id":4582},"target":{"__isSmartRef__":true,"id":4568}},"4616":{"submorphs":[{"__isSmartRef__":true,"id":4617}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4628},"id":1703,"renderContextTable":{"__isSmartRef__":true,"id":4632},"eventHandler":{"__isSmartRef__":true,"id":4633},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4634},"priorExtent":{"__isSmartRef__":true,"id":4635},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":4636},"label":{"__isSmartRef__":true,"id":4617},"owner":{"__isSmartRef__":true,"id":4569},"attributeConnections":[{"__isSmartRef__":true,"id":4645},{"__isSmartRef__":true,"id":4647}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"4617":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4618},"id":1704,"renderContextTable":{"__isSmartRef__":true,"id":4622},"textChunks":[{"__isSmartRef__":true,"id":4623}],"eventHandler":{"__isSmartRef__":true,"id":4625},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":4626},"priorExtent":{"__isSmartRef__":true,"id":4627},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4616},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"4618":{"_Position":{"__isSmartRef__":true,"id":4619},"renderContextTable":{"__isSmartRef__":true,"id":4620},"_Extent":{"__isSmartRef__":true,"id":4621},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4619":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4620":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4621":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4622":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4623":{"style":{"__isSmartRef__":true,"id":4624},"chunkOwner":{"__isSmartRef__":true,"id":4617},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"4624":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4625":{"morph":{"__isSmartRef__":true,"id":4617},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4626":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4627":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4628":{"_Position":{"__isSmartRef__":true,"id":4629},"renderContextTable":{"__isSmartRef__":true,"id":4630},"_Extent":{"__isSmartRef__":true,"id":4631},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4629":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4630":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4631":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4632":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4633":{"morph":{"__isSmartRef__":true,"id":4616},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4634":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4635":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4636":{"stops":[{"__isSmartRef__":true,"id":4637},{"__isSmartRef__":true,"id":4639},{"__isSmartRef__":true,"id":4641},{"__isSmartRef__":true,"id":4643}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4637":{"offset":0,"color":{"__isSmartRef__":true,"id":4638}},"4638":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4639":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4640}},"4640":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4641":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4642}},"4642":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4643":{"offset":1,"color":{"__isSmartRef__":true,"id":4644}},"4644":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4645":{"sourceObj":{"__isSmartRef__":true,"id":4616},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4568},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4646},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4646":{"source":{"__isSmartRef__":true,"id":4616},"target":{"__isSmartRef__":true,"id":4568}},"4647":{"sourceObj":{"__isSmartRef__":true,"id":4616},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4568},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4648},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4648":{"source":{"__isSmartRef__":true,"id":4616},"target":{"__isSmartRef__":true,"id":4568}},"4649":{"submorphs":[{"__isSmartRef__":true,"id":4650}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4661},"id":1705,"renderContextTable":{"__isSmartRef__":true,"id":4665},"eventHandler":{"__isSmartRef__":true,"id":4666},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4667},"priorExtent":{"__isSmartRef__":true,"id":4668},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":4669},"label":{"__isSmartRef__":true,"id":4650},"owner":{"__isSmartRef__":true,"id":4569},"layout":{"__isSmartRef__":true,"id":4678},"attributeConnections":[{"__isSmartRef__":true,"id":4679},{"__isSmartRef__":true,"id":4681}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"4650":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4651},"id":1706,"renderContextTable":{"__isSmartRef__":true,"id":4655},"textChunks":[{"__isSmartRef__":true,"id":4656}],"eventHandler":{"__isSmartRef__":true,"id":4658},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":4659},"priorExtent":{"__isSmartRef__":true,"id":4660},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4649},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"4651":{"_Position":{"__isSmartRef__":true,"id":4652},"renderContextTable":{"__isSmartRef__":true,"id":4653},"_Extent":{"__isSmartRef__":true,"id":4654},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4652":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4653":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4654":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4655":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4656":{"style":{"__isSmartRef__":true,"id":4657},"chunkOwner":{"__isSmartRef__":true,"id":4650},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"4657":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"4658":{"morph":{"__isSmartRef__":true,"id":4650},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4659":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4660":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4661":{"_Position":{"__isSmartRef__":true,"id":4662},"renderContextTable":{"__isSmartRef__":true,"id":4663},"_Extent":{"__isSmartRef__":true,"id":4664},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4662":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4663":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4664":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4665":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4666":{"morph":{"__isSmartRef__":true,"id":4649},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4667":{"x":781,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4668":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4669":{"stops":[{"__isSmartRef__":true,"id":4670},{"__isSmartRef__":true,"id":4672},{"__isSmartRef__":true,"id":4674},{"__isSmartRef__":true,"id":4676}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"4670":{"offset":0,"color":{"__isSmartRef__":true,"id":4671}},"4671":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4672":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4673}},"4673":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4674":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4675}},"4675":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4676":{"offset":1,"color":{"__isSmartRef__":true,"id":4677}},"4677":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"4678":{"moveHorizontal":true},"4679":{"sourceObj":{"__isSmartRef__":true,"id":4649},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":4568},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4680},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4680":{"source":{"__isSmartRef__":true,"id":4649},"target":{"__isSmartRef__":true,"id":4568}},"4681":{"sourceObj":{"__isSmartRef__":true,"id":4649},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4568},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4682},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"4682":{"source":{"__isSmartRef__":true,"id":4649},"target":{"__isSmartRef__":true,"id":4568}},"4683":{"_Position":{"__isSmartRef__":true,"id":4684},"renderContextTable":{"__isSmartRef__":true,"id":4685},"_Extent":{"__isSmartRef__":true,"id":4686},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":797},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"4684":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4685":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4686":{"x":820,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4687":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4688":{"morph":{"__isSmartRef__":true,"id":4569},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"4689":{"resizeWidth":true,"adjustForNewBounds":true},"4690":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4691":{"x":820,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"4692":{"submorphs":[{"__isSmartRef__":true,"id":4693},{"__isSmartRef__":true,"id":5655},{"__isSmartRef__":true,"id":5688},{"__isSmartRef__":true,"id":4964},{"__isSmartRef__":true,"id":5574},{"__isSmartRef__":true,"id":5593},{"__isSmartRef__":true,"id":5612},{"__isSmartRef__":true,"id":5721},{"__isSmartRef__":true,"id":5631},{"__isSmartRef__":true,"id":4710},{"__isSmartRef__":true,"id":4754},{"__isSmartRef__":true,"id":4788},{"__isSmartRef__":true,"id":4822},{"__isSmartRef__":true,"id":4856},{"__isSmartRef__":true,"id":4890},{"__isSmartRef__":true,"id":4924}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5730},"id":27,"renderContextTable":{"__isSmartRef__":true,"id":5735},"eventHandler":{"__isSmartRef__":true,"id":5736},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":5737},"_Position":{"__isSmartRef__":true,"id":5738},"locationPane":{"__isSmartRef__":true,"id":4693},"codeBaseDirBtn":{"__isSmartRef__":true,"id":5655},"localDirBtn":{"__isSmartRef__":true,"id":5688},"Pane1":{"__isSmartRef__":true,"id":4964},"Pane2":{"__isSmartRef__":true,"id":5574},"Pane3":{"__isSmartRef__":true,"id":5593},"Pane4":{"__isSmartRef__":true,"id":5612},"midResizer":{"__isSmartRef__":true,"id":5721},"sourcePane":{"__isSmartRef__":true,"id":5631},"ownerWidget":{"__isSmartRef__":true,"id":4708},"owner":{"__isSmartRef__":true,"id":4568},"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4693":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4694},"id":28,"renderContextTable":{"__isSmartRef__":true,"id":4699},"textChunks":[{"__isSmartRef__":true,"id":4700}],"eventHandler":{"__isSmartRef__":true,"id":4702},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4704},"priorExtent":{"__isSmartRef__":true,"id":4705},"_MaxTextWidth":656,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4692},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":4706},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":4707}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4694":{"_Position":{"__isSmartRef__":true,"id":4695},"renderContextTable":{"__isSmartRef__":true,"id":4696},"_Extent":{"__isSmartRef__":true,"id":4697},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4695":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4696":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4697":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4698":{"r":0,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4699":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4700":{"style":{"__isSmartRef__":true,"id":4701},"chunkOwner":{"__isSmartRef__":true,"id":4693},"storedString":"http://localhost/webwerkstatt/lively/morphic/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4701":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4702":{"morph":{"__isSmartRef__":true,"id":4693},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4703":{"x":4,"y":2,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4704":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4705":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4706":{"resizeWidth":true},"4707":{"sourceObj":{"__isSmartRef__":true,"id":4693},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setTargetURL","converter":null,"converterString":"function (value) { return new URL(value) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5654},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4708":{"buttonCommands":[{"__isSmartRef__":true,"id":4709},{"__isSmartRef__":true,"id":4753},{"__isSmartRef__":true,"id":4787},{"__isSmartRef__":true,"id":4821},{"__isSmartRef__":true,"id":4855},{"__isSmartRef__":true,"id":4889},{"__isSmartRef__":true,"id":4923}],"RootFilters":[{"__isSmartRef__":true,"id":4957}],"Pane1Filters":[{"__isSmartRef__":true,"id":4958},{"__isSmartRef__":true,"id":4959}],"Pane2Filters":[{"__isSmartRef__":true,"id":4960}],"Pane3Filters":[{"__isSmartRef__":true,"id":4961}],"Pane4Filters":[{"__isSmartRef__":true,"id":4962}],"evaluate":true,"panel":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":4963},{"__isSmartRef__":true,"id":5573},{"__isSmartRef__":true,"id":5592},{"__isSmartRef__":true,"id":5611},{"__isSmartRef__":true,"id":5630},{"__isSmartRef__":true,"id":5648}],"SourceString":"-----","sourceString":"-----","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"targetURL":{"__isSmartRef__":true,"id":5653},"_rootNode":{"__isSmartRef__":true,"id":4974},"Pane1Selection":null,"pane1Selection":null,"Pane2Selection":null,"pane2Selection":null,"Pane3Selection":null,"pane3Selection":null,"Pane4Selection":null,"pane4Selection":null,"Pane4Content":["-----"],"Pane3Content":["-----"],"Pane2Content":["-----"],"Pane1Content":[{"__isSmartRef__":true,"id":4971},{"__isSmartRef__":true,"id":5526},{"__isSmartRef__":true,"id":5527},{"__isSmartRef__":true,"id":5528},{"__isSmartRef__":true,"id":5529},{"__isSmartRef__":true,"id":5530},{"__isSmartRef__":true,"id":5531},{"__isSmartRef__":true,"id":5532},{"__isSmartRef__":true,"id":5533},{"__isSmartRef__":true,"id":5534},{"__isSmartRef__":true,"id":5535},{"__isSmartRef__":true,"id":5536},{"__isSmartRef__":true,"id":5537},{"__isSmartRef__":true,"id":5538},{"__isSmartRef__":true,"id":5539},{"__isSmartRef__":true,"id":5540},{"__isSmartRef__":true,"id":5541},{"__isSmartRef__":true,"id":5542},{"__isSmartRef__":true,"id":5543},{"__isSmartRef__":true,"id":5544},{"__isSmartRef__":true,"id":5545},{"__isSmartRef__":true,"id":5546},{"__isSmartRef__":true,"id":5547},{"__isSmartRef__":true,"id":5548},{"__isSmartRef__":true,"id":5549},{"__isSmartRef__":true,"id":5550},{"__isSmartRef__":true,"id":5551},{"__isSmartRef__":true,"id":5552},{"__isSmartRef__":true,"id":5553},{"__isSmartRef__":true,"id":5554},{"__isSmartRef__":true,"id":5555},{"__isSmartRef__":true,"id":5556},{"__isSmartRef__":true,"id":5557},{"__isSmartRef__":true,"id":5558},{"__isSmartRef__":true,"id":5559},{"__isSmartRef__":true,"id":5560},{"__isSmartRef__":true,"id":5561}],"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"4709":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4710},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4710":{"submorphs":[{"__isSmartRef__":true,"id":4711}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4723},"id":39,"renderContextTable":{"__isSmartRef__":true,"id":4737},"eventHandler":{"__isSmartRef__":true,"id":4738},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4739},"priorExtent":{"__isSmartRef__":true,"id":4740},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4741},"label":{"__isSmartRef__":true,"id":4711},"command":{"__isSmartRef__":true,"id":4709},"attributeConnections":[{"__isSmartRef__":true,"id":4750},{"__isSmartRef__":true,"id":4751}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4711":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4712},"id":40,"renderContextTable":{"__isSmartRef__":true,"id":4716},"textChunks":[{"__isSmartRef__":true,"id":4717}],"eventHandler":{"__isSmartRef__":true,"id":4719},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4720},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4721},"priorExtent":{"__isSmartRef__":true,"id":4722},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4710},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4712":{"_Position":{"__isSmartRef__":true,"id":4713},"renderContextTable":{"__isSmartRef__":true,"id":4714},"_Extent":{"__isSmartRef__":true,"id":4715},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4713":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4714":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4715":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4716":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4717":{"style":{"__isSmartRef__":true,"id":4718},"chunkOwner":{"__isSmartRef__":true,"id":4711},"storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4718":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4719":{"morph":{"__isSmartRef__":true,"id":4711},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4720":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4721":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4722":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4723":{"_Position":{"__isSmartRef__":true,"id":4724},"renderContextTable":{"__isSmartRef__":true,"id":4725},"_Extent":{"__isSmartRef__":true,"id":4726},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4724":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4725":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4726":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4727":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4728":{"stops":[{"__isSmartRef__":true,"id":4729},{"__isSmartRef__":true,"id":4731},{"__isSmartRef__":true,"id":4733},{"__isSmartRef__":true,"id":4735}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4729":{"offset":0,"color":{"__isSmartRef__":true,"id":4730}},"4730":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4731":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4732}},"4732":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4733":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4734}},"4734":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4735":{"offset":1,"color":{"__isSmartRef__":true,"id":4736}},"4736":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4737":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4738":{"morph":{"__isSmartRef__":true,"id":4710},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4739":{"x":0,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4740":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4741":{"stops":[{"__isSmartRef__":true,"id":4742},{"__isSmartRef__":true,"id":4744},{"__isSmartRef__":true,"id":4746},{"__isSmartRef__":true,"id":4748}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4742":{"offset":0,"color":{"__isSmartRef__":true,"id":4743}},"4743":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4744":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4745}},"4745":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4746":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4747}},"4747":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4748":{"offset":1,"color":{"__isSmartRef__":true,"id":4749}},"4749":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4750":{"sourceObj":{"__isSmartRef__":true,"id":4710},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4709},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4751":{"sourceObj":{"__isSmartRef__":true,"id":4710},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4710},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4752},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4752":{"source":{"__isSmartRef__":true,"id":4710},"target":{"__isSmartRef__":true,"id":4710}},"4753":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4754},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4754":{"submorphs":[{"__isSmartRef__":true,"id":4755}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4767},"id":41,"renderContextTable":{"__isSmartRef__":true,"id":4771},"eventHandler":{"__isSmartRef__":true,"id":4772},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4773},"priorExtent":{"__isSmartRef__":true,"id":4774},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4775},"label":{"__isSmartRef__":true,"id":4755},"command":{"__isSmartRef__":true,"id":4753},"attributeConnections":[{"__isSmartRef__":true,"id":4784},{"__isSmartRef__":true,"id":4785}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4755":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4756},"id":42,"renderContextTable":{"__isSmartRef__":true,"id":4760},"textChunks":[{"__isSmartRef__":true,"id":4761}],"eventHandler":{"__isSmartRef__":true,"id":4763},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4764},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4765},"priorExtent":{"__isSmartRef__":true,"id":4766},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4754},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4756":{"_Position":{"__isSmartRef__":true,"id":4757},"renderContextTable":{"__isSmartRef__":true,"id":4758},"_Extent":{"__isSmartRef__":true,"id":4759},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4757":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4758":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4759":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4760":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4761":{"style":{"__isSmartRef__":true,"id":4762},"chunkOwner":{"__isSmartRef__":true,"id":4755},"storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4762":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4763":{"morph":{"__isSmartRef__":true,"id":4755},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4764":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4765":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4766":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4767":{"_Position":{"__isSmartRef__":true,"id":4768},"renderContextTable":{"__isSmartRef__":true,"id":4769},"_Extent":{"__isSmartRef__":true,"id":4770},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4768":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4769":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4770":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4771":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4772":{"morph":{"__isSmartRef__":true,"id":4754},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4773":{"x":117.14285714285714,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4774":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4775":{"stops":[{"__isSmartRef__":true,"id":4776},{"__isSmartRef__":true,"id":4778},{"__isSmartRef__":true,"id":4780},{"__isSmartRef__":true,"id":4782}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4776":{"offset":0,"color":{"__isSmartRef__":true,"id":4777}},"4777":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4778":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4779}},"4779":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4780":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4781}},"4781":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4782":{"offset":1,"color":{"__isSmartRef__":true,"id":4783}},"4783":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4784":{"sourceObj":{"__isSmartRef__":true,"id":4754},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4753},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4785":{"sourceObj":{"__isSmartRef__":true,"id":4754},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4754},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4786},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4786":{"source":{"__isSmartRef__":true,"id":4754},"target":{"__isSmartRef__":true,"id":4754}},"4787":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4788},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4788":{"submorphs":[{"__isSmartRef__":true,"id":4789}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4801},"id":43,"renderContextTable":{"__isSmartRef__":true,"id":4805},"eventHandler":{"__isSmartRef__":true,"id":4806},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4807},"priorExtent":{"__isSmartRef__":true,"id":4808},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4809},"label":{"__isSmartRef__":true,"id":4789},"command":{"__isSmartRef__":true,"id":4787},"attributeConnections":[{"__isSmartRef__":true,"id":4818},{"__isSmartRef__":true,"id":4819}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4789":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4790},"id":44,"renderContextTable":{"__isSmartRef__":true,"id":4794},"textChunks":[{"__isSmartRef__":true,"id":4795}],"eventHandler":{"__isSmartRef__":true,"id":4797},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4798},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4799},"priorExtent":{"__isSmartRef__":true,"id":4800},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4788},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4790":{"_Position":{"__isSmartRef__":true,"id":4791},"renderContextTable":{"__isSmartRef__":true,"id":4792},"_Extent":{"__isSmartRef__":true,"id":4793},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4791":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4792":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4793":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4794":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4795":{"style":{"__isSmartRef__":true,"id":4796},"chunkOwner":{"__isSmartRef__":true,"id":4789},"storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4796":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4797":{"morph":{"__isSmartRef__":true,"id":4789},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4798":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4799":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4800":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4801":{"_Position":{"__isSmartRef__":true,"id":4802},"renderContextTable":{"__isSmartRef__":true,"id":4803},"_Extent":{"__isSmartRef__":true,"id":4804},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4802":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4803":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4804":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4805":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4806":{"morph":{"__isSmartRef__":true,"id":4788},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4807":{"x":234.28571428571428,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4808":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4809":{"stops":[{"__isSmartRef__":true,"id":4810},{"__isSmartRef__":true,"id":4812},{"__isSmartRef__":true,"id":4814},{"__isSmartRef__":true,"id":4816}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4810":{"offset":0,"color":{"__isSmartRef__":true,"id":4811}},"4811":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4812":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4813}},"4813":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4814":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4815}},"4815":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4816":{"offset":1,"color":{"__isSmartRef__":true,"id":4817}},"4817":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4818":{"sourceObj":{"__isSmartRef__":true,"id":4788},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4787},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4819":{"sourceObj":{"__isSmartRef__":true,"id":4788},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4788},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4820},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4820":{"source":{"__isSmartRef__":true,"id":4788},"target":{"__isSmartRef__":true,"id":4788}},"4821":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4822},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4822":{"submorphs":[{"__isSmartRef__":true,"id":4823}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4835},"id":45,"renderContextTable":{"__isSmartRef__":true,"id":4839},"eventHandler":{"__isSmartRef__":true,"id":4840},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4841},"priorExtent":{"__isSmartRef__":true,"id":4842},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4843},"label":{"__isSmartRef__":true,"id":4823},"command":{"__isSmartRef__":true,"id":4821},"attributeConnections":[{"__isSmartRef__":true,"id":4852},{"__isSmartRef__":true,"id":4853}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4823":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4824},"id":46,"renderContextTable":{"__isSmartRef__":true,"id":4828},"textChunks":[{"__isSmartRef__":true,"id":4829}],"eventHandler":{"__isSmartRef__":true,"id":4831},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4832},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4833},"priorExtent":{"__isSmartRef__":true,"id":4834},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4822},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4824":{"_Position":{"__isSmartRef__":true,"id":4825},"renderContextTable":{"__isSmartRef__":true,"id":4826},"_Extent":{"__isSmartRef__":true,"id":4827},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4825":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4826":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4827":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4828":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4829":{"style":{"__isSmartRef__":true,"id":4830},"chunkOwner":{"__isSmartRef__":true,"id":4823},"storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4830":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4831":{"morph":{"__isSmartRef__":true,"id":4823},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4832":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4833":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4834":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4835":{"_Position":{"__isSmartRef__":true,"id":4836},"renderContextTable":{"__isSmartRef__":true,"id":4837},"_Extent":{"__isSmartRef__":true,"id":4838},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4836":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4837":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4838":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4839":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4840":{"morph":{"__isSmartRef__":true,"id":4822},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4841":{"x":351.42857142857144,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4842":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4843":{"stops":[{"__isSmartRef__":true,"id":4844},{"__isSmartRef__":true,"id":4846},{"__isSmartRef__":true,"id":4848},{"__isSmartRef__":true,"id":4850}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4844":{"offset":0,"color":{"__isSmartRef__":true,"id":4845}},"4845":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4846":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4847}},"4847":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4848":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4849}},"4849":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4850":{"offset":1,"color":{"__isSmartRef__":true,"id":4851}},"4851":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4852":{"sourceObj":{"__isSmartRef__":true,"id":4822},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4821},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4853":{"sourceObj":{"__isSmartRef__":true,"id":4822},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4822},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4854},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4854":{"source":{"__isSmartRef__":true,"id":4822},"target":{"__isSmartRef__":true,"id":4822}},"4855":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4856},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4856":{"submorphs":[{"__isSmartRef__":true,"id":4857}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4869},"id":47,"renderContextTable":{"__isSmartRef__":true,"id":4873},"eventHandler":{"__isSmartRef__":true,"id":4874},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4875},"priorExtent":{"__isSmartRef__":true,"id":4876},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4877},"label":{"__isSmartRef__":true,"id":4857},"command":{"__isSmartRef__":true,"id":4855},"attributeConnections":[{"__isSmartRef__":true,"id":4886},{"__isSmartRef__":true,"id":4887}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4857":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4858},"id":48,"renderContextTable":{"__isSmartRef__":true,"id":4862},"textChunks":[{"__isSmartRef__":true,"id":4863}],"eventHandler":{"__isSmartRef__":true,"id":4865},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4866},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4867},"priorExtent":{"__isSmartRef__":true,"id":4868},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4856},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4858":{"_Position":{"__isSmartRef__":true,"id":4859},"renderContextTable":{"__isSmartRef__":true,"id":4860},"_Extent":{"__isSmartRef__":true,"id":4861},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4859":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4860":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4861":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4862":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4863":{"style":{"__isSmartRef__":true,"id":4864},"chunkOwner":{"__isSmartRef__":true,"id":4857},"storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4864":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4865":{"morph":{"__isSmartRef__":true,"id":4857},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4866":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4867":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4868":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4869":{"_Position":{"__isSmartRef__":true,"id":4870},"renderContextTable":{"__isSmartRef__":true,"id":4871},"_Extent":{"__isSmartRef__":true,"id":4872},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4870":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4871":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4872":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4873":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4874":{"morph":{"__isSmartRef__":true,"id":4856},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4875":{"x":468.57142857142856,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4876":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4877":{"stops":[{"__isSmartRef__":true,"id":4878},{"__isSmartRef__":true,"id":4880},{"__isSmartRef__":true,"id":4882},{"__isSmartRef__":true,"id":4884}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4878":{"offset":0,"color":{"__isSmartRef__":true,"id":4879}},"4879":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4880":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4881}},"4881":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4882":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4883}},"4883":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4884":{"offset":1,"color":{"__isSmartRef__":true,"id":4885}},"4885":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4886":{"sourceObj":{"__isSmartRef__":true,"id":4856},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4855},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4887":{"sourceObj":{"__isSmartRef__":true,"id":4856},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4856},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4888},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4888":{"source":{"__isSmartRef__":true,"id":4856},"target":{"__isSmartRef__":true,"id":4856}},"4889":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4890},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4890":{"submorphs":[{"__isSmartRef__":true,"id":4891}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4903},"id":49,"renderContextTable":{"__isSmartRef__":true,"id":4907},"eventHandler":{"__isSmartRef__":true,"id":4908},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4909},"priorExtent":{"__isSmartRef__":true,"id":4910},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4911},"label":{"__isSmartRef__":true,"id":4891},"command":{"__isSmartRef__":true,"id":4889},"attributeConnections":[{"__isSmartRef__":true,"id":4920},{"__isSmartRef__":true,"id":4921}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4891":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4892},"id":50,"renderContextTable":{"__isSmartRef__":true,"id":4896},"textChunks":[{"__isSmartRef__":true,"id":4897}],"eventHandler":{"__isSmartRef__":true,"id":4899},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4900},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4901},"priorExtent":{"__isSmartRef__":true,"id":4902},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4890},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4892":{"_Position":{"__isSmartRef__":true,"id":4893},"renderContextTable":{"__isSmartRef__":true,"id":4894},"_Extent":{"__isSmartRef__":true,"id":4895},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4893":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4894":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4895":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4896":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4897":{"style":{"__isSmartRef__":true,"id":4898},"chunkOwner":{"__isSmartRef__":true,"id":4891},"storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4898":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4899":{"morph":{"__isSmartRef__":true,"id":4891},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4900":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4901":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4902":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4903":{"_Position":{"__isSmartRef__":true,"id":4904},"renderContextTable":{"__isSmartRef__":true,"id":4905},"_Extent":{"__isSmartRef__":true,"id":4906},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4904":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4905":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4906":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4907":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4908":{"morph":{"__isSmartRef__":true,"id":4890},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4909":{"x":585.7142857142857,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4910":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4911":{"stops":[{"__isSmartRef__":true,"id":4912},{"__isSmartRef__":true,"id":4914},{"__isSmartRef__":true,"id":4916},{"__isSmartRef__":true,"id":4918}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4912":{"offset":0,"color":{"__isSmartRef__":true,"id":4913}},"4913":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4914":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4915}},"4915":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4916":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4917}},"4917":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4918":{"offset":1,"color":{"__isSmartRef__":true,"id":4919}},"4919":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4920":{"sourceObj":{"__isSmartRef__":true,"id":4890},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4889},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4921":{"sourceObj":{"__isSmartRef__":true,"id":4890},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4890},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4922},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4922":{"source":{"__isSmartRef__":true,"id":4890},"target":{"__isSmartRef__":true,"id":4890}},"4923":{"browser":{"__isSmartRef__":true,"id":4708},"button":{"__isSmartRef__":true,"id":4924},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"4924":{"submorphs":[{"__isSmartRef__":true,"id":4925}],"scripts":[],"shape":{"__isSmartRef__":true,"id":4937},"id":51,"renderContextTable":{"__isSmartRef__":true,"id":4941},"eventHandler":{"__isSmartRef__":true,"id":4942},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":4943},"priorExtent":{"__isSmartRef__":true,"id":4944},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":4945},"label":{"__isSmartRef__":true,"id":4925},"command":{"__isSmartRef__":true,"id":4923},"attributeConnections":[{"__isSmartRef__":true,"id":4954},{"__isSmartRef__":true,"id":4955}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"4925":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4926},"id":52,"renderContextTable":{"__isSmartRef__":true,"id":4930},"textChunks":[{"__isSmartRef__":true,"id":4931}],"eventHandler":{"__isSmartRef__":true,"id":4933},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4934},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":4935},"priorExtent":{"__isSmartRef__":true,"id":4936},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4924},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4926":{"_Position":{"__isSmartRef__":true,"id":4927},"renderContextTable":{"__isSmartRef__":true,"id":4928},"_Extent":{"__isSmartRef__":true,"id":4929},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4927":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4928":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4929":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4930":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"4931":{"style":{"__isSmartRef__":true,"id":4932},"chunkOwner":{"__isSmartRef__":true,"id":4925},"storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4932":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"4933":{"morph":{"__isSmartRef__":true,"id":4925},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4934":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"4935":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4936":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4937":{"_Position":{"__isSmartRef__":true,"id":4938},"renderContextTable":{"__isSmartRef__":true,"id":4939},"_Extent":{"__isSmartRef__":true,"id":4940},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4938":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4939":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4940":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4941":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"4942":{"morph":{"__isSmartRef__":true,"id":4924},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"4943":{"x":702.8571428571429,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4944":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4945":{"stops":[{"__isSmartRef__":true,"id":4946},{"__isSmartRef__":true,"id":4948},{"__isSmartRef__":true,"id":4950},{"__isSmartRef__":true,"id":4952}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4946":{"offset":0,"color":{"__isSmartRef__":true,"id":4947}},"4947":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4948":{"offset":0.4,"color":{"__isSmartRef__":true,"id":4949}},"4949":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4950":{"offset":0.6,"color":{"__isSmartRef__":true,"id":4951}},"4951":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4952":{"offset":1,"color":{"__isSmartRef__":true,"id":4953}},"4953":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4954":{"sourceObj":{"__isSmartRef__":true,"id":4924},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4923},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4955":{"sourceObj":{"__isSmartRef__":true,"id":4924},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4924},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":4956},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4956":{"source":{"__isSmartRef__":true,"id":4924},"target":{"__isSmartRef__":true,"id":4924}},"4957":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4958":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4959":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4960":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4961":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4962":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"4963":{"sourceObj":{"__isSmartRef__":true,"id":4708},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":4964},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5572},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"4964":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":4965},"id":33,"renderContextTable":{"__isSmartRef__":true,"id":4970},"itemList":[{"__isSmartRef__":true,"id":4971},{"__isSmartRef__":true,"id":5526},{"__isSmartRef__":true,"id":5527},{"__isSmartRef__":true,"id":5528},{"__isSmartRef__":true,"id":5529},{"__isSmartRef__":true,"id":5530},{"__isSmartRef__":true,"id":5531},{"__isSmartRef__":true,"id":5532},{"__isSmartRef__":true,"id":5533},{"__isSmartRef__":true,"id":5534},{"__isSmartRef__":true,"id":5535},{"__isSmartRef__":true,"id":5536},{"__isSmartRef__":true,"id":5537},{"__isSmartRef__":true,"id":5538},{"__isSmartRef__":true,"id":5539},{"__isSmartRef__":true,"id":5540},{"__isSmartRef__":true,"id":5541},{"__isSmartRef__":true,"id":5542},{"__isSmartRef__":true,"id":5543},{"__isSmartRef__":true,"id":5544},{"__isSmartRef__":true,"id":5545},{"__isSmartRef__":true,"id":5546},{"__isSmartRef__":true,"id":5547},{"__isSmartRef__":true,"id":5548},{"__isSmartRef__":true,"id":5549},{"__isSmartRef__":true,"id":5550},{"__isSmartRef__":true,"id":5551},{"__isSmartRef__":true,"id":5552},{"__isSmartRef__":true,"id":5553},{"__isSmartRef__":true,"id":5554},{"__isSmartRef__":true,"id":5555},{"__isSmartRef__":true,"id":5556},{"__isSmartRef__":true,"id":5557},{"__isSmartRef__":true,"id":5558},{"__isSmartRef__":true,"id":5559},{"__isSmartRef__":true,"id":5560},{"__isSmartRef__":true,"id":5561}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":5562},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5563},"selectedLineNo":-1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":5564},{"__isSmartRef__":true,"id":5566},{"__isSmartRef__":true,"id":5568},{"__isSmartRef__":true,"id":5570}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":null,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"4965":{"_Position":{"__isSmartRef__":true,"id":4966},"renderContextTable":{"__isSmartRef__":true,"id":4967},"_Extent":{"__isSmartRef__":true,"id":4968},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":4969},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"4966":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4967":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"4968":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"4969":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"4970":{"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","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"},"4971":{"isListItem":true,"string":".svn/","value":{"__isSmartRef__":true,"id":4972}},"4972":{"target":{"__isSmartRef__":true,"id":4973},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"localName":".svn/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4973":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/.svn/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4974":{"target":{"__isSmartRef__":true,"id":4975},"browser":{"__isSmartRef__":true,"id":4708},"parent":null,"allFiles":["lively/morphic/AdditionalMorphs.js","lively/morphic/Canvas.js","lively/morphic/ClickOnLineHack.js","lively/morphic/ColorChooserDraft.js","lively/morphic/Compat.js","lively/morphic/CompatLayer.js","lively/morphic/CompatSCB.js","lively/morphic/Complete.js","lively/morphic/Connectors.js","lively/morphic/Core.js","lively/morphic/EventExperiments.js","lively/morphic/Events.js","lively/morphic/Examples.js","lively/morphic/Experiments.js","lively/morphic/Graffle.js","lively/morphic/Halos.js","lively/morphic/HTML.js","lively/morphic/Layout.js","lively/morphic/MorphAddons.js","lively/morphic/ObjectMigration.js","lively/morphic/Paragraphs.js","lively/morphic/PathShapes.js","lively/morphic/Rendering.js","lively/morphic/ScriptingSupport.js","lively/morphic/Serialization.js","lively/morphic/Shapes.js","lively/morphic/Styles.js","lively/morphic/SVG.js","lively/morphic/Tests.js","lively/morphic/TextCore.js","lively/morphic/Widgets.js","lively/morphic/WidgetsAddOns.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":4973},{"__isSmartRef__":true,"id":4976},{"__isSmartRef__":true,"id":4977}],"parentNamespacePath":{"__isSmartRef__":true,"id":4978},"_childNodes":[{"__isSmartRef__":true,"id":4972},{"__isSmartRef__":true,"id":4979},{"__isSmartRef__":true,"id":4980},{"__isSmartRef__":true,"id":4981},{"__isSmartRef__":true,"id":4982},{"__isSmartRef__":true,"id":4983},{"__isSmartRef__":true,"id":4984},{"__isSmartRef__":true,"id":4985},{"__isSmartRef__":true,"id":4986},{"__isSmartRef__":true,"id":4987},{"__isSmartRef__":true,"id":4988},{"__isSmartRef__":true,"id":4989},{"__isSmartRef__":true,"id":4992},{"__isSmartRef__":true,"id":4993},{"__isSmartRef__":true,"id":5218},{"__isSmartRef__":true,"id":5219},{"__isSmartRef__":true,"id":5220},{"__isSmartRef__":true,"id":5234},{"__isSmartRef__":true,"id":5332},{"__isSmartRef__":true,"id":5333},{"__isSmartRef__":true,"id":5334},{"__isSmartRef__":true,"id":5509},{"__isSmartRef__":true,"id":5510},{"__isSmartRef__":true,"id":5511},{"__isSmartRef__":true,"id":5512},{"__isSmartRef__":true,"id":5513},{"__isSmartRef__":true,"id":5514},{"__isSmartRef__":true,"id":5515},{"__isSmartRef__":true,"id":5516},{"__isSmartRef__":true,"id":5517},{"__isSmartRef__":true,"id":5518},{"__isSmartRef__":true,"id":5519},{"__isSmartRef__":true,"id":5520},{"__isSmartRef__":true,"id":5521},{"__isSmartRef__":true,"id":5522},{"__isSmartRef__":true,"id":5523},{"__isSmartRef__":true,"id":5524}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4975":{"__LivelyClassName__":"AnotherSourceDatabase","__SourceModuleName__":"Global.lively.ide.SourceDatabase"},"4976":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/tests/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4977":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/video/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4978":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"4979":{"target":{"__isSmartRef__":true,"id":4976},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"localName":"tests/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4980":{"target":{"__isSmartRef__":true,"id":4977},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"localName":"video/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4981":{"target":{"__isSmartRef__":true,"id":4978},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4982":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/AdditionalMorphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4983":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Canvas.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4984":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/ClickOnLineHack.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4985":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/ColorChooserDraft.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4986":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Compat.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4987":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/CompatLayer.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4988":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/CompatSCB.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4989":{"target":{"__isSmartRef__":true,"id":4990},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Complete.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4990":{"name":"lively.morphic.Complete","type":"moduleDef","startIndex":0,"stopIndex":379,"fileName":"lively/morphic/Complete.js","_subElements":[{"__isSmartRef__":true,"id":4991}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4991":{"name":null,"type":"comment","startIndex":360,"stopIndex":360,"fileName":"lively/morphic/Complete.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4992":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Connectors.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4993":{"target":{"__isSmartRef__":true,"id":4994},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Core.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"4994":{"name":"lively.morphic.Core","type":"moduleDef","startIndex":0,"stopIndex":35244,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":4995},{"__isSmartRef__":true,"id":4996},{"__isSmartRef__":true,"id":4997},{"__isSmartRef__":true,"id":4998},{"__isSmartRef__":true,"id":5033},{"__isSmartRef__":true,"id":5034},{"__isSmartRef__":true,"id":5142},{"__isSmartRef__":true,"id":5143},{"__isSmartRef__":true,"id":5163},{"__isSmartRef__":true,"id":5164},{"__isSmartRef__":true,"id":5168},{"__isSmartRef__":true,"id":5169},{"__isSmartRef__":true,"id":5172},{"__isSmartRef__":true,"id":5173},{"__isSmartRef__":true,"id":5176},{"__isSmartRef__":true,"id":5177},{"__isSmartRef__":true,"id":5182},{"__isSmartRef__":true,"id":5183},{"__isSmartRef__":true,"id":5194},{"__isSmartRef__":true,"id":5203},{"__isSmartRef__":true,"id":5212},{"__isSmartRef__":true,"id":5213},{"__isSmartRef__":true,"id":5217}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4995":{"name":null,"type":"comment","startIndex":100,"stopIndex":100,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4996":{"name":null,"type":"unknown","startIndex":101,"stopIndex":289,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4997":{"name":null,"type":"comment","startIndex":290,"stopIndex":290,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4998":{"name":"lively.morphic.Similitude","type":"klassDef","startIndex":291,"stopIndex":9238,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":4999},{"__isSmartRef__":true,"id":5001},{"__isSmartRef__":true,"id":5003},{"__isSmartRef__":true,"id":5005},{"__isSmartRef__":true,"id":5006},{"__isSmartRef__":true,"id":5007},{"__isSmartRef__":true,"id":5009},{"__isSmartRef__":true,"id":5010},{"__isSmartRef__":true,"id":5011},{"__isSmartRef__":true,"id":5012},{"__isSmartRef__":true,"id":5014},{"__isSmartRef__":true,"id":5016},{"__isSmartRef__":true,"id":5017},{"__isSmartRef__":true,"id":5018},{"__isSmartRef__":true,"id":5019},{"__isSmartRef__":true,"id":5020},{"__isSmartRef__":true,"id":5022},{"__isSmartRef__":true,"id":5024},{"__isSmartRef__":true,"id":5025},{"__isSmartRef__":true,"id":5026},{"__isSmartRef__":true,"id":5027},{"__isSmartRef__":true,"id":5029},{"__isSmartRef__":true,"id":5030},{"__isSmartRef__":true,"id":5031}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":5000},{"__isSmartRef__":true,"id":5002},{"__isSmartRef__":true,"id":5004},{"__isSmartRef__":true,"id":5008},{"__isSmartRef__":true,"id":5013},{"__isSmartRef__":true,"id":5015},{"__isSmartRef__":true,"id":5021},{"__isSmartRef__":true,"id":5023},{"__isSmartRef__":true,"id":5028},{"__isSmartRef__":true,"id":5032}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"4999":{"name":"documentation","type":"propertyDef","startIndex":355,"stopIndex":439,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5000},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5000":{"name":"documentation","type":"categoryDef","startIndex":336,"stopIndex":442,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":4999}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5001":{"name":"eps","type":"propertyDef","startIndex":458,"stopIndex":473,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5002},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5002":{"name":"settings","type":"categoryDef","startIndex":444,"stopIndex":489,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5001}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5003":{"name":"initialize","type":"propertyDef","startIndex":509,"stopIndex":1648,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5004},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5004":{"name":"initializing","type":"categoryDef","startIndex":491,"stopIndex":2026,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5003},{"__isSmartRef__":true,"id":5005},{"__isSmartRef__":true,"id":5006}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5005":{"name":"copy","type":"propertyDef","startIndex":1651,"stopIndex":1731,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5004},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5006":{"name":"fromMatrix","type":"propertyDef","startIndex":1734,"stopIndex":2022,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5004},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5007":{"name":"getRotation","type":"propertyDef","startIndex":2043,"stopIndex":2335,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5008},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5008":{"name":"accessing","type":"categoryDef","startIndex":2028,"stopIndex":3188,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5007},{"__isSmartRef__":true,"id":5009},{"__isSmartRef__":true,"id":5010},{"__isSmartRef__":true,"id":5011}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5009":{"name":"getScale","type":"propertyDef","startIndex":2338,"stopIndex":2639,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5008},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5010":{"name":"getScalePoint","type":"propertyDef","startIndex":2642,"stopIndex":3108,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5008},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5011":{"name":"getTranslation","type":"propertyDef","startIndex":3111,"stopIndex":3184,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5008},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5012":{"name":"isTranslation","type":"propertyDef","startIndex":3203,"stopIndex":3394,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5013},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5013":{"name":"testing","type":"categoryDef","startIndex":3190,"stopIndex":3397,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5012}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5014":{"name":"toSVGAttributeValue","type":"propertyDef","startIndex":3415,"stopIndex":3844,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5015},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5015":{"name":"converting","type":"categoryDef","startIndex":3399,"stopIndex":5619,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5014},{"__isSmartRef__":true,"id":5016},{"__isSmartRef__":true,"id":5017},{"__isSmartRef__":true,"id":5018},{"__isSmartRef__":true,"id":5019}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5016":{"name":"toCSSValue","type":"propertyDef","startIndex":3846,"stopIndex":4960,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5015},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5017":{"name":"toCSSTransformString","type":"propertyDef","startIndex":4962,"stopIndex":5202,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5015},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5018":{"name":"toString","type":"propertyDef","startIndex":5206,"stopIndex":5272,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5015},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5019":{"name":"toMatrix","type":"propertyDef","startIndex":5274,"stopIndex":5615,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5015},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5020":{"name":"applyTo","type":"propertyDef","startIndex":5638,"stopIndex":6626,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5021},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5021":{"name":"application","type":"categoryDef","startIndex":5621,"stopIndex":6629,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5020}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5022":{"name":"transformPoint","type":"propertyDef","startIndex":6650,"stopIndex":6739,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5023},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5023":{"name":"transforming","type":"categoryDef","startIndex":6631,"stopIndex":7768,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5022},{"__isSmartRef__":true,"id":5024},{"__isSmartRef__":true,"id":5025},{"__isSmartRef__":true,"id":5026}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5024":{"name":"transformDirection","type":"propertyDef","startIndex":6742,"stopIndex":6844,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5023},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5025":{"name":"matrixTransformForMinMax","type":"propertyDef","startIndex":6847,"stopIndex":7175,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5023},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5026":{"name":"transformRectToRect","type":"propertyDef","startIndex":7178,"stopIndex":7764,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5023},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5027":{"name":"preConcatenate","type":"propertyDef","startIndex":7793,"stopIndex":8200,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5028},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5028":{"name":"matrix operations","type":"categoryDef","startIndex":7770,"stopIndex":8757,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5027},{"__isSmartRef__":true,"id":5029},{"__isSmartRef__":true,"id":5030}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5029":{"name":"inverse","type":"propertyDef","startIndex":8202,"stopIndex":8603,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5028},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5030":{"name":"createInverse","type":"propertyDef","startIndex":8607,"stopIndex":8753,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5028},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5031":{"name":"ensureNumber","type":"propertyDef","startIndex":8771,"stopIndex":9233,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5032},"className":"lively.morphic.Similitude","_owner":{"__isSmartRef__":true,"id":4998},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5032":{"name":"helper","type":"categoryDef","startIndex":8759,"stopIndex":9235,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5031}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5033":{"name":null,"type":"comment","startIndex":9239,"stopIndex":9239,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5034":{"name":"lively.morphic.Morph","type":"klassDef","startIndex":9240,"stopIndex":28950,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5035},{"__isSmartRef__":true,"id":5037},{"__isSmartRef__":true,"id":5038},{"__isSmartRef__":true,"id":5040},{"__isSmartRef__":true,"id":5041},{"__isSmartRef__":true,"id":5042},{"__isSmartRef__":true,"id":5043},{"__isSmartRef__":true,"id":5044},{"__isSmartRef__":true,"id":5045},{"__isSmartRef__":true,"id":5047},{"__isSmartRef__":true,"id":5049},{"__isSmartRef__":true,"id":5050},{"__isSmartRef__":true,"id":5051},{"__isSmartRef__":true,"id":5052},{"__isSmartRef__":true,"id":5053},{"__isSmartRef__":true,"id":5054},{"__isSmartRef__":true,"id":5055},{"__isSmartRef__":true,"id":5056},{"__isSmartRef__":true,"id":5057},{"__isSmartRef__":true,"id":5058},{"__isSmartRef__":true,"id":5059},{"__isSmartRef__":true,"id":5060},{"__isSmartRef__":true,"id":5061},{"__isSmartRef__":true,"id":5062},{"__isSmartRef__":true,"id":5063},{"__isSmartRef__":true,"id":5064},{"__isSmartRef__":true,"id":5065},{"__isSmartRef__":true,"id":5066},{"__isSmartRef__":true,"id":5067},{"__isSmartRef__":true,"id":5068},{"__isSmartRef__":true,"id":5069},{"__isSmartRef__":true,"id":5070},{"__isSmartRef__":true,"id":5071},{"__isSmartRef__":true,"id":5072},{"__isSmartRef__":true,"id":5074},{"__isSmartRef__":true,"id":5075},{"__isSmartRef__":true,"id":5076},{"__isSmartRef__":true,"id":5077},{"__isSmartRef__":true,"id":5078},{"__isSmartRef__":true,"id":5079},{"__isSmartRef__":true,"id":5080},{"__isSmartRef__":true,"id":5081},{"__isSmartRef__":true,"id":5082},{"__isSmartRef__":true,"id":5083},{"__isSmartRef__":true,"id":5084},{"__isSmartRef__":true,"id":5085},{"__isSmartRef__":true,"id":5086},{"__isSmartRef__":true,"id":5087},{"__isSmartRef__":true,"id":5088},{"__isSmartRef__":true,"id":5089},{"__isSmartRef__":true,"id":5090},{"__isSmartRef__":true,"id":5091},{"__isSmartRef__":true,"id":5092},{"__isSmartRef__":true,"id":5093},{"__isSmartRef__":true,"id":5094},{"__isSmartRef__":true,"id":5096},{"__isSmartRef__":true,"id":5097},{"__isSmartRef__":true,"id":5098},{"__isSmartRef__":true,"id":5099},{"__isSmartRef__":true,"id":5100},{"__isSmartRef__":true,"id":5101},{"__isSmartRef__":true,"id":5102},{"__isSmartRef__":true,"id":5103},{"__isSmartRef__":true,"id":5105},{"__isSmartRef__":true,"id":5106},{"__isSmartRef__":true,"id":5108},{"__isSmartRef__":true,"id":5109},{"__isSmartRef__":true,"id":5111},{"__isSmartRef__":true,"id":5112},{"__isSmartRef__":true,"id":5113},{"__isSmartRef__":true,"id":5114},{"__isSmartRef__":true,"id":5115},{"__isSmartRef__":true,"id":5116},{"__isSmartRef__":true,"id":5117},{"__isSmartRef__":true,"id":5118},{"__isSmartRef__":true,"id":5119},{"__isSmartRef__":true,"id":5120},{"__isSmartRef__":true,"id":5121},{"__isSmartRef__":true,"id":5122},{"__isSmartRef__":true,"id":5124},{"__isSmartRef__":true,"id":5126},{"__isSmartRef__":true,"id":5127},{"__isSmartRef__":true,"id":5128},{"__isSmartRef__":true,"id":5129},{"__isSmartRef__":true,"id":5130},{"__isSmartRef__":true,"id":5131},{"__isSmartRef__":true,"id":5132},{"__isSmartRef__":true,"id":5133},{"__isSmartRef__":true,"id":5134},{"__isSmartRef__":true,"id":5135},{"__isSmartRef__":true,"id":5136},{"__isSmartRef__":true,"id":5137},{"__isSmartRef__":true,"id":5139},{"__isSmartRef__":true,"id":5140}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":5036},{"__isSmartRef__":true,"id":5039},{"__isSmartRef__":true,"id":5046},{"__isSmartRef__":true,"id":5048},{"__isSmartRef__":true,"id":5073},{"__isSmartRef__":true,"id":5095},{"__isSmartRef__":true,"id":5104},{"__isSmartRef__":true,"id":5107},{"__isSmartRef__":true,"id":5110},{"__isSmartRef__":true,"id":5123},{"__isSmartRef__":true,"id":5125},{"__isSmartRef__":true,"id":5138},{"__isSmartRef__":true,"id":5141}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5035":{"name":"style","type":"propertyDef","startIndex":9296,"stopIndex":9348,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5036},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5036":{"name":"properties","type":"categoryDef","startIndex":9280,"stopIndex":9370,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5035},{"__isSmartRef__":true,"id":5037}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5037":{"name":"isMorph","type":"propertyDef","startIndex":9350,"stopIndex":9367,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5036},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5038":{"name":"isMorph","type":"propertyDef","startIndex":9390,"stopIndex":9407,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5039},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5039":{"name":"initializing","type":"categoryDef","startIndex":9372,"stopIndex":10058,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5038},{"__isSmartRef__":true,"id":5040},{"__isSmartRef__":true,"id":5041},{"__isSmartRef__":true,"id":5042},{"__isSmartRef__":true,"id":5043},{"__isSmartRef__":true,"id":5044}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5040":{"name":"idCounter","type":"propertyDef","startIndex":9409,"stopIndex":9425,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5039},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5041":{"name":"initialize","type":"propertyDef","startIndex":9427,"stopIndex":9718,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5039},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5042":{"name":"setNewId","type":"propertyDef","startIndex":9720,"stopIndex":9828,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5039},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5043":{"name":"defaultShape","type":"propertyDef","startIndex":9831,"stopIndex":9965,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5039},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5044":{"name":"defaultRenderContext","type":"propertyDef","startIndex":9967,"stopIndex":10054,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5039},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5045":{"name":"makeStyleSpec","type":"propertyDef","startIndex":10085,"stopIndex":10167,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5046},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5046":{"name":"accessing -- shapes","type":"categoryDef","startIndex":10060,"stopIndex":10170,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5045}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5047":{"name":"setPosition","type":"propertyDef","startIndex":10207,"stopIndex":10288,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5048":{"name":"accessing -- morph properties","type":"categoryDef","startIndex":10172,"stopIndex":13761,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5047},{"__isSmartRef__":true,"id":5049},{"__isSmartRef__":true,"id":5050},{"__isSmartRef__":true,"id":5051},{"__isSmartRef__":true,"id":5052},{"__isSmartRef__":true,"id":5053},{"__isSmartRef__":true,"id":5054},{"__isSmartRef__":true,"id":5055},{"__isSmartRef__":true,"id":5056},{"__isSmartRef__":true,"id":5057},{"__isSmartRef__":true,"id":5058},{"__isSmartRef__":true,"id":5059},{"__isSmartRef__":true,"id":5060},{"__isSmartRef__":true,"id":5061},{"__isSmartRef__":true,"id":5062},{"__isSmartRef__":true,"id":5063},{"__isSmartRef__":true,"id":5064},{"__isSmartRef__":true,"id":5065},{"__isSmartRef__":true,"id":5066},{"__isSmartRef__":true,"id":5067},{"__isSmartRef__":true,"id":5068},{"__isSmartRef__":true,"id":5069},{"__isSmartRef__":true,"id":5070},{"__isSmartRef__":true,"id":5071}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5049":{"name":"getPosition","type":"propertyDef","startIndex":10290,"stopIndex":10370,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5050":{"name":"setRotation","type":"propertyDef","startIndex":10372,"stopIndex":10453,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5051":{"name":"getRotation","type":"propertyDef","startIndex":10455,"stopIndex":10529,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5052":{"name":"setScale","type":"propertyDef","startIndex":10531,"stopIndex":10606,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5053":{"name":"getScale","type":"propertyDef","startIndex":10608,"stopIndex":10676,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5054":{"name":"setBounds","type":"propertyDef","startIndex":10678,"stopIndex":10825,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5055":{"name":"getBounds","type":"propertyDef","startIndex":10827,"stopIndex":11179,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5056":{"name":"globalBounds","type":"propertyDef","startIndex":11181,"stopIndex":11341,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5057":{"name":"innerBounds","type":"propertyDef","startIndex":11344,"stopIndex":11405,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5058":{"name":"setVisible","type":"propertyDef","startIndex":11407,"stopIndex":11485,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5059":{"name":"isVisible","type":"propertyDef","startIndex":11487,"stopIndex":11609,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5060":{"name":"setOrigin","type":"propertyDef","startIndex":11611,"stopIndex":12469,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5061":{"name":"getOrigin","type":"propertyDef","startIndex":12471,"stopIndex":12562,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5062":{"name":"setPivotPoint","type":"propertyDef","startIndex":12564,"stopIndex":12686,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5063":{"name":"getPivotPoint","type":"propertyDef","startIndex":12688,"stopIndex":12785,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5064":{"name":"setClipMode","type":"propertyDef","startIndex":12787,"stopIndex":12891,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5065":{"name":"getClipMode","type":"propertyDef","startIndex":12893,"stopIndex":12975,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5066":{"name":"beClip","type":"propertyDef","startIndex":12977,"stopIndex":13097,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5067":{"name":"isClip","type":"propertyDef","startIndex":13099,"stopIndex":13211,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5068":{"name":"setHandStyle","type":"propertyDef","startIndex":13214,"stopIndex":13527,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5069":{"name":"getHandStyle","type":"propertyDef","startIndex":13529,"stopIndex":13606,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5070":{"name":"setToolTip","type":"propertyDef","startIndex":13608,"stopIndex":13689,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5071":{"name":"getToolTip","type":"propertyDef","startIndex":13691,"stopIndex":13758,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5048},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5072":{"name":"setExtent","type":"propertyDef","startIndex":13798,"stopIndex":14286,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5073":{"name":"accessing -- shape properties","type":"categoryDef","startIndex":13763,"stopIndex":16048,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5072},{"__isSmartRef__":true,"id":5074},{"__isSmartRef__":true,"id":5075},{"__isSmartRef__":true,"id":5076},{"__isSmartRef__":true,"id":5077},{"__isSmartRef__":true,"id":5078},{"__isSmartRef__":true,"id":5079},{"__isSmartRef__":true,"id":5080},{"__isSmartRef__":true,"id":5081},{"__isSmartRef__":true,"id":5082},{"__isSmartRef__":true,"id":5083},{"__isSmartRef__":true,"id":5084},{"__isSmartRef__":true,"id":5085},{"__isSmartRef__":true,"id":5086},{"__isSmartRef__":true,"id":5087},{"__isSmartRef__":true,"id":5088},{"__isSmartRef__":true,"id":5089},{"__isSmartRef__":true,"id":5090},{"__isSmartRef__":true,"id":5091},{"__isSmartRef__":true,"id":5092},{"__isSmartRef__":true,"id":5093}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5074":{"name":"getExtent","type":"propertyDef","startIndex":14288,"stopIndex":14347,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5075":{"name":"setFill","type":"propertyDef","startIndex":14349,"stopIndex":14414,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5076":{"name":"getFill","type":"propertyDef","startIndex":14416,"stopIndex":14471,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5077":{"name":"setBorderColor","type":"propertyDef","startIndex":14473,"stopIndex":14552,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5078":{"name":"getBorderColor","type":"propertyDef","startIndex":14554,"stopIndex":14623,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5079":{"name":"setBorderWidth","type":"propertyDef","startIndex":14625,"stopIndex":14704,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5080":{"name":"getBorderWidth","type":"propertyDef","startIndex":14706,"stopIndex":14775,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5081":{"name":"setStrokeWidth","type":"propertyDef","startIndex":14777,"stopIndex":15078,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5082":{"name":"getStrokeWidth","type":"propertyDef","startIndex":15080,"stopIndex":15230,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5083":{"name":"setStrokeOpacity","type":"propertyDef","startIndex":15232,"stopIndex":15315,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5084":{"name":"getStrokeOpacity","type":"propertyDef","startIndex":15317,"stopIndex":15390,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5085":{"name":"setBorderRadius","type":"propertyDef","startIndex":15392,"stopIndex":15473,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5086":{"name":"getBorderRadius","type":"propertyDef","startIndex":15475,"stopIndex":15546,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5087":{"name":"setBorderStyle","type":"propertyDef","startIndex":15548,"stopIndex":15627,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5088":{"name":"getBorderStyle","type":"propertyDef","startIndex":15629,"stopIndex":15698,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5089":{"name":"setFillOpacity","type":"propertyDef","startIndex":15702,"stopIndex":15781,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5090":{"name":"getFillOpacity","type":"propertyDef","startIndex":15784,"stopIndex":15853,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5091":{"name":"getOpacity","type":"propertyDef","startIndex":15856,"stopIndex":15917,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5092":{"name":"setOpacity","type":"propertyDef","startIndex":15919,"stopIndex":15982,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5093":{"name":"setVertices","type":"propertyDef","startIndex":15986,"stopIndex":16044,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5073},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5094":{"name":"world","type":"propertyDef","startIndex":16089,"stopIndex":16173,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5095":{"name":"accessing -- morphic relationship","type":"categoryDef","startIndex":16050,"stopIndex":19045,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5094},{"__isSmartRef__":true,"id":5096},{"__isSmartRef__":true,"id":5097},{"__isSmartRef__":true,"id":5098},{"__isSmartRef__":true,"id":5099},{"__isSmartRef__":true,"id":5100},{"__isSmartRef__":true,"id":5101},{"__isSmartRef__":true,"id":5102}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5096":{"name":"hand","type":"propertyDef","startIndex":16175,"stopIndex":16280,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5097":{"name":"addMorph","type":"propertyDef","startIndex":16283,"stopIndex":17532,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5098":{"name":"withAllSubmorphsDo","type":"propertyDef","startIndex":17534,"stopIndex":17810,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5099":{"name":"submorphBounds","type":"propertyDef","startIndex":17812,"stopIndex":18155,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5100":{"name":"morphsContainingPoint","type":"propertyDef","startIndex":18157,"stopIndex":18616,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5101":{"name":"morphBeneath","type":"propertyDef","startIndex":18618,"stopIndex":18921,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5102":{"name":"topMorph","type":"propertyDef","startIndex":18924,"stopIndex":19040,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5095},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5103":{"name":"getShape","type":"propertyDef","startIndex":19072,"stopIndex":19118,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5104},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5104":{"name":"accessing -- shapes","type":"categoryDef","startIndex":19047,"stopIndex":19288,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5103},{"__isSmartRef__":true,"id":5105}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5105":{"name":"setShape","type":"propertyDef","startIndex":19120,"stopIndex":19285,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5104},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5106":{"name":"remove","type":"propertyDef","startIndex":19309,"stopIndex":19469,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5107},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5107":{"name":"morph removal","type":"categoryDef","startIndex":19290,"stopIndex":19718,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5106},{"__isSmartRef__":true,"id":5108}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5108":{"name":"removeMorph","type":"propertyDef","startIndex":19471,"stopIndex":19715,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5107},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5109":{"name":"localize","type":"propertyDef","startIndex":19740,"stopIndex":19961,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5110":{"name":"transformation","type":"categoryDef","startIndex":19720,"stopIndex":22001,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5109},{"__isSmartRef__":true,"id":5111},{"__isSmartRef__":true,"id":5112},{"__isSmartRef__":true,"id":5113},{"__isSmartRef__":true,"id":5114},{"__isSmartRef__":true,"id":5115},{"__isSmartRef__":true,"id":5116},{"__isSmartRef__":true,"id":5117},{"__isSmartRef__":true,"id":5118},{"__isSmartRef__":true,"id":5119},{"__isSmartRef__":true,"id":5120},{"__isSmartRef__":true,"id":5121}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5111":{"name":"transformToMorph","type":"propertyDef","startIndex":19963,"stopIndex":20168,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5112":{"name":"transformForNewOwner","type":"propertyDef","startIndex":20170,"stopIndex":20301,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5113":{"name":"localizePointFrom","type":"propertyDef","startIndex":20303,"stopIndex":20619,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5114":{"name":"getGlobalTransform","type":"propertyDef","startIndex":20623,"stopIndex":20954,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5115":{"name":"worldPoint","type":"propertyDef","startIndex":20956,"stopIndex":21066,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5116":{"name":"getTransform","type":"propertyDef","startIndex":21069,"stopIndex":21245,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5117":{"name":"setTransform","type":"propertyDef","startIndex":21247,"stopIndex":21437,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5118":{"name":"fullContainsWorldPoint","type":"propertyDef","startIndex":21440,"stopIndex":21605,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5119":{"name":"fullContainsPoint","type":"propertyDef","startIndex":21607,"stopIndex":21729,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5120":{"name":"innerBoundsContainsWorldPoint","type":"propertyDef","startIndex":21731,"stopIndex":21904,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5121":{"name":"innerBoundsContainsPoint","type":"propertyDef","startIndex":21906,"stopIndex":21996,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5110},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5122":{"name":"addScript","type":"propertyDef","startIndex":22031,"stopIndex":22186,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5123},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5123":{"name":"prototypical scripting","type":"categoryDef","startIndex":22003,"stopIndex":22190,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5122}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5124":{"name":"startStepping","type":"propertyDef","startIndex":22207,"stopIndex":22514,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5125":{"name":"scripting","type":"categoryDef","startIndex":22192,"stopIndex":24636,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5124},{"__isSmartRef__":true,"id":5126},{"__isSmartRef__":true,"id":5127},{"__isSmartRef__":true,"id":5128},{"__isSmartRef__":true,"id":5129},{"__isSmartRef__":true,"id":5130},{"__isSmartRef__":true,"id":5131},{"__isSmartRef__":true,"id":5132},{"__isSmartRef__":true,"id":5133},{"__isSmartRef__":true,"id":5134},{"__isSmartRef__":true,"id":5135},{"__isSmartRef__":true,"id":5136}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5126":{"name":"stopStepping","type":"propertyDef","startIndex":22516,"stopIndex":22615,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5127":{"name":"stopSteppingScriptNamed","type":"propertyDef","startIndex":22617,"stopIndex":22812,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5128":{"name":"stopScripts","type":"propertyDef","startIndex":22814,"stopIndex":22944,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5129":{"name":"suspendStepping","type":"propertyDef","startIndex":22949,"stopIndex":23059,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5130":{"name":"suspendSteppingAll","type":"propertyDef","startIndex":23062,"stopIndex":23176,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5131":{"name":"resumeStepping","type":"propertyDef","startIndex":23178,"stopIndex":23255,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5132":{"name":"resumeSteppingAll","type":"propertyDef","startIndex":23258,"stopIndex":23378,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5133":{"name":"removeEqualScripts","type":"propertyDef","startIndex":23380,"stopIndex":23545,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5134":{"name":"animatedInterpolateTo","type":"propertyDef","startIndex":23548,"stopIndex":24041,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5135":{"name":"animatedFollowPath","type":"propertyDef","startIndex":24043,"stopIndex":24286,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5136":{"name":"animatedPathStep","type":"propertyDef","startIndex":24288,"stopIndex":24633,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5125},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5137":{"name":"getStyle","type":"propertyDef","startIndex":24651,"stopIndex":24835,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5138},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5138":{"name":"styling","type":"categoryDef","startIndex":24638,"stopIndex":28767,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5137},{"__isSmartRef__":true,"id":5139}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5139":{"name":"applyStyle","type":"propertyDef","startIndex":24837,"stopIndex":28763,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5138},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5140":{"name":"toString","type":"propertyDef","startIndex":28784,"stopIndex":28945,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5141},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5034},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5141":{"name":"debugging","type":"categoryDef","startIndex":28769,"stopIndex":28947,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5140}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5142":{"name":null,"type":"comment","startIndex":28951,"stopIndex":28951,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5143":{"name":"lively.morphic.World","type":"klassDef","startIndex":28952,"stopIndex":31433,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5144},{"__isSmartRef__":true,"id":5146},{"__isSmartRef__":true,"id":5147},{"__isSmartRef__":true,"id":5149},{"__isSmartRef__":true,"id":5150},{"__isSmartRef__":true,"id":5152},{"__isSmartRef__":true,"id":5153},{"__isSmartRef__":true,"id":5154},{"__isSmartRef__":true,"id":5155},{"__isSmartRef__":true,"id":5157},{"__isSmartRef__":true,"id":5158},{"__isSmartRef__":true,"id":5160},{"__isSmartRef__":true,"id":5162}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Morph","categories":[{"__isSmartRef__":true,"id":5145},{"__isSmartRef__":true,"id":5148},{"__isSmartRef__":true,"id":5151},{"__isSmartRef__":true,"id":5156},{"__isSmartRef__":true,"id":5159},{"__isSmartRef__":true,"id":5161}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5144":{"name":"style","type":"propertyDef","startIndex":29022,"stopIndex":29139,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5145},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5145":{"name":"properties","type":"categoryDef","startIndex":29006,"stopIndex":29161,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5144},{"__isSmartRef__":true,"id":5146}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5146":{"name":"isWorld","type":"propertyDef","startIndex":29141,"stopIndex":29158,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5145},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5147":{"name":"addMorph","type":"propertyDef","startIndex":29241,"stopIndex":29454,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5148},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5148":{"name":"accessing -- morphic relationship","type":"categoryDef","startIndex":29202,"stopIndex":29540,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5147},{"__isSmartRef__":true,"id":5149}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5149":{"name":"topMorph","type":"propertyDef","startIndex":29456,"stopIndex":29536,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5148},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5150":{"name":"world","type":"propertyDef","startIndex":29557,"stopIndex":29594,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5151},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5151":{"name":"accessing","type":"categoryDef","startIndex":29542,"stopIndex":30394,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5150},{"__isSmartRef__":true,"id":5152},{"__isSmartRef__":true,"id":5153},{"__isSmartRef__":true,"id":5154}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5152":{"name":"firstHand","type":"propertyDef","startIndex":29596,"stopIndex":29660,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5151},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5153":{"name":"windowBounds","type":"propertyDef","startIndex":29662,"stopIndex":30158,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5151},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5154":{"name":"visibleBounds","type":"propertyDef","startIndex":30161,"stopIndex":30391,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5151},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5155":{"name":"displayOnCanvas","type":"propertyDef","startIndex":30411,"stopIndex":30562,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5156},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5156":{"name":"rendering","type":"categoryDef","startIndex":30396,"stopIndex":31048,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5155},{"__isSmartRef__":true,"id":5157}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5157":{"name":"hideHostMouseCursor","type":"propertyDef","startIndex":30564,"stopIndex":31045,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5156},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5158":{"name":"addHandMorph","type":"propertyDef","startIndex":31066,"stopIndex":31286,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5159},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5159":{"name":"hand morph","type":"categoryDef","startIndex":31050,"stopIndex":31289,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5158}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5160":{"name":"setChangeSet","type":"propertyDef","startIndex":31304,"stopIndex":31372,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5161},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5161":{"name":"changes","type":"categoryDef","startIndex":31291,"stopIndex":31430,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5160},{"__isSmartRef__":true,"id":5162}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5162":{"name":"getChangeSet","type":"propertyDef","startIndex":31374,"stopIndex":31428,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5161},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5143},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5163":{"name":null,"type":"comment","startIndex":31434,"stopIndex":31434,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5164":{"name":"lively.morphic.World","type":"klassExtensionDef","startIndex":31435,"stopIndex":31885,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5165},{"__isSmartRef__":true,"id":5167}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5166}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5165":{"name":"current","type":"propertyDef","startIndex":31473,"stopIndex":31525,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5166},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5164},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5166":{"name":"default category","type":"categoryDef","startIndex":31471,"stopIndex":31882,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5165},{"__isSmartRef__":true,"id":5167}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5167":{"name":"createOn","type":"propertyDef","startIndex":31527,"stopIndex":31880,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5166},"className":"lively.morphic.World","_owner":{"__isSmartRef__":true,"id":5164},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5168":{"name":null,"type":"comment","startIndex":31886,"stopIndex":31886,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5169":{"name":"lively.morphic.Box","type":"klassDef","startIndex":31887,"stopIndex":32165,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5170}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Morph","categories":[{"__isSmartRef__":true,"id":5171}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5170":{"name":"initialize","type":"propertyDef","startIndex":31957,"stopIndex":32160,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5171},"className":"lively.morphic.Box","_owner":{"__isSmartRef__":true,"id":5169},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5171":{"name":"initializing","type":"categoryDef","startIndex":31939,"stopIndex":32162,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5170}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5172":{"name":null,"type":"comment","startIndex":32166,"stopIndex":32166,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5173":{"name":"lively.morphic.List","type":"klassDef","startIndex":32167,"stopIndex":32255,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5174}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Box","categories":[{"__isSmartRef__":true,"id":5175}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5174":{"name":"isList","type":"propertyDef","startIndex":32234,"stopIndex":32250,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5175},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5173},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5175":{"name":"properties","type":"categoryDef","startIndex":32218,"stopIndex":32252,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5174}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5176":{"name":"lively.morphic.DropDownList","type":"klassDef","startIndex":32256,"stopIndex":32346,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.List","categories":[],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5177":{"name":"lively.morphic.Clip","type":"klassDef","startIndex":32347,"stopIndex":32815,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5178},{"__isSmartRef__":true,"id":5180}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Box","categories":[{"__isSmartRef__":true,"id":5179},{"__isSmartRef__":true,"id":5181}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5178":{"name":"initialize","type":"propertyDef","startIndex":32416,"stopIndex":32548,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5179},"className":"lively.morphic.Clip","_owner":{"__isSmartRef__":true,"id":5177},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5179":{"name":"initializing","type":"categoryDef","startIndex":32398,"stopIndex":32551,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5178}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5180":{"name":"setExtent","type":"propertyDef","startIndex":32568,"stopIndex":32810,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5181},"className":"lively.morphic.Clip","_owner":{"__isSmartRef__":true,"id":5177},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5181":{"name":"accessing","type":"categoryDef","startIndex":32553,"stopIndex":32812,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5180}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5182":{"name":null,"type":"comment","startIndex":32816,"stopIndex":32816,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5183":{"name":"lively.morphic.Script","type":"klassDef","startIndex":32817,"stopIndex":33826,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5184},{"__isSmartRef__":true,"id":5186},{"__isSmartRef__":true,"id":5188},{"__isSmartRef__":true,"id":5189},{"__isSmartRef__":true,"id":5191},{"__isSmartRef__":true,"id":5192},{"__isSmartRef__":true,"id":5193}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":5185},{"__isSmartRef__":true,"id":5187},{"__isSmartRef__":true,"id":5190}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5184":{"name":"isScript","type":"propertyDef","startIndex":32874,"stopIndex":32892,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5185},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5185":{"name":"properties","type":"categoryDef","startIndex":32858,"stopIndex":32895,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5184}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5186":{"name":"execute","type":"propertyDef","startIndex":32910,"stopIndex":32980,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5187},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5187":{"name":"ticking","type":"categoryDef","startIndex":32897,"stopIndex":33247,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5186},{"__isSmartRef__":true,"id":5188}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5188":{"name":"tick","type":"propertyDef","startIndex":32982,"stopIndex":33244,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5187},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5189":{"name":"startTicking","type":"propertyDef","startIndex":33276,"stopIndex":33447,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5190},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5190":{"name":"starting and stopping","type":"categoryDef","startIndex":33249,"stopIndex":33823,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5189},{"__isSmartRef__":true,"id":5191},{"__isSmartRef__":true,"id":5192},{"__isSmartRef__":true,"id":5193}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5191":{"name":"stop","type":"propertyDef","startIndex":33449,"stopIndex":33556,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5190},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5192":{"name":"resume","type":"propertyDef","startIndex":33558,"stopIndex":33735,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5190},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5193":{"name":"suspend","type":"propertyDef","startIndex":33737,"stopIndex":33820,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5190},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5183},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5194":{"name":"lively.morphic.FunctionScript","type":"klassDef","startIndex":33827,"stopIndex":34293,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5195},{"__isSmartRef__":true,"id":5197},{"__isSmartRef__":true,"id":5199},{"__isSmartRef__":true,"id":5201}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Script","categories":[{"__isSmartRef__":true,"id":5196},{"__isSmartRef__":true,"id":5198},{"__isSmartRef__":true,"id":5200},{"__isSmartRef__":true,"id":5202}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5195":{"name":"initialize","type":"propertyDef","startIndex":33909,"stopIndex":33985,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5196},"className":"lively.morphic.FunctionScript","_owner":{"__isSmartRef__":true,"id":5194},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5196":{"name":"initializing","type":"categoryDef","startIndex":33891,"stopIndex":33988,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5195}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5197":{"name":"execute","type":"propertyDef","startIndex":34003,"stopIndex":34046,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5198},"className":"lively.morphic.FunctionScript","_owner":{"__isSmartRef__":true,"id":5194},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5198":{"name":"ticking","type":"categoryDef","startIndex":33990,"stopIndex":34049,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5197}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5199":{"name":"equals","type":"propertyDef","startIndex":34064,"stopIndex":34152,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5200},"className":"lively.morphic.FunctionScript","_owner":{"__isSmartRef__":true,"id":5194},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5200":{"name":"testing","type":"categoryDef","startIndex":34051,"stopIndex":34155,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5199}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5201":{"name":"toString","type":"propertyDef","startIndex":34172,"stopIndex":34288,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5202},"className":"lively.morphic.FunctionScript","_owner":{"__isSmartRef__":true,"id":5194},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5202":{"name":"debugging","type":"categoryDef","startIndex":34157,"stopIndex":34290,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5201}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5203":{"name":"lively.morphic.TargetScript","type":"klassDef","startIndex":34294,"stopIndex":34948,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5204},{"__isSmartRef__":true,"id":5206},{"__isSmartRef__":true,"id":5208},{"__isSmartRef__":true,"id":5210}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Script","categories":[{"__isSmartRef__":true,"id":5205},{"__isSmartRef__":true,"id":5207},{"__isSmartRef__":true,"id":5209},{"__isSmartRef__":true,"id":5211}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5204":{"name":"initialize","type":"propertyDef","startIndex":34374,"stopIndex":34526,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5205},"className":"lively.morphic.TargetScript","_owner":{"__isSmartRef__":true,"id":5203},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5205":{"name":"initializing","type":"categoryDef","startIndex":34356,"stopIndex":34529,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5204}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5206":{"name":"execute","type":"propertyDef","startIndex":34544,"stopIndex":34641,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5207},"className":"lively.morphic.TargetScript","_owner":{"__isSmartRef__":true,"id":5203},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5207":{"name":"ticking","type":"categoryDef","startIndex":34531,"stopIndex":34644,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5206}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5208":{"name":"equals","type":"propertyDef","startIndex":34659,"stopIndex":34778,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5209},"className":"lively.morphic.TargetScript","_owner":{"__isSmartRef__":true,"id":5203},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5209":{"name":"testing","type":"categoryDef","startIndex":34646,"stopIndex":34781,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5208}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5210":{"name":"toString","type":"propertyDef","startIndex":34798,"stopIndex":34943,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5211},"className":"lively.morphic.TargetScript","_owner":{"__isSmartRef__":true,"id":5203},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5211":{"name":"debugging","type":"categoryDef","startIndex":34783,"stopIndex":34945,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5210}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5212":{"name":null,"type":"comment","startIndex":34949,"stopIndex":34949,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5213":{"name":"lively.morphic.Script","type":"klassExtensionDef","startIndex":34950,"stopIndex":35224,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5214},{"__isSmartRef__":true,"id":5216}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5215}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5214":{"name":"forFunction","type":"propertyDef","startIndex":34989,"stopIndex":35084,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5215},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5213},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5215":{"name":"default category","type":"categoryDef","startIndex":34987,"stopIndex":35221,"fileName":"lively/morphic/Core.js","_subElements":[{"__isSmartRef__":true,"id":5214},{"__isSmartRef__":true,"id":5216}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5216":{"name":"forTarget","type":"propertyDef","startIndex":35086,"stopIndex":35219,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5215},"className":"lively.morphic.Script","_owner":{"__isSmartRef__":true,"id":5213},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5217":{"name":null,"type":"comment","startIndex":35225,"stopIndex":35225,"fileName":"lively/morphic/Core.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5218":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/EventExperiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5219":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Events.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5220":{"target":{"__isSmartRef__":true,"id":5221},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Examples.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5221":{"name":"lively.morphic.Examples","type":"moduleDef","startIndex":0,"stopIndex":4638,"fileName":"lively/morphic/Examples.js","_subElements":[{"__isSmartRef__":true,"id":5222},{"__isSmartRef__":true,"id":5223},{"__isSmartRef__":true,"id":5233}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5222":{"name":null,"type":"comment","startIndex":118,"stopIndex":118,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5223":{"name":"lively.morphic.Examples","type":"klassExtensionDef","startIndex":119,"stopIndex":4618,"fileName":"lively/morphic/Examples.js","_subElements":[{"__isSmartRef__":true,"id":5224},{"__isSmartRef__":true,"id":5226},{"__isSmartRef__":true,"id":5227},{"__isSmartRef__":true,"id":5228},{"__isSmartRef__":true,"id":5229},{"__isSmartRef__":true,"id":5230},{"__isSmartRef__":true,"id":5231},{"__isSmartRef__":true,"id":5232}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5225}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5224":{"name":"populateDemoWorld","type":"propertyDef","startIndex":160,"stopIndex":3057,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5225":{"name":"default category","type":"categoryDef","startIndex":158,"stopIndex":4615,"fileName":"lively/morphic/Examples.js","_subElements":[{"__isSmartRef__":true,"id":5224},{"__isSmartRef__":true,"id":5226},{"__isSmartRef__":true,"id":5227},{"__isSmartRef__":true,"id":5228},{"__isSmartRef__":true,"id":5229},{"__isSmartRef__":true,"id":5230},{"__isSmartRef__":true,"id":5231},{"__isSmartRef__":true,"id":5232}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5226":{"name":"createWorld","type":"propertyDef","startIndex":3059,"stopIndex":3232,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5227":{"name":"addRect","type":"propertyDef","startIndex":3234,"stopIndex":3479,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5228":{"name":"addEllipse","type":"propertyDef","startIndex":3481,"stopIndex":3757,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5229":{"name":"addButton","type":"propertyDef","startIndex":3759,"stopIndex":3977,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5230":{"name":"addText","type":"propertyDef","startIndex":3979,"stopIndex":4238,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5231":{"name":"addFrameRateMorph","type":"propertyDef","startIndex":4241,"stopIndex":4437,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5232":{"name":"letMorphStepAndBounce","type":"propertyDef","startIndex":4439,"stopIndex":4613,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5225},"className":"lively.morphic.Examples","_owner":{"__isSmartRef__":true,"id":5223},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5233":{"name":null,"type":"comment","startIndex":4619,"stopIndex":4619,"fileName":"lively/morphic/Examples.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5234":{"target":{"__isSmartRef__":true,"id":5235},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Experiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5235":{"name":"lively.morphic.Experiments","type":"moduleDef","startIndex":0,"stopIndex":18297,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5236},{"__isSmartRef__":true,"id":5237},{"__isSmartRef__":true,"id":5240},{"__isSmartRef__":true,"id":5273},{"__isSmartRef__":true,"id":5277},{"__isSmartRef__":true,"id":5278},{"__isSmartRef__":true,"id":5279},{"__isSmartRef__":true,"id":5285},{"__isSmartRef__":true,"id":5286},{"__isSmartRef__":true,"id":5300},{"__isSmartRef__":true,"id":5304},{"__isSmartRef__":true,"id":5331}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5236":{"name":null,"type":"comment","startIndex":102,"stopIndex":102,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5237":{"name":"lively.morphic.Morph","type":"klassExtensionDef","startIndex":103,"stopIndex":641,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5238}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5239}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5238":{"name":"protoCopy","type":"propertyDef","startIndex":152,"stopIndex":636,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5239},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5237},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5239":{"name":"proto copy","type":"categoryDef","startIndex":136,"stopIndex":638,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5238}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5240":{"name":"lively.morphic.TransformRefactoringLayer","type":"copDef","startIndex":642,"stopIndex":7402,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5241},{"__isSmartRef__":true,"id":5265},{"__isSmartRef__":true,"id":5269},{"__isSmartRef__":true,"id":5272}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5241":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":697,"stopIndex":6147,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5242},{"__isSmartRef__":true,"id":5244},{"__isSmartRef__":true,"id":5245},{"__isSmartRef__":true,"id":5246},{"__isSmartRef__":true,"id":5247},{"__isSmartRef__":true,"id":5248},{"__isSmartRef__":true,"id":5249},{"__isSmartRef__":true,"id":5250},{"__isSmartRef__":true,"id":5251},{"__isSmartRef__":true,"id":5252},{"__isSmartRef__":true,"id":5253},{"__isSmartRef__":true,"id":5254},{"__isSmartRef__":true,"id":5255},{"__isSmartRef__":true,"id":5256},{"__isSmartRef__":true,"id":5257},{"__isSmartRef__":true,"id":5258},{"__isSmartRef__":true,"id":5259},{"__isSmartRef__":true,"id":5260},{"__isSmartRef__":true,"id":5261},{"__isSmartRef__":true,"id":5262},{"__isSmartRef__":true,"id":5263},{"__isSmartRef__":true,"id":5264}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5240},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5242":{"name":"originInTransform","type":"propertyDef","startIndex":734,"stopIndex":778,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5243":{"name":"default category","type":"categoryDef","startIndex":90,"stopIndex":5504,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5242},{"__isSmartRef__":true,"id":5244},{"__isSmartRef__":true,"id":5245},{"__isSmartRef__":true,"id":5246},{"__isSmartRef__":true,"id":5247},{"__isSmartRef__":true,"id":5248},{"__isSmartRef__":true,"id":5249},{"__isSmartRef__":true,"id":5250},{"__isSmartRef__":true,"id":5251},{"__isSmartRef__":true,"id":5252},{"__isSmartRef__":true,"id":5253},{"__isSmartRef__":true,"id":5254},{"__isSmartRef__":true,"id":5255},{"__isSmartRef__":true,"id":5256},{"__isSmartRef__":true,"id":5257},{"__isSmartRef__":true,"id":5258},{"__isSmartRef__":true,"id":5259},{"__isSmartRef__":true,"id":5260},{"__isSmartRef__":true,"id":5261},{"__isSmartRef__":true,"id":5262},{"__isSmartRef__":true,"id":5263},{"__isSmartRef__":true,"id":5264}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5244":{"name":"addMorph","type":"propertyDef","startIndex":780,"stopIndex":2028,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5245":{"name":"getTransform","type":"propertyDef","startIndex":2031,"stopIndex":2392,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5246":{"name":"setTransform","type":"propertyDef","startIndex":2395,"stopIndex":2664,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5247":{"name":"updateTransform","type":"propertyDef","startIndex":2668,"stopIndex":3000,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5248":{"name":"initHTML","type":"propertyDef","startIndex":3002,"stopIndex":3130,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5249":{"name":"setTransformHTML","type":"propertyDef","startIndex":3134,"stopIndex":3346,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5250":{"name":"setPivotPointHTML","type":"propertyDef","startIndex":3348,"stopIndex":3394,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5251":{"name":"setPositionHTML","type":"propertyDef","startIndex":3397,"stopIndex":3490,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5252":{"name":"setRotationHTML","type":"propertyDef","startIndex":3492,"stopIndex":3583,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5253":{"name":"setScaleHTML","type":"propertyDef","startIndex":3585,"stopIndex":3675,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5254":{"name":"setPosition","type":"propertyDef","startIndex":3678,"stopIndex":3868,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5255":{"name":"getPosition","type":"propertyDef","startIndex":3870,"stopIndex":3950,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5256":{"name":"setRotation","type":"propertyDef","startIndex":3952,"stopIndex":4142,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5257":{"name":"getRotation","type":"propertyDef","startIndex":4144,"stopIndex":4218,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5258":{"name":"setScale","type":"propertyDef","startIndex":4220,"stopIndex":4407,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5259":{"name":"getScale","type":"propertyDef","startIndex":4409,"stopIndex":4477,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5260":{"name":"globalBounds","type":"propertyDef","startIndex":4480,"stopIndex":4621,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5261":{"name":"innerBounds","type":"propertyDef","startIndex":4702,"stopIndex":4763,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5262":{"name":"onMouseDown","type":"propertyDef","startIndex":4844,"stopIndex":5705,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5263":{"name":"setPivotPoint","type":"propertyDef","startIndex":5947,"stopIndex":6045,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5264":{"name":"getPivotPoint","type":"propertyDef","startIndex":6047,"stopIndex":6144,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5243},"_owner":{"__isSmartRef__":true,"id":5241},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5265":{"name":"lively.morphic.OriginHalo","type":"copSubElement","startIndex":6148,"stopIndex":6918,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5266},{"__isSmartRef__":true,"id":5268}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5240},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5266":{"name":"computePositionAtTarget","type":"propertyDef","startIndex":6191,"stopIndex":6528,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5267},"_owner":{"__isSmartRef__":true,"id":5265},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5267":{"name":"default category","type":"categoryDef","startIndex":5547,"stopIndex":6275,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5266},{"__isSmartRef__":true,"id":5268}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5268":{"name":"dragAction","type":"propertyDef","startIndex":6530,"stopIndex":6915,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5267},"_owner":{"__isSmartRef__":true,"id":5265},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5269":{"name":"lively.morphic.Rendering.DOMInterface","type":"copSubElement","startIndex":6919,"stopIndex":7386,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5270}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5240},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5270":{"name":"setHTMLTransform","type":"propertyDef","startIndex":6974,"stopIndex":7383,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5271},"_owner":{"__isSmartRef__":true,"id":5269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5271":{"name":"default category","type":"categoryDef","startIndex":6330,"stopIndex":6743,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5270}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5272":{"name":"beNotGlobal()","type":"copSubElement","startIndex":7387,"stopIndex":7400,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_owner":{"__isSmartRef__":true,"id":5240},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5273":{"name":"lively.morphic.TransformAggregationLayer","type":"copDef","startIndex":7403,"stopIndex":8119,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5274}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5274":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":7458,"stopIndex":8117,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5275}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5273},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5275":{"name":"updateTransform","type":"propertyDef","startIndex":7495,"stopIndex":8114,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5276},"_owner":{"__isSmartRef__":true,"id":5274},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5276":{"name":"default category","type":"categoryDef","startIndex":90,"stopIndex":713,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5275}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5277":{"name":null,"type":"comment","startIndex":8120,"stopIndex":8120,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5278":{"name":null,"type":"unknown","startIndex":8121,"stopIndex":8130,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5279":{"name":"Global","type":"klassExtensionDef","startIndex":8131,"stopIndex":8861,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5280},{"__isSmartRef__":true,"id":5282},{"__isSmartRef__":true,"id":5283},{"__isSmartRef__":true,"id":5284}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5281}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5280":{"name":"$t","type":"propertyDef","startIndex":8155,"stopIndex":8327,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5281},"className":"Global","_owner":{"__isSmartRef__":true,"id":5279},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5281":{"name":"default category","type":"categoryDef","startIndex":8153,"stopIndex":8858,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5280},{"__isSmartRef__":true,"id":5282},{"__isSmartRef__":true,"id":5283},{"__isSmartRef__":true,"id":5284}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5282":{"name":"show2","type":"propertyDef","startIndex":8329,"stopIndex":8547,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5281},"className":"Global","_owner":{"__isSmartRef__":true,"id":5279},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5283":{"name":"inv","type":"propertyDef","startIndex":8549,"stopIndex":8599,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5281},"className":"Global","_owner":{"__isSmartRef__":true,"id":5279},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5284":{"name":"concatTransforms","type":"propertyDef","startIndex":8601,"stopIndex":8856,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":5281},"className":"Global","_owner":{"__isSmartRef__":true,"id":5279},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5285":{"name":null,"type":"comment","startIndex":8862,"stopIndex":8862,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5286":{"name":"ClippingDevelopmentLayer","type":"copDef","startIndex":8863,"stopIndex":11265,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5287},{"__isSmartRef__":true,"id":5294},{"__isSmartRef__":true,"id":5297}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5287":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":8902,"stopIndex":10661,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5288},{"__isSmartRef__":true,"id":5290},{"__isSmartRef__":true,"id":5291},{"__isSmartRef__":true,"id":5292},{"__isSmartRef__":true,"id":5293}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5286},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5288":{"name":"isClip","type":"propertyDef","startIndex":8939,"stopIndex":8978,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5289},"_owner":{"__isSmartRef__":true,"id":5287},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5289":{"name":"default category","type":"categoryDef","startIndex":74,"stopIndex":1797,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5288},{"__isSmartRef__":true,"id":5290},{"__isSmartRef__":true,"id":5291},{"__isSmartRef__":true,"id":5292},{"__isSmartRef__":true,"id":5293}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5290":{"name":"isClippingMode","type":"propertyDef","startIndex":8980,"stopIndex":9090,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5289},"_owner":{"__isSmartRef__":true,"id":5287},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5291":{"name":"setClipModeHTML","type":"propertyDef","startIndex":9092,"stopIndex":9313,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5289},"_owner":{"__isSmartRef__":true,"id":5287},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5292":{"name":"enableClippingHTML","type":"propertyDef","startIndex":9315,"stopIndex":10147,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5289},"_owner":{"__isSmartRef__":true,"id":5287},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5293":{"name":"disableClippingHTML","type":"propertyDef","startIndex":10149,"stopIndex":10658,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5289},"_owner":{"__isSmartRef__":true,"id":5287},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5294":{"name":"lively.morphic.Shapes.Shape","type":"copSubElement","startIndex":10662,"stopIndex":11046,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5295}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5286},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5295":{"name":"setExtentHTML","type":"propertyDef","startIndex":10707,"stopIndex":11043,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5296},"_owner":{"__isSmartRef__":true,"id":5294},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5296":{"name":"default category","type":"categoryDef","startIndex":1842,"stopIndex":2182,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5295}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5297":{"name":"lively.morphic.Shapes.External","type":"copSubElement","startIndex":11047,"stopIndex":11264,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5298}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5286},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5298":{"name":"setExtentHTML","type":"propertyDef","startIndex":11095,"stopIndex":11261,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5299},"_owner":{"__isSmartRef__":true,"id":5297},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5299":{"name":"default category","type":"categoryDef","startIndex":2230,"stopIndex":2400,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5298}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5300":{"name":"ClippingLayer","type":"copDef","startIndex":11266,"stopIndex":11374,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5301}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5301":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":11294,"stopIndex":11372,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5302}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5300},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5302":{"name":"isClip","type":"propertyDef","startIndex":11331,"stopIndex":11369,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5303},"_owner":{"__isSmartRef__":true,"id":5301},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5303":{"name":"default category","type":"categoryDef","startIndex":63,"stopIndex":105,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5302}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5304":{"name":"ClippingWithShapeLayer","type":"copDef","startIndex":11375,"stopIndex":18236,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5305},{"__isSmartRef__":true,"id":5312},{"__isSmartRef__":true,"id":5315},{"__isSmartRef__":true,"id":5318},{"__isSmartRef__":true,"id":5321},{"__isSmartRef__":true,"id":5330}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5305":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":11412,"stopIndex":14880,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5306},{"__isSmartRef__":true,"id":5308},{"__isSmartRef__":true,"id":5309},{"__isSmartRef__":true,"id":5310},{"__isSmartRef__":true,"id":5311}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5306":{"name":"appendHTML","type":"propertyDef","startIndex":11449,"stopIndex":12295,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5307},"_owner":{"__isSmartRef__":true,"id":5305},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5307":{"name":"default category","type":"categoryDef","startIndex":72,"stopIndex":3504,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5306},{"__isSmartRef__":true,"id":5308},{"__isSmartRef__":true,"id":5309},{"__isSmartRef__":true,"id":5310},{"__isSmartRef__":true,"id":5311}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5308":{"name":"setClipModeHTML","type":"propertyDef","startIndex":12297,"stopIndex":12409,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5307},"_owner":{"__isSmartRef__":true,"id":5305},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5309":{"name":"setOrigin","type":"propertyDef","startIndex":12411,"stopIndex":13084,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5307},"_owner":{"__isSmartRef__":true,"id":5305},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5310":{"name":"getTransform","type":"propertyDef","startIndex":13086,"stopIndex":13363,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5307},"_owner":{"__isSmartRef__":true,"id":5305},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5311":{"name":"addMorph","type":"propertyDef","startIndex":13365,"stopIndex":14877,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5307},"_owner":{"__isSmartRef__":true,"id":5305},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5312":{"name":"lively.morphic.Text","type":"copSubElement","startIndex":14881,"stopIndex":15033,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5313}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5313":{"name":"setClipModeHTML","type":"propertyDef","startIndex":14918,"stopIndex":15030,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5314},"_owner":{"__isSmartRef__":true,"id":5312},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5314":{"name":"default category","type":"categoryDef","startIndex":3541,"stopIndex":3657,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5313}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5315":{"name":"lively.morphic.Shapes.Shape","type":"copSubElement","startIndex":15034,"stopIndex":15331,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5316}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5316":{"name":"setExtentHTML","type":"propertyDef","startIndex":15079,"stopIndex":15328,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5317},"_owner":{"__isSmartRef__":true,"id":5315},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5317":{"name":"default category","type":"categoryDef","startIndex":3702,"stopIndex":3955,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5316}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5318":{"name":"lively.morphic.Rendering.RenderContext","type":"copSubElement","startIndex":15332,"stopIndex":15558,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5319}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5319":{"name":"newForChild","type":"propertyDef","startIndex":15388,"stopIndex":15555,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5320},"_owner":{"__isSmartRef__":true,"id":5318},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5320":{"name":"default category","type":"categoryDef","startIndex":4011,"stopIndex":4182,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5319}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5321":{"name":"lively.morphic.Shapes.Path","type":"copSubElement","startIndex":15559,"stopIndex":18222,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":5322},{"__isSmartRef__":true,"id":5324},{"__isSmartRef__":true,"id":5325},{"__isSmartRef__":true,"id":5326},{"__isSmartRef__":true,"id":5327},{"__isSmartRef__":true,"id":5328},{"__isSmartRef__":true,"id":5329}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5322":{"name":"initHTML","type":"propertyDef","startIndex":15603,"stopIndex":16151,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5323":{"name":"default category","type":"categoryDef","startIndex":4226,"stopIndex":6846,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":5322},{"__isSmartRef__":true,"id":5324},{"__isSmartRef__":true,"id":5325},{"__isSmartRef__":true,"id":5326},{"__isSmartRef__":true,"id":5327},{"__isSmartRef__":true,"id":5328},{"__isSmartRef__":true,"id":5329}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5324":{"name":"setPathElementsHTML","type":"propertyDef","startIndex":16153,"stopIndex":16507,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5325":{"name":"setPositionHTML","type":"propertyDef","startIndex":16509,"stopIndex":17350,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5326":{"name":"setExtentHTML","type":"propertyDef","startIndex":17352,"stopIndex":17455,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5327":{"name":"getDefsNodeHTML","type":"propertyDef","startIndex":17457,"stopIndex":17748,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5328":{"name":"setBorderStyleHTML","type":"propertyDef","startIndex":17750,"stopIndex":18070,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5329":{"name":"setFillHTML","type":"propertyDef","startIndex":18072,"stopIndex":18218,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5323},"_owner":{"__isSmartRef__":true,"id":5321},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5330":{"name":"beGlobal()","type":"copSubElement","startIndex":18223,"stopIndex":18234,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_owner":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5331":{"name":null,"type":"comment","startIndex":18237,"stopIndex":18237,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5332":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Graffle.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5333":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Halos.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5334":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5335":{"name":"lively.morphic.HTML","type":"moduleDef","startIndex":0,"stopIndex":28329,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5336},{"__isSmartRef__":true,"id":5337},{"__isSmartRef__":true,"id":5340},{"__isSmartRef__":true,"id":5341},{"__isSmartRef__":true,"id":5344},{"__isSmartRef__":true,"id":5345},{"__isSmartRef__":true,"id":5374},{"__isSmartRef__":true,"id":5405},{"__isSmartRef__":true,"id":5434},{"__isSmartRef__":true,"id":5452},{"__isSmartRef__":true,"id":5453},{"__isSmartRef__":true,"id":5458},{"__isSmartRef__":true,"id":5459},{"__isSmartRef__":true,"id":5465},{"__isSmartRef__":true,"id":5474},{"__isSmartRef__":true,"id":5475},{"__isSmartRef__":true,"id":5489},{"__isSmartRef__":true,"id":5508}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5336":{"name":null,"type":"comment","startIndex":115,"stopIndex":115,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5337":{"name":"Color","type":"klassExtensionDef","startIndex":116,"stopIndex":194,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5338}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5339}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5338":{"name":"toCSSString","type":"propertyDef","startIndex":144,"stopIndex":189,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5339},"className":"Color","_owner":{"__isSmartRef__":true,"id":5337},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5339":{"name":"HTML","type":"categoryDef","startIndex":134,"stopIndex":191,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5338}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5340":{"name":null,"type":"comment","startIndex":195,"stopIndex":195,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5341":{"name":"lively.morphic.HTML.RenderContext","type":"klassDef","startIndex":196,"stopIndex":369,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5342}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"lively.morphic.Rendering.RenderContext","categories":[{"__isSmartRef__":true,"id":5343}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5342":{"name":"renderContextTableName","type":"propertyDef","startIndex":295,"stopIndex":342,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5343},"className":"lively.morphic.HTML.RenderContext","_owner":{"__isSmartRef__":true,"id":5341},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5343":{"name":"settings","type":"categoryDef","startIndex":281,"stopIndex":345,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5342}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5344":{"name":null,"type":"comment","startIndex":370,"stopIndex":370,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5345":{"name":"lively.morphic.Morph","type":"klassExtensionDef","startIndex":371,"stopIndex":6308,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5346},{"__isSmartRef__":true,"id":5348},{"__isSmartRef__":true,"id":5350},{"__isSmartRef__":true,"id":5351},{"__isSmartRef__":true,"id":5352},{"__isSmartRef__":true,"id":5353},{"__isSmartRef__":true,"id":5354},{"__isSmartRef__":true,"id":5355},{"__isSmartRef__":true,"id":5356},{"__isSmartRef__":true,"id":5357},{"__isSmartRef__":true,"id":5358},{"__isSmartRef__":true,"id":5359},{"__isSmartRef__":true,"id":5360},{"__isSmartRef__":true,"id":5362},{"__isSmartRef__":true,"id":5363},{"__isSmartRef__":true,"id":5364},{"__isSmartRef__":true,"id":5365},{"__isSmartRef__":true,"id":5366},{"__isSmartRef__":true,"id":5368},{"__isSmartRef__":true,"id":5370},{"__isSmartRef__":true,"id":5371},{"__isSmartRef__":true,"id":5372},{"__isSmartRef__":true,"id":5373}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5347},{"__isSmartRef__":true,"id":5349},{"__isSmartRef__":true,"id":5361},{"__isSmartRef__":true,"id":5367},{"__isSmartRef__":true,"id":5369}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5346":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":430,"stopIndex":1222,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5347},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5347":{"name":"HTML render settings","type":"categoryDef","startIndex":404,"stopIndex":1225,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5346}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5348":{"name":"setTransformHTML","type":"propertyDef","startIndex":1241,"stopIndex":1291,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5349":{"name":"udpating","type":"categoryDef","startIndex":1227,"stopIndex":3017,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5348},{"__isSmartRef__":true,"id":5350},{"__isSmartRef__":true,"id":5351},{"__isSmartRef__":true,"id":5352},{"__isSmartRef__":true,"id":5353},{"__isSmartRef__":true,"id":5354},{"__isSmartRef__":true,"id":5355},{"__isSmartRef__":true,"id":5356},{"__isSmartRef__":true,"id":5357},{"__isSmartRef__":true,"id":5358},{"__isSmartRef__":true,"id":5359}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5350":{"name":"setPositionHTML","type":"propertyDef","startIndex":1293,"stopIndex":1433,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5351":{"name":"setRotationHTML","type":"propertyDef","startIndex":1435,"stopIndex":1615,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5352":{"name":"setExtentHTML","type":"propertyDef","startIndex":1617,"stopIndex":1753,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5353":{"name":"setScaleHTML","type":"propertyDef","startIndex":1756,"stopIndex":1940,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5354":{"name":"setVisibleHTML","type":"propertyDef","startIndex":1942,"stopIndex":2083,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5355":{"name":"setOriginHTML","type":"propertyDef","startIndex":2085,"stopIndex":2271,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5356":{"name":"setPivotPointHTML","type":"propertyDef","startIndex":2273,"stopIndex":2534,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5357":{"name":"setClipModeHTML","type":"propertyDef","startIndex":2537,"stopIndex":2652,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5358":{"name":"setHandStyleHTML","type":"propertyDef","startIndex":2654,"stopIndex":2875,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5359":{"name":"setToolTipHTML","type":"propertyDef","startIndex":2877,"stopIndex":3012,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5349},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5360":{"name":"renderWithHTML","type":"propertyDef","startIndex":3034,"stopIndex":3158,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5361},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5361":{"name":"rendering","type":"categoryDef","startIndex":3019,"stopIndex":5440,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5360},{"__isSmartRef__":true,"id":5362},{"__isSmartRef__":true,"id":5363},{"__isSmartRef__":true,"id":5364},{"__isSmartRef__":true,"id":5365}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5362":{"name":"initHTML","type":"propertyDef","startIndex":3160,"stopIndex":4094,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5361},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5363":{"name":"appendHTML","type":"propertyDef","startIndex":4096,"stopIndex":4888,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5361},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5364":{"name":"insertMorphNodeInHTML","type":"propertyDef","startIndex":4890,"stopIndex":5324,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5361},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5365":{"name":"replaceRenderContextHTML","type":"propertyDef","startIndex":5328,"stopIndex":5435,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5361},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5366":{"name":"removeHTML","type":"propertyDef","startIndex":5456,"stopIndex":5584,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5367},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5367":{"name":"removing","type":"categoryDef","startIndex":5442,"stopIndex":5587,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5366}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5368":{"name":"triggerEventHTML","type":"propertyDef","startIndex":5601,"stopIndex":5721,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5369},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5369":{"name":"events","type":"categoryDef","startIndex":5589,"stopIndex":6305,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5368},{"__isSmartRef__":true,"id":5370},{"__isSmartRef__":true,"id":5371},{"__isSmartRef__":true,"id":5372},{"__isSmartRef__":true,"id":5373}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5370":{"name":"setPointerEventsHTML","type":"propertyDef","startIndex":5723,"stopIndex":5847,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5369},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5371":{"name":"focusHTML","type":"propertyDef","startIndex":5849,"stopIndex":6003,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5369},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5372":{"name":"blurHTML","type":"propertyDef","startIndex":6005,"stopIndex":6125,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5369},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5373":{"name":"setFocusableHTML","type":"propertyDef","startIndex":6127,"stopIndex":6302,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5369},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":5345},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5374":{"name":"lively.morphic.Text","type":"klassExtensionDef","startIndex":6309,"stopIndex":12221,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5375},{"__isSmartRef__":true,"id":5377},{"__isSmartRef__":true,"id":5379},{"__isSmartRef__":true,"id":5380},{"__isSmartRef__":true,"id":5381},{"__isSmartRef__":true,"id":5382},{"__isSmartRef__":true,"id":5383},{"__isSmartRef__":true,"id":5385},{"__isSmartRef__":true,"id":5386},{"__isSmartRef__":true,"id":5387},{"__isSmartRef__":true,"id":5388},{"__isSmartRef__":true,"id":5389},{"__isSmartRef__":true,"id":5390},{"__isSmartRef__":true,"id":5391},{"__isSmartRef__":true,"id":5392},{"__isSmartRef__":true,"id":5393},{"__isSmartRef__":true,"id":5394},{"__isSmartRef__":true,"id":5395},{"__isSmartRef__":true,"id":5396},{"__isSmartRef__":true,"id":5397},{"__isSmartRef__":true,"id":5399},{"__isSmartRef__":true,"id":5400},{"__isSmartRef__":true,"id":5401},{"__isSmartRef__":true,"id":5402},{"__isSmartRef__":true,"id":5403}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5376},{"__isSmartRef__":true,"id":5378},{"__isSmartRef__":true,"id":5384},{"__isSmartRef__":true,"id":5398},{"__isSmartRef__":true,"id":5404}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5375":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":6367,"stopIndex":7148,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5376},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5376":{"name":"HTML render settings","type":"categoryDef","startIndex":6341,"stopIndex":7151,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5375}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5377":{"name":"initHTML","type":"propertyDef","startIndex":7168,"stopIndex":8014,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5378},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5378":{"name":"rendering","type":"categoryDef","startIndex":7153,"stopIndex":8963,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5377},{"__isSmartRef__":true,"id":5379},{"__isSmartRef__":true,"id":5380},{"__isSmartRef__":true,"id":5381},{"__isSmartRef__":true,"id":5382}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5379":{"name":"appendHTML","type":"propertyDef","startIndex":8016,"stopIndex":8166,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5378},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5380":{"name":"appendTextHTML","type":"propertyDef","startIndex":8168,"stopIndex":8496,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5378},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5381":{"name":"updateTextHTML","type":"propertyDef","startIndex":8498,"stopIndex":8598,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5378},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5382":{"name":"setClipModeHTML","type":"propertyDef","startIndex":8600,"stopIndex":8744,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5378},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5383":{"name":"getTextExtentHTML","type":"propertyDef","startIndex":8765,"stopIndex":8988,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5384":{"name":"accessing","type":"categoryDef","startIndex":8965,"stopIndex":11424,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5383},{"__isSmartRef__":true,"id":5385},{"__isSmartRef__":true,"id":5386},{"__isSmartRef__":true,"id":5387},{"__isSmartRef__":true,"id":5388},{"__isSmartRef__":true,"id":5389},{"__isSmartRef__":true,"id":5390},{"__isSmartRef__":true,"id":5391},{"__isSmartRef__":true,"id":5392},{"__isSmartRef__":true,"id":5393},{"__isSmartRef__":true,"id":5394},{"__isSmartRef__":true,"id":5395},{"__isSmartRef__":true,"id":5396}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5385":{"name":"setMaxTextWidthHTML","type":"propertyDef","startIndex":8990,"stopIndex":9263,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5386":{"name":"setMaxTextHeightHTML","type":"propertyDef","startIndex":9265,"stopIndex":9541,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5387":{"name":"getTextStringHTML","type":"propertyDef","startIndex":9543,"stopIndex":9635,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5388":{"name":"setFontSizeHTML","type":"propertyDef","startIndex":9637,"stopIndex":9769,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5389":{"name":"setFontFamilyHTML","type":"propertyDef","startIndex":9771,"stopIndex":9908,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5390":{"name":"setTextColorHTML","type":"propertyDef","startIndex":9910,"stopIndex":10116,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5391":{"name":"setPaddingHTML","type":"propertyDef","startIndex":10118,"stopIndex":10502,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5392":{"name":"setAlignHTML","type":"propertyDef","startIndex":10504,"stopIndex":10634,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5393":{"name":"setVerticalAlignHTML","type":"propertyDef","startIndex":10636,"stopIndex":10780,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5394":{"name":"setDisplayHTML","type":"propertyDef","startIndex":10782,"stopIndex":10902,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5395":{"name":"setWhiteSpaceHandlingHTML","type":"propertyDef","startIndex":10905,"stopIndex":11063,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5396":{"name":"getWhiteSpaceHandlingHTML","type":"propertyDef","startIndex":11065,"stopIndex":11203,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5384},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5397":{"name":"ignoreTextEventsHTML","type":"propertyDef","startIndex":11230,"stopIndex":11353,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5398},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5398":{"name":"event management","type":"categoryDef","startIndex":11426,"stopIndex":12136,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5397},{"__isSmartRef__":true,"id":5399},{"__isSmartRef__":true,"id":5400},{"__isSmartRef__":true,"id":5401},{"__isSmartRef__":true,"id":5402}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5399":{"name":"enableTextEventsHTML","type":"propertyDef","startIndex":11355,"stopIndex":11477,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5398},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5400":{"name":"focusHTML","type":"propertyDef","startIndex":11479,"stopIndex":11632,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5398},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5401":{"name":"focusMorphHTML","type":"propertyDef","startIndex":11634,"stopIndex":11793,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5398},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5402":{"name":"blurHTML","type":"propertyDef","startIndex":11796,"stopIndex":11915,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5398},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5403":{"name":"createTextNodeHTML","type":"propertyDef","startIndex":11939,"stopIndex":12216,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5404},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":5374},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5404":{"name":"node creation","type":"categoryDef","startIndex":12138,"stopIndex":12436,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5403}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5405":{"name":"lively.morphic.List","type":"klassExtensionDef","startIndex":12222,"stopIndex":17786,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5406},{"__isSmartRef__":true,"id":5408},{"__isSmartRef__":true,"id":5410},{"__isSmartRef__":true,"id":5411},{"__isSmartRef__":true,"id":5412},{"__isSmartRef__":true,"id":5413},{"__isSmartRef__":true,"id":5414},{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5417},{"__isSmartRef__":true,"id":5418},{"__isSmartRef__":true,"id":5419},{"__isSmartRef__":true,"id":5420},{"__isSmartRef__":true,"id":5422},{"__isSmartRef__":true,"id":5424},{"__isSmartRef__":true,"id":5425},{"__isSmartRef__":true,"id":5426},{"__isSmartRef__":true,"id":5427},{"__isSmartRef__":true,"id":5428},{"__isSmartRef__":true,"id":5430},{"__isSmartRef__":true,"id":5431},{"__isSmartRef__":true,"id":5433}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5407},{"__isSmartRef__":true,"id":5409},{"__isSmartRef__":true,"id":5415},{"__isSmartRef__":true,"id":5421},{"__isSmartRef__":true,"id":5423},{"__isSmartRef__":true,"id":5429},{"__isSmartRef__":true,"id":5432}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5406":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":12280,"stopIndex":12924,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5407},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5407":{"name":"HTML render settings","type":"categoryDef","startIndex":12472,"stopIndex":13145,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5406}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5408":{"name":"initHTML","type":"propertyDef","startIndex":12944,"stopIndex":13507,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5409},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5409":{"name":"rendering","type":"categoryDef","startIndex":13147,"stopIndex":14201,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5408},{"__isSmartRef__":true,"id":5410},{"__isSmartRef__":true,"id":5411},{"__isSmartRef__":true,"id":5412},{"__isSmartRef__":true,"id":5413}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5410":{"name":"appendHTML","type":"propertyDef","startIndex":13509,"stopIndex":13639,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5409},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5411":{"name":"appendListHTML","type":"propertyDef","startIndex":13641,"stopIndex":13765,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5409},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5412":{"name":"setClipModeHTML","type":"propertyDef","startIndex":13767,"stopIndex":13881,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5409},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5413":{"name":"setSizeHTML","type":"propertyDef","startIndex":13883,"stopIndex":13979,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5409},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5414":{"name":"removeListContentHTML","type":"propertyDef","startIndex":14004,"stopIndex":14239,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5415},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5415":{"name":"list specific","type":"categoryDef","startIndex":14203,"stopIndex":15958,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5414},{"__isSmartRef__":true,"id":5416},{"__isSmartRef__":true,"id":5417},{"__isSmartRef__":true,"id":5418},{"__isSmartRef__":true,"id":5419}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5416":{"name":"updateListContentHTML","type":"propertyDef","startIndex":14241,"stopIndex":14878,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5415},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5417":{"name":"resizeListHTML","type":"propertyDef","startIndex":14880,"stopIndex":15462,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5415},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5418":{"name":"getItemIndexFromEventHTML","type":"propertyDef","startIndex":15464,"stopIndex":15622,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5415},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5419":{"name":"deselectNodesHTML","type":"propertyDef","startIndex":15624,"stopIndex":15735,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5415},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5420":{"name":"renderAsDropDownListHTML","type":"propertyDef","startIndex":15770,"stopIndex":15869,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5421},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5421":{"name":"drop down support HTML","type":"categoryDef","startIndex":15960,"stopIndex":16090,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5420}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5422":{"name":"enableMultipleSelectionsHTML","type":"propertyDef","startIndex":15911,"stopIndex":16022,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5423},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5423":{"name":"multiple selection support HTML","type":"categoryDef","startIndex":16092,"stopIndex":17268,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5422},{"__isSmartRef__":true,"id":5424},{"__isSmartRef__":true,"id":5425},{"__isSmartRef__":true,"id":5426},{"__isSmartRef__":true,"id":5427}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5424":{"name":"getSelectedIndexesHTML","type":"propertyDef","startIndex":16024,"stopIndex":16279,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5423},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5425":{"name":"deselectAtHTML","type":"propertyDef","startIndex":16281,"stopIndex":16500,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5423},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5426":{"name":"selectAllAtHTML","type":"propertyDef","startIndex":16502,"stopIndex":16972,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5423},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5427":{"name":"clearSelectionsHTML","type":"propertyDef","startIndex":16974,"stopIndex":17044,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5423},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5428":{"name":"createListNodeHTML","type":"propertyDef","startIndex":17071,"stopIndex":17354,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5429},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5429":{"name":"node creation","type":"categoryDef","startIndex":17270,"stopIndex":17745,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5428},{"__isSmartRef__":true,"id":5430}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5430":{"name":"getListExtentHTML","type":"propertyDef","startIndex":17356,"stopIndex":17523,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5429},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5431":{"name":"setFontSizeHTML","type":"propertyDef","startIndex":17542,"stopIndex":17664,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5432},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5432":{"name":"styling","type":"categoryDef","startIndex":17747,"stopIndex":18001,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5431},{"__isSmartRef__":true,"id":5433}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5433":{"name":"setFontFamilyHTML","type":"propertyDef","startIndex":17666,"stopIndex":17781,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5432},"className":"lively.morphic.List","_owner":{"__isSmartRef__":true,"id":5405},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5434":{"name":"lively.morphic.Shapes.Shape","type":"klassExtensionDef","startIndex":17787,"stopIndex":21451,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5435},{"__isSmartRef__":true,"id":5437},{"__isSmartRef__":true,"id":5439},{"__isSmartRef__":true,"id":5440},{"__isSmartRef__":true,"id":5442},{"__isSmartRef__":true,"id":5443},{"__isSmartRef__":true,"id":5444},{"__isSmartRef__":true,"id":5445},{"__isSmartRef__":true,"id":5446},{"__isSmartRef__":true,"id":5447},{"__isSmartRef__":true,"id":5448},{"__isSmartRef__":true,"id":5449},{"__isSmartRef__":true,"id":5450},{"__isSmartRef__":true,"id":5451}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5436},{"__isSmartRef__":true,"id":5438},{"__isSmartRef__":true,"id":5441}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5435":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":17853,"stopIndex":18366,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5436},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5436":{"name":"HTML render settings","type":"categoryDef","startIndex":18045,"stopIndex":18587,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5435}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5437":{"name":"initHTML","type":"propertyDef","startIndex":18389,"stopIndex":19127,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5438},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5438":{"name":"initializing","type":"categoryDef","startIndex":18589,"stopIndex":19605,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5437},{"__isSmartRef__":true,"id":5439}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5439":{"name":"renderHTML","type":"propertyDef","startIndex":19129,"stopIndex":19384,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5438},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5440":{"name":"setPositionHTML","type":"propertyDef","startIndex":19403,"stopIndex":19543,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5441":{"name":"updating","type":"categoryDef","startIndex":19607,"stopIndex":21669,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5440},{"__isSmartRef__":true,"id":5442},{"__isSmartRef__":true,"id":5443},{"__isSmartRef__":true,"id":5444},{"__isSmartRef__":true,"id":5445},{"__isSmartRef__":true,"id":5446},{"__isSmartRef__":true,"id":5447},{"__isSmartRef__":true,"id":5448},{"__isSmartRef__":true,"id":5449},{"__isSmartRef__":true,"id":5450},{"__isSmartRef__":true,"id":5451}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5442":{"name":"setExtentHTML","type":"propertyDef","startIndex":19545,"stopIndex":19883,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5443":{"name":"setFillHTML","type":"propertyDef","startIndex":19885,"stopIndex":20035,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5444":{"name":"setBorderColorHTML","type":"propertyDef","startIndex":20037,"stopIndex":20181,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5445":{"name":"setBorderStyleHTML","type":"propertyDef","startIndex":20183,"stopIndex":20303,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5446":{"name":"setBorderWidthHTML","type":"propertyDef","startIndex":20306,"stopIndex":20567,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5447":{"name":"setBorderRadiusHTML","type":"propertyDef","startIndex":20569,"stopIndex":20675,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5448":{"name":"setStrokeOpacityHTML","type":"propertyDef","startIndex":20678,"stopIndex":20828,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5449":{"name":"setBorderHTML","type":"propertyDef","startIndex":20831,"stopIndex":21201,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5450":{"name":"setOpacityHTML","type":"propertyDef","startIndex":21203,"stopIndex":21296,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5451":{"name":"setClipModeHTML","type":"propertyDef","startIndex":21298,"stopIndex":21444,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5441},"className":"lively.morphic.Shapes.Shape","_owner":{"__isSmartRef__":true,"id":5434},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5452":{"name":null,"type":"comment","startIndex":21452,"stopIndex":21452,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5453":{"name":"lively.morphic.Shapes.Rectangle","type":"klassExtensionDef","startIndex":21453,"stopIndex":22064,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5454},{"__isSmartRef__":true,"id":5456}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5455},{"__isSmartRef__":true,"id":5457}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5454":{"name":"initHTML","type":"propertyDef","startIndex":21512,"stopIndex":21724,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5455},"className":"lively.morphic.Shapes.Rectangle","_owner":{"__isSmartRef__":true,"id":5453},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5455":{"name":"rendering","type":"categoryDef","startIndex":21718,"stopIndex":21948,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5454}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5456":{"name":"setBorderRadiusHTML","type":"propertyDef","startIndex":21743,"stopIndex":22059,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5457},"className":"lively.morphic.Shapes.Rectangle","_owner":{"__isSmartRef__":true,"id":5453},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5457":{"name":"updating","type":"categoryDef","startIndex":21950,"stopIndex":22282,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5456}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5458":{"name":null,"type":"comment","startIndex":22065,"stopIndex":22065,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5459":{"name":"lively.morphic.Shapes.Ellipse","type":"klassExtensionDef","startIndex":22066,"stopIndex":22694,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5460},{"__isSmartRef__":true,"id":5462},{"__isSmartRef__":true,"id":5464}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5461},{"__isSmartRef__":true,"id":5463}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5460":{"name":"initHTML","type":"propertyDef","startIndex":22123,"stopIndex":22341,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5461},"className":"lively.morphic.Shapes.Ellipse","_owner":{"__isSmartRef__":true,"id":5459},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5461":{"name":"rendering","type":"categoryDef","startIndex":22329,"stopIndex":22565,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5460}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5462":{"name":"setExtentHTML","type":"propertyDef","startIndex":22360,"stopIndex":22547,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5463},"className":"lively.morphic.Shapes.Ellipse","_owner":{"__isSmartRef__":true,"id":5459},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5463":{"name":"updating","type":"categoryDef","startIndex":22567,"stopIndex":22912,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5462},{"__isSmartRef__":true,"id":5464}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5464":{"name":"setBorderRadiusHTML","type":"propertyDef","startIndex":22549,"stopIndex":22688,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5463},"className":"lively.morphic.Shapes.Ellipse","_owner":{"__isSmartRef__":true,"id":5459},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5465":{"name":"lively.morphic.Shapes.Image","type":"klassExtensionDef","startIndex":22695,"stopIndex":23638,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5466},{"__isSmartRef__":true,"id":5468},{"__isSmartRef__":true,"id":5470},{"__isSmartRef__":true,"id":5472}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5467},{"__isSmartRef__":true,"id":5469},{"__isSmartRef__":true,"id":5471},{"__isSmartRef__":true,"id":5473}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5466":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":22761,"stopIndex":22879,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5467},"className":"lively.morphic.Shapes.Image","_owner":{"__isSmartRef__":true,"id":5465},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5467":{"name":"HTML render settings","type":"categoryDef","startIndex":22956,"stopIndex":23103,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5466}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5468":{"name":"initHTML","type":"propertyDef","startIndex":22899,"stopIndex":23258,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5469},"className":"lively.morphic.Shapes.Image","_owner":{"__isSmartRef__":true,"id":5465},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5469":{"name":"rendering","type":"categoryDef","startIndex":23105,"stopIndex":23383,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5468}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5470":{"name":"setImageURLHTML","type":"propertyDef","startIndex":23277,"stopIndex":23496,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5471},"className":"lively.morphic.Shapes.Image","_owner":{"__isSmartRef__":true,"id":5465},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5471":{"name":"updating","type":"categoryDef","startIndex":23385,"stopIndex":23627,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5470}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5472":{"name":"getNativeExtentHTML","type":"propertyDef","startIndex":23516,"stopIndex":23633,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5473},"className":"lively.morphic.Shapes.Image","_owner":{"__isSmartRef__":true,"id":5465},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5473":{"name":"accessing","type":"categoryDef","startIndex":23629,"stopIndex":23767,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5472}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5474":{"name":null,"type":"comment","startIndex":23639,"stopIndex":23639,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5475":{"name":"lively.morphic.Shapes.External","type":"klassExtensionDef","startIndex":23640,"stopIndex":24050,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5476},{"__isSmartRef__":true,"id":5479},{"__isSmartRef__":true,"id":5481}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5483},{"__isSmartRef__":true,"id":5485},{"__isSmartRef__":true,"id":5487}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5476":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":23709,"stopIndex":23775,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5477},"className":"lively.morphic.Shapes.External","_owner":{"__isSmartRef__":true,"id":5478},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5477":{"name":"HTML render settings","type":"categoryDef","startIndex":23904,"stopIndex":23999,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5476}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5478":{"name":"lively.morphic.Shapes.External","type":"klassExtensionDef","startIndex":23861,"stopIndex":24271,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5476},{"__isSmartRef__":true,"id":5479},{"__isSmartRef__":true,"id":5481}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5477},{"__isSmartRef__":true,"id":5480},{"__isSmartRef__":true,"id":5482}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5479":{"name":"initHTML","type":"propertyDef","startIndex":23795,"stopIndex":23878,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5480},"className":"lively.morphic.Shapes.External","_owner":{"__isSmartRef__":true,"id":5478},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5480":{"name":"rendering","type":"categoryDef","startIndex":24001,"stopIndex":24102,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5479}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5481":{"name":"getExtentHTML","type":"propertyDef","startIndex":23898,"stopIndex":24045,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5482},"className":"lively.morphic.Shapes.External","_owner":{"__isSmartRef__":true,"id":5478},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5482":{"name":"accessing","type":"categoryDef","startIndex":24104,"stopIndex":24268,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5481}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5483":{"name":"HTML render settings","type":"categoryDef","startIndex":23815,"stopIndex":23910,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5484}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5484":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":23930,"stopIndex":23996,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5483},"className":"lively.morphic.Shapes.External","_owner":{"__isSmartRef__":true,"id":5475},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5485":{"name":"rendering","type":"categoryDef","startIndex":23912,"stopIndex":24416,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5486}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5486":{"name":"initHTML","type":"propertyDef","startIndex":24016,"stopIndex":24502,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5485},"className":"lively.morphic.Shapes.External","_owner":{"__isSmartRef__":true,"id":5475},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5487":{"name":"accessing","type":"categoryDef","startIndex":24418,"stopIndex":24584,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5488}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5488":{"name":"getExtentHTML","type":"propertyDef","startIndex":24522,"stopIndex":24669,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5487},"className":"lively.morphic.Shapes.External","_owner":{"__isSmartRef__":true,"id":5475},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5489":{"name":"lively.morphic.Shapes.Path","type":"klassExtensionDef","startIndex":24051,"stopIndex":28309,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5490},{"__isSmartRef__":true,"id":5492},{"__isSmartRef__":true,"id":5494},{"__isSmartRef__":true,"id":5496},{"__isSmartRef__":true,"id":5497},{"__isSmartRef__":true,"id":5498},{"__isSmartRef__":true,"id":5499},{"__isSmartRef__":true,"id":5500},{"__isSmartRef__":true,"id":5501},{"__isSmartRef__":true,"id":5503},{"__isSmartRef__":true,"id":5504},{"__isSmartRef__":true,"id":5505},{"__isSmartRef__":true,"id":5506},{"__isSmartRef__":true,"id":5507}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":5491},{"__isSmartRef__":true,"id":5493},{"__isSmartRef__":true,"id":5495},{"__isSmartRef__":true,"id":5502}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5490":{"name":"htmlDispatchTable","type":"propertyDef","startIndex":24116,"stopIndex":24384,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5491},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5491":{"name":"HTML render settings","type":"categoryDef","startIndex":24627,"stopIndex":24924,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5490}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5492":{"name":"initHTML","type":"propertyDef","startIndex":24409,"stopIndex":24800,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5493},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5493":{"name":"HTML rendering","type":"categoryDef","startIndex":24926,"stopIndex":25342,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5492}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5494":{"name":"setPathElementsHTML","type":"propertyDef","startIndex":24822,"stopIndex":25178,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5495},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5495":{"name":"accessing","type":"categoryDef","startIndex":25344,"stopIndex":27383,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5494},{"__isSmartRef__":true,"id":5496},{"__isSmartRef__":true,"id":5497},{"__isSmartRef__":true,"id":5498},{"__isSmartRef__":true,"id":5499},{"__isSmartRef__":true,"id":5500}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5496":{"name":"setPositionHTML","type":"propertyDef","startIndex":25181,"stopIndex":26183,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5495},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5497":{"name":"setExtentHTML","type":"propertyDef","startIndex":26185,"stopIndex":26290,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5495},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5498":{"name":"setBorderStyleHTML","type":"propertyDef","startIndex":26293,"stopIndex":26388,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5495},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5499":{"name":"setBorderColorHTML","type":"propertyDef","startIndex":26390,"stopIndex":26533,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5495},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5500":{"name":"setBorderWidthHTML","type":"propertyDef","startIndex":26535,"stopIndex":26843,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5495},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5501":{"name":"setElementsFromSVGData","type":"propertyDef","startIndex":26866,"stopIndex":27026,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5502},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5502":{"name":"svg specific","type":"categoryDef","startIndex":27385,"stopIndex":28843,"fileName":"lively/morphic/HTML.js","_subElements":[{"__isSmartRef__":true,"id":5501},{"__isSmartRef__":true,"id":5503},{"__isSmartRef__":true,"id":5504},{"__isSmartRef__":true,"id":5505},{"__isSmartRef__":true,"id":5506},{"__isSmartRef__":true,"id":5507}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5503":{"name":"getPathNodeHTML","type":"propertyDef","startIndex":27028,"stopIndex":27099,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5502},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5504":{"name":"getDefsNodeHTML","type":"propertyDef","startIndex":27101,"stopIndex":27398,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5502},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5505":{"name":"getPathBoundsHTML","type":"propertyDef","startIndex":27401,"stopIndex":27955,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5502},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5506":{"name":"getTotalLengthHTML","type":"propertyDef","startIndex":27958,"stopIndex":28106,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5502},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5507":{"name":"getPointAtTotalLengthHTML","type":"propertyDef","startIndex":28108,"stopIndex":28304,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":5502},"className":"lively.morphic.Shapes.Path","_owner":{"__isSmartRef__":true,"id":5489},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5508":{"name":null,"type":"comment","startIndex":28310,"stopIndex":28310,"fileName":"lively/morphic/HTML.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"5509":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Layout.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5510":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/MorphAddons.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5511":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/ObjectMigration.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5512":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Paragraphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5513":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/PathShapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5514":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Rendering.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5515":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/ScriptingSupport.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5516":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Serialization.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5517":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Shapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5518":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Styles.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5519":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/SVG.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5520":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Tests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5521":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/TextCore.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5522":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/Widgets.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5523":{"browser":{"__isSmartRef__":true,"id":4708},"parent":{"__isSmartRef__":true,"id":4974},"moduleName":"lively/morphic/WidgetsAddOns.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"5524":{"target":{"__isSmartRef__":true,"id":5525},"browser":{"__isSmartRef__":true,"id":4708},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"5525":{"name":"Local code","__LivelyClassName__":"ChangeSet","__SourceModuleName__":"Global.lively.ChangeSet"},"5526":{"isListItem":true,"string":"tests/","value":{"__isSmartRef__":true,"id":4979}},"5527":{"isListItem":true,"string":"video/","value":{"__isSmartRef__":true,"id":4980}},"5528":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":4981}},"5529":{"isListItem":true,"string":"AdditionalMorphs.js (not parsed)","value":{"__isSmartRef__":true,"id":4982}},"5530":{"isListItem":true,"string":"Canvas.js (not parsed)","value":{"__isSmartRef__":true,"id":4983}},"5531":{"isListItem":true,"string":"ClickOnLineHack.js (not parsed)","value":{"__isSmartRef__":true,"id":4984}},"5532":{"isListItem":true,"string":"ColorChooserDraft.js (not parsed)","value":{"__isSmartRef__":true,"id":4985}},"5533":{"isListItem":true,"string":"Compat.js (not parsed)","value":{"__isSmartRef__":true,"id":4986}},"5534":{"isListItem":true,"string":"CompatLayer.js (not parsed)","value":{"__isSmartRef__":true,"id":4987}},"5535":{"isListItem":true,"string":"CompatSCB.js (not parsed)","value":{"__isSmartRef__":true,"id":4988}},"5536":{"isListItem":true,"string":"Complete.js","value":{"__isSmartRef__":true,"id":4989}},"5537":{"isListItem":true,"string":"Connectors.js (not parsed)","value":{"__isSmartRef__":true,"id":4992}},"5538":{"isListItem":true,"string":"Core.js","value":{"__isSmartRef__":true,"id":4993}},"5539":{"isListItem":true,"string":"EventExperiments.js (not parsed)","value":{"__isSmartRef__":true,"id":5218}},"5540":{"isListItem":true,"string":"Events.js (not parsed)","value":{"__isSmartRef__":true,"id":5219}},"5541":{"isListItem":true,"string":"Examples.js","value":{"__isSmartRef__":true,"id":5220}},"5542":{"isListItem":true,"string":"Experiments.js","value":{"__isSmartRef__":true,"id":5234}},"5543":{"isListItem":true,"string":"Graffle.js (not parsed)","value":{"__isSmartRef__":true,"id":5332}},"5544":{"isListItem":true,"string":"Halos.js (not parsed)","value":{"__isSmartRef__":true,"id":5333}},"5545":{"isListItem":true,"string":"HTML.js","value":{"__isSmartRef__":true,"id":5334}},"5546":{"isListItem":true,"string":"Layout.js (not parsed)","value":{"__isSmartRef__":true,"id":5509}},"5547":{"isListItem":true,"string":"MorphAddons.js (not parsed)","value":{"__isSmartRef__":true,"id":5510}},"5548":{"isListItem":true,"string":"ObjectMigration.js (not parsed)","value":{"__isSmartRef__":true,"id":5511}},"5549":{"isListItem":true,"string":"Paragraphs.js (not parsed)","value":{"__isSmartRef__":true,"id":5512}},"5550":{"isListItem":true,"string":"PathShapes.js (not parsed)","value":{"__isSmartRef__":true,"id":5513}},"5551":{"isListItem":true,"string":"Rendering.js (not parsed)","value":{"__isSmartRef__":true,"id":5514}},"5552":{"isListItem":true,"string":"ScriptingSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":5515}},"5553":{"isListItem":true,"string":"Serialization.js (not parsed)","value":{"__isSmartRef__":true,"id":5516}},"5554":{"isListItem":true,"string":"Shapes.js (not parsed)","value":{"__isSmartRef__":true,"id":5517}},"5555":{"isListItem":true,"string":"Styles.js (not parsed)","value":{"__isSmartRef__":true,"id":5518}},"5556":{"isListItem":true,"string":"SVG.js (not parsed)","value":{"__isSmartRef__":true,"id":5519}},"5557":{"isListItem":true,"string":"Tests.js (not parsed)","value":{"__isSmartRef__":true,"id":5520}},"5558":{"isListItem":true,"string":"TextCore.js (not parsed)","value":{"__isSmartRef__":true,"id":5521}},"5559":{"isListItem":true,"string":"Widgets.js (not parsed)","value":{"__isSmartRef__":true,"id":5522}},"5560":{"isListItem":true,"string":"WidgetsAddOns.js (not parsed)","value":{"__isSmartRef__":true,"id":5523}},"5561":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":5524}},"5562":{"morph":{"__isSmartRef__":true,"id":4964},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5563":{"x":0,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5564":{"sourceObj":{"__isSmartRef__":true,"id":4964},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setPane1Selection","converter":null,"converterString":null,"updater":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":5565},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5565":{"source":{"__isSmartRef__":true,"id":4964},"target":{"__isSmartRef__":true,"id":4708}},"5566":{"sourceObj":{"__isSmartRef__":true,"id":4964},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane1Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5567},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5567":{"source":{"__isSmartRef__":true,"id":4964},"target":{"__isSmartRef__":true,"id":4708}},"5568":{"sourceObj":{"__isSmartRef__":true,"id":4964},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane1Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5569},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5569":{"source":{"__isSmartRef__":true,"id":4964},"target":{"__isSmartRef__":true,"id":4708}},"5570":{"sourceObj":{"__isSmartRef__":true,"id":4964},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane1Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5571},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5571":{"source":{"__isSmartRef__":true,"id":4964},"target":{"__isSmartRef__":true,"id":4708}},"5572":{"source":{"__isSmartRef__":true,"id":4708},"target":{"__isSmartRef__":true,"id":4964}},"5573":{"sourceObj":{"__isSmartRef__":true,"id":4708},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":5574},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5591},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5574":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5575},"id":34,"renderContextTable":{"__isSmartRef__":true,"id":5580},"itemList":["-----"],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":5581},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5582},"selectedLineNo":-1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":5583},{"__isSmartRef__":true,"id":5585},{"__isSmartRef__":true,"id":5587},{"__isSmartRef__":true,"id":5589}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":null,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"5575":{"_Position":{"__isSmartRef__":true,"id":5576},"renderContextTable":{"__isSmartRef__":true,"id":5577},"_Extent":{"__isSmartRef__":true,"id":5578},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":5579},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5576":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5577":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5578":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5579":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5580":{"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","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"},"5581":{"morph":{"__isSmartRef__":true,"id":5574},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5582":{"x":205,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5583":{"sourceObj":{"__isSmartRef__":true,"id":5574},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setPane2Selection","converter":null,"converterString":null,"updater":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":5584},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5584":{"source":{"__isSmartRef__":true,"id":5574},"target":{"__isSmartRef__":true,"id":4708}},"5585":{"sourceObj":{"__isSmartRef__":true,"id":5574},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane2Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5586},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5586":{"source":{"__isSmartRef__":true,"id":5574},"target":{"__isSmartRef__":true,"id":4708}},"5587":{"sourceObj":{"__isSmartRef__":true,"id":5574},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane2Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5588},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5588":{"source":{"__isSmartRef__":true,"id":5574},"target":{"__isSmartRef__":true,"id":4708}},"5589":{"sourceObj":{"__isSmartRef__":true,"id":5574},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane2Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5590},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5590":{"source":{"__isSmartRef__":true,"id":5574},"target":{"__isSmartRef__":true,"id":4708}},"5591":{"source":{"__isSmartRef__":true,"id":4708},"target":{"__isSmartRef__":true,"id":5574}},"5592":{"sourceObj":{"__isSmartRef__":true,"id":4708},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":5593},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5610},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5593":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5594},"id":35,"renderContextTable":{"__isSmartRef__":true,"id":5599},"itemList":["-----"],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":5600},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5601},"selectedLineNo":-1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":5602},{"__isSmartRef__":true,"id":5604},{"__isSmartRef__":true,"id":5606},{"__isSmartRef__":true,"id":5608}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":null,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"5594":{"_Position":{"__isSmartRef__":true,"id":5595},"renderContextTable":{"__isSmartRef__":true,"id":5596},"_Extent":{"__isSmartRef__":true,"id":5597},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":5598},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5595":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5596":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5597":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5598":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5599":{"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","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"},"5600":{"morph":{"__isSmartRef__":true,"id":5593},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5601":{"x":410,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5602":{"sourceObj":{"__isSmartRef__":true,"id":5593},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":5603},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5603":{"source":{"__isSmartRef__":true,"id":5593},"target":{"__isSmartRef__":true,"id":4708}},"5604":{"sourceObj":{"__isSmartRef__":true,"id":5593},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5605},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5605":{"source":{"__isSmartRef__":true,"id":5593},"target":{"__isSmartRef__":true,"id":4708}},"5606":{"sourceObj":{"__isSmartRef__":true,"id":5593},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane3Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5607},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5607":{"source":{"__isSmartRef__":true,"id":5593},"target":{"__isSmartRef__":true,"id":4708}},"5608":{"sourceObj":{"__isSmartRef__":true,"id":5593},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane3Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5609},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5609":{"source":{"__isSmartRef__":true,"id":5593},"target":{"__isSmartRef__":true,"id":4708}},"5610":{"source":{"__isSmartRef__":true,"id":4708},"target":{"__isSmartRef__":true,"id":5593}},"5611":{"sourceObj":{"__isSmartRef__":true,"id":4708},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":5612},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5629},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5612":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5613},"id":36,"renderContextTable":{"__isSmartRef__":true,"id":5618},"itemList":["-----"],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":5619},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5620},"selectedLineNo":-1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":5621},{"__isSmartRef__":true,"id":5623},{"__isSmartRef__":true,"id":5625},{"__isSmartRef__":true,"id":5627}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":null,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"5613":{"_Position":{"__isSmartRef__":true,"id":5614},"renderContextTable":{"__isSmartRef__":true,"id":5615},"_Extent":{"__isSmartRef__":true,"id":5616},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":5617},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5614":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5615":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5616":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5617":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5618":{"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","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"},"5619":{"morph":{"__isSmartRef__":true,"id":5612},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5620":{"x":615,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5621":{"sourceObj":{"__isSmartRef__":true,"id":5612},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":5622},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5622":{"source":{"__isSmartRef__":true,"id":5612},"target":{"__isSmartRef__":true,"id":4708}},"5623":{"sourceObj":{"__isSmartRef__":true,"id":5612},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5624},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5624":{"source":{"__isSmartRef__":true,"id":5612},"target":{"__isSmartRef__":true,"id":4708}},"5625":{"sourceObj":{"__isSmartRef__":true,"id":5612},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane4Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5626},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5626":{"source":{"__isSmartRef__":true,"id":5612},"target":{"__isSmartRef__":true,"id":4708}},"5627":{"sourceObj":{"__isSmartRef__":true,"id":5612},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"getPane4Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5628},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5628":{"source":{"__isSmartRef__":true,"id":5612},"target":{"__isSmartRef__":true,"id":4708}},"5629":{"source":{"__isSmartRef__":true,"id":4708},"target":{"__isSmartRef__":true,"id":5612}},"5630":{"sourceObj":{"__isSmartRef__":true,"id":4708},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":5631},"targetMethodName":"setTextString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5647},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5631":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5632},"id":38,"renderContextTable":{"__isSmartRef__":true,"id":5636},"textChunks":[{"__isSmartRef__":true,"id":5637}],"eventHandler":{"__isSmartRef__":true,"id":5639},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":5640},"_ClipMode":"scroll","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5641},"priorExtent":{"__isSmartRef__":true,"id":5642},"_MaxTextWidth":820,"_MaxTextHeight":302.5,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":4692},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":5643},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":5644},{"__isSmartRef__":true,"id":5645}],"doNotSerialize":["$$textString","$$savedTextString"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":"-----","lastSyntaxHighlightTime":1314741782323,"styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5632":{"_Position":{"__isSmartRef__":true,"id":5633},"renderContextTable":{"__isSmartRef__":true,"id":5634},"_Extent":{"__isSmartRef__":true,"id":5635},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5633":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5634":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5635":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5636":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5637":{"style":{"__isSmartRef__":true,"id":5638},"chunkOwner":{"__isSmartRef__":true,"id":5631},"storedString":"-----","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5638":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5639":{"morph":{"__isSmartRef__":true,"id":5631},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5640":{"x":5,"y":5,"width":-10,"height":-10,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"5641":{"x":0,"y":247.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5642":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5643":{"resizeWidth":true,"resizeHeight":true},"5644":{"sourceObj":{"__isSmartRef__":true,"id":5631},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":5631},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5645":{"sourceObj":{"__isSmartRef__":true,"id":5631},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setSourceString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5646},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5646":{"source":{"__isSmartRef__":true,"id":5631},"target":{"__isSmartRef__":true,"id":4708}},"5647":{"source":{"__isSmartRef__":true,"id":4708},"target":{"__isSmartRef__":true,"id":5631}},"5648":{"sourceObj":{"__isSmartRef__":true,"id":4708},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":4693},"targetMethodName":"setTextString","converter":null,"converterString":null,"updaterString":"function ($upd, value) { value && $upd(String(value)) }","varMapping":{"__isSmartRef__":true,"id":5649},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5650},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5649":{"source":{"__isSmartRef__":true,"id":4708},"target":{"__isSmartRef__":true,"id":4693}},"5650":{"updater":{"__isSmartRef__":true,"id":5651}},"5651":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":5649},"source":"function ($upd, value) { value && $upd(String(value)) }","funcProperties":{"__isSmartRef__":true,"id":5652},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"5652":{},"5653":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"5654":{"source":{"__isSmartRef__":true,"id":4693},"target":{"__isSmartRef__":true,"id":4708}},"5655":{"submorphs":[{"__isSmartRef__":true,"id":5656}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5668},"id":29,"renderContextTable":{"__isSmartRef__":true,"id":5672},"eventHandler":{"__isSmartRef__":true,"id":5673},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5674},"priorExtent":{"__isSmartRef__":true,"id":5675},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":5676},"label":{"__isSmartRef__":true,"id":5656},"owner":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":5685}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":5687},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5656":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5657},"id":30,"renderContextTable":{"__isSmartRef__":true,"id":5661},"textChunks":[{"__isSmartRef__":true,"id":5662}],"eventHandler":{"__isSmartRef__":true,"id":5664},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":5665},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5666},"priorExtent":{"__isSmartRef__":true,"id":5667},"_MaxTextWidth":98.39999999999999,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5655},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5657":{"_Position":{"__isSmartRef__":true,"id":5658},"renderContextTable":{"__isSmartRef__":true,"id":5659},"_Extent":{"__isSmartRef__":true,"id":5660},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5658":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5659":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5660":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5661":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5662":{"style":{"__isSmartRef__":true,"id":5663},"chunkOwner":{"__isSmartRef__":true,"id":5656},"storedString":"codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5663":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5664":{"morph":{"__isSmartRef__":true,"id":5656},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5665":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"5666":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5667":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5668":{"_Position":{"__isSmartRef__":true,"id":5669},"renderContextTable":{"__isSmartRef__":true,"id":5670},"_Extent":{"__isSmartRef__":true,"id":5671},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5669":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5670":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5671":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5672":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5673":{"morph":{"__isSmartRef__":true,"id":5655},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5674":{"x":656,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5675":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5676":{"stops":[{"__isSmartRef__":true,"id":5677},{"__isSmartRef__":true,"id":5679},{"__isSmartRef__":true,"id":5681},{"__isSmartRef__":true,"id":5683}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5677":{"offset":0,"color":{"__isSmartRef__":true,"id":5678}},"5678":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5679":{"offset":0.4,"color":{"__isSmartRef__":true,"id":5680}},"5680":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5681":{"offset":0.6,"color":{"__isSmartRef__":true,"id":5682}},"5682":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5683":{"offset":1,"color":{"__isSmartRef__":true,"id":5684}},"5684":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5685":{"sourceObj":{"__isSmartRef__":true,"id":5655},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setTargetURL","converter":null,"converterString":"function () { return URL.codeBase.withFilename('lively/')}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5686},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5686":{"source":{"__isSmartRef__":true,"id":5655},"target":{"__isSmartRef__":true,"id":4708}},"5687":{"moveHorizontal":true},"5688":{"submorphs":[{"__isSmartRef__":true,"id":5689}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5701},"id":31,"renderContextTable":{"__isSmartRef__":true,"id":5705},"eventHandler":{"__isSmartRef__":true,"id":5706},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5707},"priorExtent":{"__isSmartRef__":true,"id":5708},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":5709},"label":{"__isSmartRef__":true,"id":5689},"owner":{"__isSmartRef__":true,"id":4692},"attributeConnections":[{"__isSmartRef__":true,"id":5718}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":5720},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5689":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5690},"id":32,"renderContextTable":{"__isSmartRef__":true,"id":5694},"textChunks":[{"__isSmartRef__":true,"id":5695}],"eventHandler":{"__isSmartRef__":true,"id":5697},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":5698},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5699},"priorExtent":{"__isSmartRef__":true,"id":5700},"_MaxTextWidth":65.6,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5688},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5690":{"_Position":{"__isSmartRef__":true,"id":5691},"renderContextTable":{"__isSmartRef__":true,"id":5692},"_Extent":{"__isSmartRef__":true,"id":5693},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5691":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5692":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5693":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5694":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5695":{"style":{"__isSmartRef__":true,"id":5696},"chunkOwner":{"__isSmartRef__":true,"id":5689},"storedString":"local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5696":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5697":{"morph":{"__isSmartRef__":true,"id":5689},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5698":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"5699":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5700":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5701":{"_Position":{"__isSmartRef__":true,"id":5702},"renderContextTable":{"__isSmartRef__":true,"id":5703},"_Extent":{"__isSmartRef__":true,"id":5704},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5702":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5703":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5704":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5705":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5706":{"morph":{"__isSmartRef__":true,"id":5688},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5707":{"x":754.4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5708":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5709":{"stops":[{"__isSmartRef__":true,"id":5710},{"__isSmartRef__":true,"id":5712},{"__isSmartRef__":true,"id":5714},{"__isSmartRef__":true,"id":5716}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5710":{"offset":0,"color":{"__isSmartRef__":true,"id":5711}},"5711":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5712":{"offset":0.4,"color":{"__isSmartRef__":true,"id":5713}},"5713":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5714":{"offset":0.6,"color":{"__isSmartRef__":true,"id":5715}},"5715":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5716":{"offset":1,"color":{"__isSmartRef__":true,"id":5717}},"5717":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5718":{"sourceObj":{"__isSmartRef__":true,"id":5688},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":4708},"targetMethodName":"setTargetURL","converter":null,"converterString":"function () { return URL.source.getDirectory() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5719},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"5719":{"source":{"__isSmartRef__":true,"id":5688},"target":{"__isSmartRef__":true,"id":4708}},"5720":{"moveHorizontal":true},"5721":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5722},"id":37,"renderContextTable":{"__isSmartRef__":true,"id":5727},"eventHandler":{"__isSmartRef__":true,"id":5728},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"_Position":{"__isSmartRef__":true,"id":5729},"fixed":[{"__isSmartRef__":true,"id":4710},{"__isSmartRef__":true,"id":4754},{"__isSmartRef__":true,"id":4788},{"__isSmartRef__":true,"id":4822},{"__isSmartRef__":true,"id":4856},{"__isSmartRef__":true,"id":4890},{"__isSmartRef__":true,"id":4924}],"scalingBelow":[{"__isSmartRef__":true,"id":5631}],"scalingAbove":[{"__isSmartRef__":true,"id":4964},{"__isSmartRef__":true,"id":5574},{"__isSmartRef__":true,"id":5593},{"__isSmartRef__":true,"id":5612}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":4692},"styleClass":["Browser_resizer"],"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets"},"5722":{"_Position":{"__isSmartRef__":true,"id":5723},"renderContextTable":{"__isSmartRef__":true,"id":5724},"_Extent":{"__isSmartRef__":true,"id":5725},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5723":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5724":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5725":{"x":820,"y":5.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5726":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5727":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5728":{"morph":{"__isSmartRef__":true,"id":5721},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5729":{"x":0,"y":242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5730":{"_Position":{"__isSmartRef__":true,"id":5731},"renderContextTable":{"__isSmartRef__":true,"id":5732},"_Extent":{"__isSmartRef__":true,"id":5733},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":5734},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"5731":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5732":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5733":{"x":820,"y":550,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5734":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5735":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5736":{"morph":{"__isSmartRef__":true,"id":4692},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"5737":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"5738":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5739":{"renderContextTable":{"__isSmartRef__":true,"id":5740},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":5741},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5740":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5741":{"x":820,"y":571,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5742":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5743":{"morph":{"__isSmartRef__":true,"id":4568},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5744":{"adjustForNewBounds":true},"5745":{"x":1848.5,"y":406.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5746":{"x":820,"y":571,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5747":{"x":2269,"y":409,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5748":{"submorphs":[{"__isSmartRef__":true,"id":5749},{"__isSmartRef__":true,"id":5783}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5906},"id":11771,"renderContextTable":{"__isSmartRef__":true,"id":5909},"eventHandler":{"__isSmartRef__":true,"id":5910},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":5911},"LK2":true,"_Position":{"__isSmartRef__":true,"id":5912},"priorExtent":{"__isSmartRef__":true,"id":5913},"targetMorph":{"__isSmartRef__":true,"id":5749},"titleBar":{"__isSmartRef__":true,"id":5783},"contentOffset":{"__isSmartRef__":true,"id":5779},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"showsHalos":false,"highlighted":true,"_Rotation":0,"_Scale":1,"__SourceModuleName__":"Global.lively.morphic.Widgets","prevDragPos":{"__isSmartRef__":true,"id":5914},"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"5749":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5750},"id":11770,"renderContextTable":{"__isSmartRef__":true,"id":5755},"textChunks":[{"__isSmartRef__":true,"id":5756},{"__isSmartRef__":true,"id":5758},{"__isSmartRef__":true,"id":5760},{"__isSmartRef__":true,"id":5762},{"__isSmartRef__":true,"id":5764},{"__isSmartRef__":true,"id":5766},{"__isSmartRef__":true,"id":5768},{"__isSmartRef__":true,"id":5770},{"__isSmartRef__":true,"id":5772},{"__isSmartRef__":true,"id":5774},{"__isSmartRef__":true,"id":5776}],"eventHandler":{"__isSmartRef__":true,"id":5778},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":395},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":5779},"priorExtent":{"__isSmartRef__":true,"id":5780},"_MaxTextWidth":768,"_MaxTextHeight":254,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5748},"layout":{"__isSmartRef__":true,"id":5781},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":5782}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1314741782063,"accessibleInInactiveWindow":true,"charsReplaced":"","lastFindLoc":256,"priorSelectionRange":[341,368],"__SourceModuleName__":"Global.lively.morphic.TextCore","showsHalos":false,"prevScroll":[0,0],"textString":"that.setClipMode('hidden')\n\nthat.renderContext().clipNode.style.webkitTransform = 'translate(0px,0px)'\nthat.renderContext().shapeNode.style.webkitTransform = 'translate(0px,0px)'\nthat.renderContext().shapeNode.style.webkitTransform = 'translate(0px,0px)'\n\nClippingWithShapeLayer.beGlobal()\nClippingWithShapeLayer.beNotGlobal()\nthat.beClip()\nthat.setClipMode('hidden')\nthat.getClipMode()\nthat.renderContext().clipNode\n","__LivelyClassName__":"lively.morphic.Text"},"5750":{"_Position":{"__isSmartRef__":true,"id":5751},"renderContextTable":{"__isSmartRef__":true,"id":5752},"_Extent":{"__isSmartRef__":true,"id":5753},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":286},"_Fill":{"__isSmartRef__":true,"id":5754},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5751":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5752":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5753":{"x":768,"y":254,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5754":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5755":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5756":{"style":{"__isSmartRef__":true,"id":5757},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"that.setClipMode(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5757":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5758":{"style":{"__isSmartRef__":true,"id":5759},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"'hidden'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5759":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5760":{"style":{"__isSmartRef__":true,"id":5761},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":")\n\nthat.renderContext().clipNode.style.webkitTransform = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5761":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5762":{"style":{"__isSmartRef__":true,"id":5763},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"'translate(0px,0px)'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5763":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5764":{"style":{"__isSmartRef__":true,"id":5765},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"\nthat.renderContext().shapeNode.style.webkitTransform = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5765":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5766":{"style":{"__isSmartRef__":true,"id":5767},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"'translate(0px,0px)'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5767":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5768":{"style":{"__isSmartRef__":true,"id":5769},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"\nthat.renderContext().shapeNode.style.webkitTransform = ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5769":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5770":{"style":{"__isSmartRef__":true,"id":5771},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"'translate(0px,0px)'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5771":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5772":{"style":{"__isSmartRef__":true,"id":5773},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"\n\nClippingWithShapeLayer.beGlobal()\nClippingWithShapeLayer.beNotGlobal()\nthat.beClip()\nthat.setClipMode(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5773":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5774":{"style":{"__isSmartRef__":true,"id":5775},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":"'hidden'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5775":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5776":{"style":{"__isSmartRef__":true,"id":5777},"chunkOwner":{"__isSmartRef__":true,"id":5749},"storedString":")\nthat.getClipMode()\nthat.renderContext().clipNode\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5777":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5778":{"morph":{"__isSmartRef__":true,"id":5749},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5779":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5780":{"x":768,"y":254,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5781":{"resizeWidth":true,"resizeHeight":true},"5782":{"sourceObj":{"__isSmartRef__":true,"id":5749},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":5749},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5783":{"submorphs":[{"__isSmartRef__":true,"id":5784},{"__isSmartRef__":true,"id":5796},{"__isSmartRef__":true,"id":5830},{"__isSmartRef__":true,"id":5863}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5897},"id":11772,"renderContextTable":{"__isSmartRef__":true,"id":5901},"eventHandler":{"__isSmartRef__":true,"id":5902},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":5903},"_Position":{"__isSmartRef__":true,"id":5904},"windowMorph":{"__isSmartRef__":true,"id":5748},"label":{"__isSmartRef__":true,"id":5784},"closeButton":{"__isSmartRef__":true,"id":5796},"menuButton":{"__isSmartRef__":true,"id":5830},"collapseButton":{"__isSmartRef__":true,"id":5863},"priorExtent":{"__isSmartRef__":true,"id":5905},"owner":{"__isSmartRef__":true,"id":5748},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"5784":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5785},"id":11773,"renderContextTable":{"__isSmartRef__":true,"id":5789},"textChunks":[{"__isSmartRef__":true,"id":5790}],"eventHandler":{"__isSmartRef__":true,"id":5792},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":411},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":5793},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":5783},"priorExtent":{"__isSmartRef__":true,"id":5794},"_MaxTextWidth":709,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":5795},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"5785":{"_Position":{"__isSmartRef__":true,"id":5786},"renderContextTable":{"__isSmartRef__":true,"id":5787},"_Extent":{"__isSmartRef__":true,"id":5788},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5786":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5787":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5788":{"x":709,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5789":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5790":{"style":{"__isSmartRef__":true,"id":5791},"chunkOwner":{"__isSmartRef__":true,"id":5784},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk"},"5791":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"5792":{"morph":{"__isSmartRef__":true,"id":5784},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5793":{"resizeWidth":true},"5794":{"x":709,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5795":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5796":{"submorphs":[{"__isSmartRef__":true,"id":5797}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5808},"id":11774,"renderContextTable":{"__isSmartRef__":true,"id":5812},"eventHandler":{"__isSmartRef__":true,"id":5813},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5814},"priorExtent":{"__isSmartRef__":true,"id":5815},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":433},"lighterFill":{"__isSmartRef__":true,"id":5816},"label":{"__isSmartRef__":true,"id":5797},"owner":{"__isSmartRef__":true,"id":5783},"layout":{"__isSmartRef__":true,"id":5825},"attributeConnections":[{"__isSmartRef__":true,"id":5826},{"__isSmartRef__":true,"id":5828}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"5797":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5798},"id":11775,"renderContextTable":{"__isSmartRef__":true,"id":5802},"textChunks":[{"__isSmartRef__":true,"id":5803}],"eventHandler":{"__isSmartRef__":true,"id":5805},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":425},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":5806},"priorExtent":{"__isSmartRef__":true,"id":5807},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5796},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"5798":{"_Position":{"__isSmartRef__":true,"id":5799},"renderContextTable":{"__isSmartRef__":true,"id":5800},"_Extent":{"__isSmartRef__":true,"id":5801},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5799":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5800":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5801":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5802":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5803":{"style":{"__isSmartRef__":true,"id":5804},"chunkOwner":{"__isSmartRef__":true,"id":5797},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"5804":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"5805":{"morph":{"__isSmartRef__":true,"id":5797},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5806":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5807":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5808":{"_Position":{"__isSmartRef__":true,"id":5809},"renderContextTable":{"__isSmartRef__":true,"id":5810},"_Extent":{"__isSmartRef__":true,"id":5811},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":432},"_Fill":{"__isSmartRef__":true,"id":433},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5809":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5810":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5811":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5812":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5813":{"morph":{"__isSmartRef__":true,"id":5796},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5814":{"x":748,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5815":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5816":{"stops":[{"__isSmartRef__":true,"id":5817},{"__isSmartRef__":true,"id":5819},{"__isSmartRef__":true,"id":5821},{"__isSmartRef__":true,"id":5823}],"vector":{"__isSmartRef__":true,"id":442},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"5817":{"offset":0,"color":{"__isSmartRef__":true,"id":5818}},"5818":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5819":{"offset":0.4,"color":{"__isSmartRef__":true,"id":5820}},"5820":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5821":{"offset":0.6,"color":{"__isSmartRef__":true,"id":5822}},"5822":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5823":{"offset":1,"color":{"__isSmartRef__":true,"id":5824}},"5824":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5825":{"moveHorizontal":true},"5826":{"sourceObj":{"__isSmartRef__":true,"id":5796},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":5748},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5827},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5827":{"source":{"__isSmartRef__":true,"id":5796},"target":{"__isSmartRef__":true,"id":5748}},"5828":{"sourceObj":{"__isSmartRef__":true,"id":5796},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5748},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5829},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5829":{"source":{"__isSmartRef__":true,"id":5796},"target":{"__isSmartRef__":true,"id":5748}},"5830":{"submorphs":[{"__isSmartRef__":true,"id":5831}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5842},"id":11776,"renderContextTable":{"__isSmartRef__":true,"id":5846},"eventHandler":{"__isSmartRef__":true,"id":5847},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5848},"priorExtent":{"__isSmartRef__":true,"id":5849},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":433},"lighterFill":{"__isSmartRef__":true,"id":5850},"label":{"__isSmartRef__":true,"id":5831},"owner":{"__isSmartRef__":true,"id":5783},"attributeConnections":[{"__isSmartRef__":true,"id":5859},{"__isSmartRef__":true,"id":5861}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"5831":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5832},"id":11777,"renderContextTable":{"__isSmartRef__":true,"id":5836},"textChunks":[{"__isSmartRef__":true,"id":5837}],"eventHandler":{"__isSmartRef__":true,"id":5839},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":425},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":5840},"priorExtent":{"__isSmartRef__":true,"id":5841},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5830},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"5832":{"_Position":{"__isSmartRef__":true,"id":5833},"renderContextTable":{"__isSmartRef__":true,"id":5834},"_Extent":{"__isSmartRef__":true,"id":5835},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5833":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5834":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5835":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5836":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5837":{"style":{"__isSmartRef__":true,"id":5838},"chunkOwner":{"__isSmartRef__":true,"id":5831},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"5838":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"5839":{"morph":{"__isSmartRef__":true,"id":5831},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5840":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5841":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5842":{"_Position":{"__isSmartRef__":true,"id":5843},"renderContextTable":{"__isSmartRef__":true,"id":5844},"_Extent":{"__isSmartRef__":true,"id":5845},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":432},"_Fill":{"__isSmartRef__":true,"id":433},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5843":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5844":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5845":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5846":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5847":{"morph":{"__isSmartRef__":true,"id":5830},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5848":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5849":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5850":{"stops":[{"__isSmartRef__":true,"id":5851},{"__isSmartRef__":true,"id":5853},{"__isSmartRef__":true,"id":5855},{"__isSmartRef__":true,"id":5857}],"vector":{"__isSmartRef__":true,"id":442},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"5851":{"offset":0,"color":{"__isSmartRef__":true,"id":5852}},"5852":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5853":{"offset":0.4,"color":{"__isSmartRef__":true,"id":5854}},"5854":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5855":{"offset":0.6,"color":{"__isSmartRef__":true,"id":5856}},"5856":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5857":{"offset":1,"color":{"__isSmartRef__":true,"id":5858}},"5858":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5859":{"sourceObj":{"__isSmartRef__":true,"id":5830},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":5748},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5860},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5860":{"source":{"__isSmartRef__":true,"id":5830},"target":{"__isSmartRef__":true,"id":5748}},"5861":{"sourceObj":{"__isSmartRef__":true,"id":5830},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5748},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5862},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5862":{"source":{"__isSmartRef__":true,"id":5830},"target":{"__isSmartRef__":true,"id":5748}},"5863":{"submorphs":[{"__isSmartRef__":true,"id":5864}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5875},"id":11778,"renderContextTable":{"__isSmartRef__":true,"id":5879},"eventHandler":{"__isSmartRef__":true,"id":5880},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5881},"priorExtent":{"__isSmartRef__":true,"id":5882},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":433},"lighterFill":{"__isSmartRef__":true,"id":5883},"label":{"__isSmartRef__":true,"id":5864},"owner":{"__isSmartRef__":true,"id":5783},"layout":{"__isSmartRef__":true,"id":5892},"attributeConnections":[{"__isSmartRef__":true,"id":5893},{"__isSmartRef__":true,"id":5895}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"5864":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5865},"id":11779,"renderContextTable":{"__isSmartRef__":true,"id":5869},"textChunks":[{"__isSmartRef__":true,"id":5870}],"eventHandler":{"__isSmartRef__":true,"id":5872},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":425},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":5873},"priorExtent":{"__isSmartRef__":true,"id":5874},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5863},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"5865":{"_Position":{"__isSmartRef__":true,"id":5866},"renderContextTable":{"__isSmartRef__":true,"id":5867},"_Extent":{"__isSmartRef__":true,"id":5868},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":406},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5866":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5867":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5868":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5869":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5870":{"style":{"__isSmartRef__":true,"id":5871},"chunkOwner":{"__isSmartRef__":true,"id":5864},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"5871":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"5872":{"morph":{"__isSmartRef__":true,"id":5864},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5873":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5874":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5875":{"_Position":{"__isSmartRef__":true,"id":5876},"renderContextTable":{"__isSmartRef__":true,"id":5877},"_Extent":{"__isSmartRef__":true,"id":5878},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":432},"_Fill":{"__isSmartRef__":true,"id":433},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5876":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5877":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5878":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5879":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5880":{"morph":{"__isSmartRef__":true,"id":5863},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5881":{"x":729,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5882":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5883":{"stops":[{"__isSmartRef__":true,"id":5884},{"__isSmartRef__":true,"id":5886},{"__isSmartRef__":true,"id":5888},{"__isSmartRef__":true,"id":5890}],"vector":{"__isSmartRef__":true,"id":442},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"5884":{"offset":0,"color":{"__isSmartRef__":true,"id":5885}},"5885":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5886":{"offset":0.4,"color":{"__isSmartRef__":true,"id":5887}},"5887":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5888":{"offset":0.6,"color":{"__isSmartRef__":true,"id":5889}},"5889":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5890":{"offset":1,"color":{"__isSmartRef__":true,"id":5891}},"5891":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5892":{"moveHorizontal":true},"5893":{"sourceObj":{"__isSmartRef__":true,"id":5863},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":5748},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5894},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5894":{"source":{"__isSmartRef__":true,"id":5863},"target":{"__isSmartRef__":true,"id":5748}},"5895":{"sourceObj":{"__isSmartRef__":true,"id":5863},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5748},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":5896},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"5896":{"source":{"__isSmartRef__":true,"id":5863},"target":{"__isSmartRef__":true,"id":5748}},"5897":{"_Position":{"__isSmartRef__":true,"id":5898},"renderContextTable":{"__isSmartRef__":true,"id":5899},"_Extent":{"__isSmartRef__":true,"id":5900},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":532},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5898":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5899":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5900":{"x":768,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5901":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5902":{"morph":{"__isSmartRef__":true,"id":5783},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5903":{"resizeWidth":true,"adjustForNewBounds":true},"5904":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5905":{"x":768,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5906":{"renderContextTable":{"__isSmartRef__":true,"id":5907},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":5908},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5907":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5908":{"x":768,"y":275,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5909":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5910":{"morph":{"__isSmartRef__":true,"id":5748},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5911":{"adjustForNewBounds":true},"5912":{"x":2058,"y":41,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5913":{"x":768,"y":275,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5914":{"x":2738,"y":40,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5915":{"submorphs":[{"__isSmartRef__":true,"id":5916}],"scripts":[],"id":684,"shape":{"__isSmartRef__":true,"id":5927},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":5934},"showsHalos":false,"name":"Rectangle8","partsBinMetaInfo":{"__isSmartRef__":true,"id":5935},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":5936},"eventHandler":{"__isSmartRef__":true,"id":5937},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":0},"isBeingDragged":false,"_origin":{"__isSmartRef__":true,"id":5938},"_ClipMode":"hidden","_Rotation":-0.8094733724130301,"_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":5939},"__LivelyClassName__":"lively.morphic.Box"},"5916":{"submorphs":[],"scripts":[],"id":686,"shape":{"__isSmartRef__":true,"id":5917},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":5923},"showsHalos":false,"name":"Rectangle9","partsBinMetaInfo":{"__isSmartRef__":true,"id":5924},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":5925},"eventHandler":{"__isSmartRef__":true,"id":5926},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"owner":{"__isSmartRef__":true,"id":5915},"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Box"},"5917":{"position":{"__isSmartRef__":true,"id":5918},"_Extent":{"__isSmartRef__":true,"id":5919},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":5920},"_Fill":{"__isSmartRef__":true,"id":5921},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":5922},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5918":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5919":{"x":100,"y":100,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5920":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5921":{"r":0,"g":0,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5922":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5923":{"x":21.515937721611408,"y":34.80162880658554,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5924":{"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"},"5925":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5926":{"morph":{"__isSmartRef__":true,"id":5916},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5927":{"position":{"__isSmartRef__":true,"id":5928},"_Extent":{"__isSmartRef__":true,"id":5929},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":5930},"_Fill":{"__isSmartRef__":true,"id":5931},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":5932},"_Position":{"__isSmartRef__":true,"id":5933},"_ClipMode":"hidden","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5928":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5929":{"x":126,"y":92,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5930":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5931":{"r":0,"g":0,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5932":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5933":{"x":-25.43978378462225,"y":-14.62706612040165,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5934":{"x":3615.000000000001,"y":73.99999999999774,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5935":{"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"},"5936":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5937":{"morph":{"__isSmartRef__":true,"id":5915},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5938":{"x":25.43978378462225,"y":14.62706612040165,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5939":{"x":122,"y":93,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5940":{"submorphs":[{"__isSmartRef__":true,"id":5941}],"scripts":[],"shape":{"__isSmartRef__":true,"id":5972},"id":304,"renderContextTable":{"__isSmartRef__":true,"id":5976},"eventHandler":{"__isSmartRef__":true,"id":5977},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":5978},"name":"MonaLisa1","priorExtent":{"__isSmartRef__":true,"id":5979},"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":5980},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":5981},"__SourceModuleName__":"Global.lively.morphic.Widgets","isBeingDragged":false,"owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"5941":{"submorphs":[{"__isSmartRef__":true,"id":5942}],"scripts":[],"id":305,"shape":{"__isSmartRef__":true,"id":5960},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":5965},"name":"WanderingEye","partsBinMetaInfo":{"__isSmartRef__":true,"id":5966},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":5967},"eventHandler":{"__isSmartRef__":true,"id":5968},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"layout":{"__isSmartRef__":true,"id":5969},"priorExtent":{"__isSmartRef__":true,"id":5970},"distanceToDragEvent":{"__isSmartRef__":true,"id":5971},"owner":{"__isSmartRef__":true,"id":5940},"_Rotation":0,"_Scale":1.002003004005006,"__LivelyClassName__":"lively.morphic.Morph"},"5942":{"submorphs":[],"scripts":[{"__isSmartRef__":true,"id":5943}],"id":306,"shape":{"__isSmartRef__":true,"id":5944},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":5950},"name":"Ellipse","partsBinMetaInfo":{"__isSmartRef__":true,"id":5951},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":5941},"renderContextTable":{"__isSmartRef__":true,"id":5952},"eventHandler":{"__isSmartRef__":true,"id":5953},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"layout":{"__isSmartRef__":true,"id":5954},"priorExtent":{"__isSmartRef__":true,"id":5955},"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":5956},"__LivelyClassName__":"lively.morphic.Morph"},"5943":{"suspended":false,"target":{"__isSmartRef__":true,"id":5942},"selector":"pupilFollowMouse","args":[],"stopped":false,"tickTime":100,"currentTimeout":131178,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.TargetScript"},"5944":{"position":{"__isSmartRef__":true,"id":5945},"_Extent":{"__isSmartRef__":true,"id":5946},"_Fill":{"__isSmartRef__":true,"id":5947},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":5948},"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_BorderColor":{"__isSmartRef__":true,"id":5949},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"5945":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5946":{"x":11.161954855290787,"y":11.161954855290787,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5947":{"r":0.15291227995514967,"g":0.043913270140966035,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5948":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5949":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5950":{"x":9.388604312203238,"y":1.4071410572017342,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5951":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"5952":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5953":{"morph":{"__isSmartRef__":true,"id":5942},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5954":{},"5955":{"x":11.161954855290787,"y":11.161954855290787,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5956":{"pupilFollowMouse":{"__isSmartRef__":true,"id":5957}},"5957":{"varMapping":{"__isSmartRef__":true,"id":5958},"source":"function pupilFollowMouse() { var eye = this.owner; var eyeR = Math.min(eye.bounds().width, eye.bounds().height)/2; var pupilR = Math.min(this.bounds().width, this.bounds().height)/2; var mousePt = this.world().firstHand().getPosition(); var eyePt = eye.worldPoint(eye.innerBounds().center()); var relMousePt = mousePt.subPt(eyePt); var pupilR = (eyeR-pupilR) / (1 + (200/Math.max(mousePt.r(), 1))); var pupilPt = Point.polar(pupilR, relMousePt.theta()); this.align(this.bounds().center(), eye.innerBounds().center().addPt(pupilPt)); }","funcProperties":{"__isSmartRef__":true,"id":5959},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"5958":{},"5959":{},"5960":{"position":{"__isSmartRef__":true,"id":5961},"_Extent":{"__isSmartRef__":true,"id":5962},"_Fill":{"__isSmartRef__":true,"id":5963},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":5964},"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"5961":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5962":{"x":25.9652657274915,"y":21.9652657274915,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5963":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5964":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5965":{"x":163,"y":133,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5966":{"partsSpaceName":"PartsBin/Fun/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"WanderingEye","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"5967":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5968":{"morph":{"__isSmartRef__":true,"id":5941},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5969":{},"5970":{"x":25.9652657274915,"y":20.9652657274915,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5971":{"x":52.97994989982794,"y":-11.635088176809063,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5972":{"_Position":{"__isSmartRef__":true,"id":5973},"renderContextTable":{"__isSmartRef__":true,"id":5974},"_Extent":{"__isSmartRef__":true,"id":5975},"_ImageURL":"data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgClQGpAwERAAIRAQMRAf/EAKQAAAEFAQEBAAAAAAAAAAAAAAIAAQMEBQYHCAEAAwEBAQEAAAAAAAAAAAAAAAECAwQFBhAAAgEDAwIEBAIJAgQEBQEJAQIRACEDMRIEQVFhIhMFcYEyBpGh8LHB0UJSIxQH4WLxcpIVgqIzU9JDJFQWsmOTwuJzo5RVFxEBAQACAgICAgIDAQEAAwEAAAERAiEDMRJBBFETIgVhMhRCgXGRI6H/2gAMAwEAAhEDEQA/AOO5CLkkkQxHmI1veLV5m23CuvVG/qAwrqGLC8d4/lOhNR7KxyEoDghtyAsSQS0WBDLqCPN+IoVhPhfIgxOrFigBCqIhRofGO0UeqdomPPyK7eqxBCgIATHmJECf91GImaFnzZuQpUwNhRfUiFJJGpnv41F5GuosOPJkTKgZQ2PcSpF9ttvXqFomvDSQa8Zx5QVGUEhikgec7iPlM0S0WLuPjvjygqwOJLHGAZCgAQJj+bSpmcklxYsiIqAhFYsGIkmblF8K01pYHh5GJkIdjvykKocMTtH1EgW6U7T9VdURuRulGUKTvmwIFpAH/ClRgeMjGmPFjyMyModykKTum4mLE2+FZ5wMK+XGiZuPhbcovk3WBmTsJ2m+hN+1LBxLiXCzYzjBiA3HS8GfMxmAdT+2nseBhshxOpfcfMGECSYFm+KjtWWy5EjK5fzZICrBUGygNeNIEi1O0vVLw225YGRjukjc1xVTe4F1WMeLk+szZGGlhPbp+dGu35T6pMYhirDbcydZvr+dVtscgfUVXEPKmJHwMa6UvbgYE+RS0QQwIvPcVOSusOxyDIFS7aknrftWG27Sak2JmjfkEm0DSPGujXwzs5WEG9CpI2tMnwFaa7cJsNx8TIzLkO0zIU3t40fBLY5AEAMGtHY9J/XWW2FSGOVnO/d5QslTFiTE9/lVa7cCwWfI7sqoYJEsTYDpHWrzwiTFGyOcYSdzBoPYgAfGn8KTp5SC1lAO0DvpEVO2+YPVJi9BlBJG4C4sLR1vWW2F6xIgwsSoO6IJQgED91ZNBji/0X2XciZNxuGlVJjkszJjjyFk3aKDvsJJm2nQCn1ixOvELYxJ8otLeYnvRt185VKbLgfaFkgagDx017VN2wkHpF0XGpLEyYiIA+Her1tsTRpxt7S1gpmO1ovMWo0uViTjqyr5QGH83Ym4E1FyaVsI8oEW6D5+Halm5h4SNjxrmIgReLRFoqfb+Qwjy4TkUkJCR5lFhbvFLbYTBYMJMrtMzGnh3mqlFSrgCBisSLnxtp+dVLwz2nI8AdyA+MEMJO1Qbfuqpsz21hsHE3ugEkCbAdfE1eumVW4XzhQ4yQ3QbW1iegHe1dGsvjLO3lGuNiT1AJM36fKTrWO1vhpwc8cqWYRtiLzp00paynYYq3lG2RFjefwrSM6g5GEBtxBABEm5vOtVNPksocuIlgq2Ijpe3+tOayU7sf1OR2/Our3rPDxT0pLFp10811EmRPX9OlceLhpBZMDOC4VVfF9QjQlTBHyFCchXjf0CqEOAGDYzuE7SVHe7TY6VHK4n42LH6ZR/PjRQqsLGWNydLL2/dRLU7oxxgufyjYLkKbgwZtOkDwq5DyPJldsSsrRsBZW2ybEbW18KmS08JWzD14Y7iVlTBMMsklj0tcU8U0wOQPiJQbSXhgRuKydZ+AoCfG28YyFZ3ZlXcYkEgjzeEH8anIwfkqQ6jay7Mk3JiJEROsT+VL2xTk4L0/VdQ6HGFEsVMGTO29xRds0QmSWLeXyiNxAudwOgkdKXJ4Revj9acrsjY1lCBvJkgSLNYCq1hWH2ckZEJxq1mYb76kTuiPACPGqsJK+NvUEf1AkMrGDO0nT/AJr1nVRKvpys4yYAOMgCYIFvhf4VF5VD4sCt9DNK2YE6wJAg9KPg0nGxZlz7mJ3xa4It+HenBVkDI2PIFGliTaIOv4VUiBY8KB9xa7fhOnSngEMaIAzAkiIJ8T0pZgToqh/UI1uZ+FRvtiFOaJJ3BlWRIO3pf41hbK0yL+3Vn8onQkdLittNuMI2F6TEqBZAbR3ETr8K2xhJvRIYsJdRaOsz4n41NoW8HH3KTEyLzqO9KWJuRtjaAFABIgQBcXinSiVuM+NdrAAkndpaBoaNaYsmMETu8p6D86qgzorBithEG09KSofDhVirMI3CDPwtH4Vnt5aRYw4VB2ky7CJMkxStkNMjsihdVETtU2+VF2zE+vKVGAUhrEiwF/G805MCj46puNy0Nc9BfSntsQsoD7gCRsMN46n4UvXJm9DHiVFkkAGASLmZ1v2tUyWeFQeLbvBUBQ07za1oH66vQqj2lU3QbzMXMExU7L1KTIYWAMEa696znk55GUIyNusLkA/hH40ba8kNMXIONtp/9Q/Sxjp+VHqVMMOWV82oBg9e8TU7Q9UiYTjG5ruSNveZ+MU9ZRtYmxEujPtJTXdfdOlpNba6sdlvCiqsXDNYmNJv0rebyI20WTgTcQBCsB+Gp7VrN5lMQMrqCZs3lCkHXxrHyuIMbvtMXBF4taIIonC6Dcd/cgXn9lLXbksG25JI3QCLmZE3ittazsQlQGV58xMR8LUUD3N3b8GqvZLxXImxciYwSi+fSWuDt16A6/Gp11P2Pl9TCCyOfVIDHH1BsoWZmlvwWpYcAy4Tixido2F3lYsFnraZbSoxlVuEv9vkPHZVGwMQrLrGncfqpeqfZHkxZMbNucA7CFUCP4pj5QPnVXU5TYrFo+nIpLA3AjdafqvNEuF1YwcfEuP0yAuSQWFiskRp4aUrmklGFlyemYW8sq2iVnXWPCiSptEePk3+oyKkfwknoCNRpJ+dFwNMrPpY1JVm3KCrMUBgwCNZ73qK1S4RgRANN0QSTBMW1I7TRrhNyHIVYHIt5AAZomxkiTfQ9BV04qYuMj70gF3Q4wUPl2iJBn4zUw6mGB9mKXbJlM7Mm4LAGpVZgSLX70XJDVAzsGgBQyjHAuSQLwbxForPlpCRMe7bC78lybEjaPhan6mIasykEh2kjtYWHarwhYwlWO7zA3UdjYU6IsYkbIr7Li7MneTa5/Gs7k6lPGBbefpAsdImLilrraBpx52lvqWTuA/MCjXXkjLjAaEsJvN4gdKNpAJVJgCPN9JjS03FReuUJvSvtbyzAsLfjV6TCdsp/wCzxuSV+oNJ/QfCr22KJMWBdwAF20J8v66jOTqU4mUbUgEayJ630pzUYD/a5iQ832hYAtrNaZhWJc2HIoIZpbQgxeL2+VOWFhSbjxkVd0KPpXwOlRcNJFj09mP6r/yjsO2t6kGx74AX6oEanWlstaTE25JIY6W0n5VO0CSQHXaTvi4H4x+NPW4LCRMW/ILTJALC5uJ8aJMl4Wzi8ogWiwn5f61dOUsa7NwZTtNyOvaJtUUw52G1SgO5ZYD9PhVQAw4n2EEwIlxGpvpY96V/j5+Qj9NRikSxB8pva/ifGpUL0mVm3BQJUsZNyNPj4U9J/IZWAmUMzLBuTHx8RJNG0uStFLnFuJDMt7k6fhUWUSBAYkkAQY9Q9QNbVNyeEyICp/hIOhJEHXrrWl1TVnihCCCu1gNrR5tCZ/QVp5mGVWQQp2kykdbn8DVdck8pqVssZP6dzH0zaenwrS7T4CJkbIw3OoB3Fjcx3FL1zYeUObE6sRbzEHdoZW4PwvWu2mOEyq7pIaZBMi1r1z3XDWGRwFAYwBJF4AtEDwq9KixX3Y3cGBC3AEx26U8ZpeE3qp/P+X+tXyXq8UzMEV02xCuSwMrPb8D0pIJEd2JJ9NMhsJnWduvmgjxosGVhMzAPjwqZfaFdhAhljzXsRrUCIuTlcK2PFAK6vOkbWme1xSqpBCZG4i95OskjXvIvaibcHdVwccPjB3mfNJVtup80QNameSo8KcawTcLSEG0XvM/OwrVnamVWOTfBKt5rETqB2NpqtjWQFPpkorbVEsYYSWkkfj0rCtNUWRNpthVsTGAP4toXW4Gs1nitcBQZn2jZeFkALbSxnxuaJQbGjY9yrjLKjCSGAO0Gwg6Xiq2vADiVBGUlpiCY2iZgDzW73ilrsVixkxMvpSxyFZ+oDaTABjtC/nRtsJAEbMRC4/P5mIUWUsSNt9vSKlWRZnXEV2qwIHlBEEm401sK01pEnqnaY8oupJAtum4FVnlfwlh2RNFYX7fiZqd6nWJcKlMwZRCj6SPxj4VnNlVc5IYAjQm8RA6DTWjOBg5VlxLu1sIOoEzbtSyELJ/T2k/Vr30vS2pScpBx3mY8+2J7a+NaS8IW8buuPabqASIj9utqnFOVPjIMwY2kC8aU7rksrD40VA6xAkKNdO9qPXBWiwZFE7luT2mBP6GtoJrVvHs3EKbTrMQfDtWVnJl7hhDYlZZCD+C5ua0xwU8qmPiqzrvYkSIaLiL/AJ1nt4WD0gB5TO2VGoPhf59aV24OFjTGykyCI+oyLRThjbG4YESehQyuhvU7Tk9UuEZCxLLtIuSZm3S0UY5JYTG5ZZWIEELYCBHxrSRK8qBQTYqbnoarazCJDZN0QDawY9+lZXXK8gzIFtMA2AOhjpellURsW/uWVGnaqqouT1+m/wCNPs1ztABkG0QQQGInoQLyPzrKxSdFG5ZEkGwjr+Fadc5hH37WdSYUEgE9egAqs4tgkNkgeU+aY0vp38az38rlSIqAFjaTKg2G0db94p+qKJiQNPMD0MASZI0OlaSEmxMQAVIG0RJtrefGmzsWA2N2VCRBJta//NT8kjzAoNy2boTpPz7U/kQeUh0SC0wJ6k/zVexSAG5mAkdGL3kXjw7UbW4yciHKCRN9qybmYvWMueTVWQOF3tC49e7aUptlQMKhgSRAEiZ6yBIGtb6M6f8A7fk/mH4itPUPF3VN7sF3nynZIGtzHQVDIS5MQ2lklTjlZnXpcjXz60qosGXIMnnJaNjAHTa2lx2NRaqaxNiD5VdVkyWLq1wdepqLTwZ8GW25PNckzF1Pj2AqburC5ivhJALEAqLX8widJNaa1ltML8TEQA0bz1sOxEzNa6sbnIDiY4122bVgpNjI/Kp22a66jxu0bSAwDHcoBETcLJ8DrUWrwublbHuU7SI8zAaQe06xNLbB6z8mTiiXKrACh9qqAASToReb1nI0uCTi4VbamPzKbt1E9dJtVXVOQvg/qA+kGCiUGksJuGBn5VM4OUN1O8GQhZWUmRJNyw7yTFFoLHxx5Uxguy7iw/gBLWOlOYGBDDklV2WgwsEkidZPgaVqpDpjJCEEQVBvbWY70exreDFuvbyzE3n8Km7ZCQYgkOpEgz3qcHIbYziW6MRB6/C1PJ2EmIuzqbwot1kaa0pTPkxkdJ2kE9xHenlnPKxjVSqqyncpIv2vGtaXZOCOItYrZRPh4mqhWYWOPiYZYKgrFpki/Q9arW4nJXm8CfFtcHcNoNz2N9Kj3tXNUmHGizuN5IGsXEVUvJp0VFVQTAPxJknwo2RhPkxkLsUhhMselu9HsMI3ZUuYBnWb21iouysG24iBrJMEi0R18KqHyjTFt8HmVJ1nofxqJnJpkx7mhz1NjaCNSKqjK1hwGSrCY+k/q+NLPKeRJCBWIBMz1MkzRr2ZuAsbiyAx4ydZ6zT7OBDNjMQ51GnWJqffgscq+ZVbaHaD1WQOp/Gs8rnAA6w8nzkg7tFE9P8ASnk5DlRC+Yg2C7b6noPhSyvAlzwRF1ES5kQNRaKrS/yK6myPGVwAVgb9027TI7UreRIeS2OFJmBtUdZHjNL2PGFgZWGwMpd1nvc2idLDpWk2TYkIldxsIgSR0BI/On7EWOdqwAGhQVMEmBVa1NWvSJ2eMboMXNtfnW0vqzByHYtIO6JCoRYDXw+VZ7bZOQWL1CAu2fKdv4g3/GjPAwk2FsKwCNwYT3I01ilvvxgIGT+k4BgT5hYSBcVnNlSKWXYcpaZQKCG0iANI/Ko1vJ4OCgEy0H6yYsda6OvZG0DGT/2h/wBQrT3ZvFfTdndm8pIZgvUWnpRlMP6JcxiJGJVO0zMQs9BS2saDwYd2VQFI8ogwPlP5VnYdWsPHKDIT5QJA7EGSBbTWpwUqw2JXDk9iFjUSdSdDJpenOTqbBxgMTgY/OVjy27dwPE1tJGVyN1LiFnaTPmIA2iJFutqPY5rkW5el4AmdLxKj4QKzrSTA8ONQF3GMYAJKgawfwHUUpzTTpjeAjGWJDTcA+UrfXuaVmDzwRyFWLBTDQQLXvfTp3omwxlKOTuVmkB1MKpmL6yB84mq9k3UCetkchQ29C0HpAsFE2i1Z25VrFgYEOM7hO02EmZMmRrUzkwP6a48bZdpZvK0mZmLX0t3p5Vg5D5VfIh2npbp0NrXpUaw4xRkQz5gFBF4MCDPxiotaYSsNqKBChTAj9/hFKZTgQLOR6Ot2uZ8vjbwq88FEyrtw+mo27tbHrAmNKmHSTyK0HrrN7zQd8JsKAp5baSTe/WqxwyzyfOjbhtsGmZv0pZVrqaHmSCCAu7oCp0j8K1l4La8jbk4OMhPIyhIH1ZCoHxk2p80vRic/75+2+AT/AHPuGBYJO0MHNvBZNOde34azWM3J/lX7SxOv/wBcuRSZhVdoB00H66udO+TxDY/8ufapZmPIbYTBc43i8CdKv9OyMRp8X/Jf2vmyeknuGJGI3RklYkgDW1T+rb8HJGtx/fuFyHDerjdVBkoykdulY2WXwv1mF9eTxnLDcbCRGusVntU+qRMmPzbrggTAm8WA7XrXWsrbkS7A+0MZN5J0sABSyWucrCswx7g8sGgi+6DqYFTzldT+s5RBAsTtO2/frel/lM0JRmJGYH4Qb+U/prWO+9aw7brkLaDdYsdTVazKQ58UhQt7aQDBH+7pVTW4yeURx5S0BZMRAgAyb/tqduVQwQY9oULuI8okwO349aZxNjT1c6vqs3kwCNJg9L2NXpP5HUmRceRm2rJuJBsPClvryUoBi3qQQ07QwkC5+FvLrUzWlakTGRjBYmD5ZjQfzafxdK2mskRatLj2pOTctrdQB0N+9vGnrrxfZObkKbCnkZoYGC3U69JpCrGO77if4ZaY1nTrVTbkqbKHIdiAJ1v1HTub1lteTiTApI3FY8jNunQiK115idkj44VBkMECx03SelVdSim+HcruTJkESPyNYbxWtUsyt6kb4JMd9dTUyLMAPMG1Oh+BPat9WexbE7mgsPH8uZXyFMflQnzN2EgzrexrWxlPCxhw41VYA3DdDRtm0xbx8ackLKbDx0GcEg3NwBuEqYt+FI7SyY43KVJi4XuYIMW796LqeqPGxXcqkSYQ9LxpHW4qctFwPi9LIckldzQbmQRNz2ipu2Cmo8Sy22CcZYkdgAhEfCam1eMIvTG5cjIZgwsQR1nr2Aq5Tym9PeQNREwoIDR4dqmcUJEDlpXcV3CLG9oG39dG2xeqQYgTtaVEQUFyYt10qach8HGTJkg2EyMck2AkCNKU5PCfFx2VyATtGim4Bi/x1pSjCymI48StuLNBEzBmJuZ/XVYJFn44OxWggrDwJ3AwSJAF/GldcCVW3uuFlB2wxG0AgmF1F6nar1idsOQ59rOCykiDItBJ1/XU5weTriAI3kwoJ3mLHr+Rpe0EmVhURQYJHYxEgCYE/vp0pBKC5AClhe15udPh86UOj9NyxQLG0xYRYE2vTgsWceJ1szD6QSQbCnngscsP7l+9vYvZOO+fmZvNjsmJPM7N/tX9ZNPXq27LwuySPLvef80+9e47l9rxL7eu5h6hIZwmiwTobdK9Dq+p687M7ZZw5D3LmfcHJxNyOZym5C7iwV33MLi8TW2s0zwu6WRkjOuMHOSDkMraO1dE1Y3bBx7u74drPPZekAXsOpp3rmS9xp7mnpRkY7QSRGhM9BS268eCmyVm42QkyGIneJAudAImlZVZTcHNzMGUDFyMmJSDG12gWBH51G2LOWmua6Th/f33N7dkBfknMAY2ZzIYiDYiR1rC9GtVm5d77B/l72/K54/umB8GZ4jKCHU+UD+Ga5+z69ngSTL0Phe5cTkqubiOuXE6zjdGBVgYm4rj3zr5V6/ho4Cdwm17nTT901Pum6rCPudUAB1gRcQDYfjSzalbTE+PENggRZhe27QTRtp+RKFnIcbfojzbYE7qcvwSDK+NhjbbuZZBESZLWMnSt9+yXTGC01sqPETkaCtwBdxqBpWOta0/o7hIEtcyZN5j8qV8iHWd0KfL0B7HrftWmn+wqw+F2BWSAfKwMAgTZelT2S5Tk5RwhIURYqkDcTHXw71ecQs5TjDkfGkibnJkbqT10m1ulPyineAIyGQ0zaAQaz23viqh8e30yu3TooJAGl5o13hXVLx1AZDthACSAPnNLS85KwboDvYDcbad46fCnbmhJhgRuJggiJgSDftYVc2wV1WMgHoB9oO6YHaCT1ouycKMEptezA6mNT+nWouy5FDJikyQdnWP10s4qkWPED9I29AJME9Tat9blFix6b/zH8DT/XU5eOY8PoEttG4KSpIN9rCdLCDFbWOeXMGh2lSAWHmO6RG0AgWMDQj8Ki5hrX9xjRoXSypaTAWbgz8aNTwqcjkZFyAqTJJXxtBJEnvRtV6wkJ2KA0bhuNu8QI6RIrPLWL2DEHkMBuaQ9yTMdaW0OLOMAY8T7Y03NMfUKNTDjxnIVliFHkBPWbTcdaYwlKgEoDAKwLnbrBotCZQF2An02sTeQAO9pvFTtM0ZEiklGIDOQQYJOoB7VNC1w8ZECJIk3Pxnxv3omYMpcKY1YlzAE6A69SOtTCosmEMpWLMSWiwAPeKV2sVIjLAZFKm/QiJBMH5Ur2W0SGfFiXayaK9lj+aP/hqdqqRZxJihcjiTN5Ok2MQKm1fqhzYlygsWCqL7SbwCCbz0GtRnk8YWsOJQGhRG2C57HtP6q3RkWLCVZVHlEmTY6dqIWTviABbQG5kX1vRYMuI+/v8AJHC9l4zcbgMmbnsYCklkxgjVx1JB0murp+v7+fDP2xXg3Oy+7e78jLyOXnZ8h3MWdpJ+A7V6mvr1zETc7eV72H2pW5SIfOzDyBrr+ydLVj9ju4adWmGp90BMYXjCFXHe127DpfvXN9OfLb7Fkc3mw4Skt9egnp869KbuT1yrf27ek24CSJJ6if23p3ZHqjHHK7t07gY0B1vVzYYiN8cglCQZ83TTSn7Jwk4/Oy4WVrwfq8YqLpKudlnhrcP3T23OFTKvpupmW00isduuzw6Ne2Wcn5fFwsCeIN2JoAO4Wi/STep13vyrbWfC79s/evvH23mI4+U5MJ+rA3mQjvGkjSRT7ejXeM9d7rXvn2J9/ezfcPHT0s/p80KPW4r2dYF9v8w8a8fu+teutvb25dvhGOcbqIdT0/EVh7I9atouNsKEErLQwGhM/sNPOU8wObDhBKxuXWACdT+2tJpwXsiOK4ZVLKbHbYam2tKxUp2xBUIB82hMR40prRahxk+ljF2InURJp/Ksp8aqXDEXJFxbQXgfpetNP9sptWVwyWKgqoJgaQfEGiz+SckyDGgLLCkeb49posC7xsYCrAADdRIkHva1VdeGdqTMyMYCgt311rn21i5VcccY8gIO5z2EAxETfpWUnK/hNIAgwL2IFiI7VpEmI2ko4AU9RcWH407vgCLwiqOgsCLiI7/GlNsgeXKu3a2mkSSDrAvVZ4ThTZXVQyyLR/xtUzwuIhh3l2EmRZfCfDpT1HhAyMzM6qR/N8P0FdGiaijL3/8AMa09meHkeYq+Y5FacIu1zobG3zm1V4jGTgG91OUJu9M+U7L2eY101qLtlp6rGAriZVbHOVlJdtwO4hdoi8dbSKshDDjyFRtHm2kAyAEAG2PiLf8ACo2qolCIEWGNjb8vKPwrO8NML/Gxr6W4iGcspWdCBYyOvejOREr4VZwqmCADAsesTrJ60oZjhLZFxpJCbZA0sNNRoaMjKXHjZiywTPlYkxAsTE6XN6oJWVmMhQFUgMFi0GDJMeFCUiYUElQW/hktpDbZpYPKxhxsrEk+d1iZtYeHSaVL5AQz5QuMkDzSZme8H41MUWXFlGM7QA5BhNRJPb5dqnC0fnRUAGhuGsVjb/pU45Czhw7suMudwDd9Lz1NRsqCQvkIUGASIk2idNdKMLysMoUX+k2M31trp1P40TXkrRk+YhBu+m4AOgt3rok5Z0+ZCoABEnVrx8aPU48s/wAhf5Kx8DKfb/b3nO0hswg+mOrAGxPat+n6t2ub4G19Y8oHJPLz5smY73mTMH6gJ+fWvR3nrOGOuuatpwmGNDjUOHJUtC/w696x9mmG99r8TBx3bk5k3+mANxg2JINh2rk+zt7cOrr4wp++Ljy+nnncBlbHsESpBJGnxrf68w5+25rIyLjgbVYv4jSOxjtXRi5LPCo+fHiOOMSyQwbeO/8AFGlvGtNWW1Vcv9Rw41aCXmZj41ozQurAMD5pkHqbddBTJXdce212HW3WqKxE6YY3KIg/STu1NAkT4uZkxbgYKHQfp2qduuVpr2WJt6ZXXRUMHbp0tUTMVbkft3uXN9r5+PmcPI2LPh8yuDedfwp7dc3mKibXWvpn/G3+QOB9ycAboXmYl2ZcB791j+avB7/r3rrsm3tHf8dfWQru3JYRqZnp8Kw8I2iyMGJcYZhYrLTeTP8ACPnXRpWVM3GK5Qohk6DrHxFvlTtVFPI2VWMwEiAV7m2lv1UlIsWxkELta86kDvf9VQE64yCTuJYGZv18KvSlVhOQyiTIiLX+FyaczkqnQYdmNZG0eYbTeY06dfGtN54RKsYs+xYAMCJPYx8/Cs7sfqWTaMskwrEQwnUdhWN8qxwnbEkK6/VIN+4v+untpClEePtcZMqjcxB6xFZ+lPKI4t7yLAASdexE1U1yVosqKBIMObsDra1P1EqMsGQEiNt93hHX5Gi+DQ8kzjG2dh0vF4nr8am+DiHDDISoK9SCSJv/AMKvr5GytlP9Qmd0wQ0Rp2racEq+p4mmWHl+HCgAbI4xohJxpMQVIEyR0row5s4WX46Lx49Qo2RthdbSBddPA1ltiFrbUeHgIWDMsoZb1JItAXQ/M0srWMmLH6il1WCdqj/wyTaewqNtuVaixIHVckiWEQBe/Y0SZae2Eq5mTykgw1gCYO4gd6KJMpVIdAjIwuEa3llo61r19eajbbCbDiUZFZcexQTJWFMM3hbrS3s14GuaJsgOaFB9Pd5ibkAx3P8ANWV2aepY49JxckkKT2kyddQPjVHYs4zKEwQVvuEHrYQJHSi0pEuHG3qqu87QxPwjp+qo9hgfpsHEfUWYGB0vM9u9GSsRsp26+UNcQbgEwLDrTh3wibEQiY7eZCYNrALrUbHFmQGQG0qxGkaGJrPCkgx4tu3UmLAfGrUscXjDcd95UifgR2o15KpceMKcsrZt0WE2W0/CK21Q5P8AyX90YPY/Y3GIn+6yKQij6o0MEfSTMA9LnpV9Wt22wfiZfNbLyeVyDnzycjmwiRpEDw6V63GuuGcuXSfb32b73z8uQ4ONk2vF2XaNO5IFcnd9zTWT5a9XTtXf+y/4h9xyNv5DqqKBAhmaLk20Fef2fft8R1a/X/LtOJ/j7DxEHEfGGxwu7aFEyW1vOo+EVx79lromskwq8/8AxL7S2YuGZCWk4lA22ERf4Vpr9raIvRKwuV/h5PT2jlMgFo27h4/DtWuv9hvPhN+rPy573P8Aw5zfTY4swd1P07WURoep7TW+n9j+We303B+5/aPvXtoOPJiJQT/UH0gXk9ImvR6fuabuPf69jHyJnSBmWRPURae9dfFY4sV8inSIHWbiw70ZgChxqzbwCPlaPwpkigE7lAKyYEaCgJsYbGu8CU0Ig/rosyJcJeRlGUM31OBcHUjx71MmDtyvfbfv/N+3vdsXN4jAbCCV0BH8pjwrPt6ZvFa7WV9Z/YH3TwvffbMPuHHdScif1Mc3R+1or53u0uu2HZmWZdC2fLlZiYUkDykWH6r1pnMw54lRF9YDVVBgX7jSfjR15tLYGX25Qd2jd/CYrXbQtdz+ggJ6n+UdIkAxOthUXXDT2JVBKblhlsx0P5/HpT6uckLHhZlcldq3UR2/O1OVNStjbcBt2giSNbBRMm1Pa+BBoIB3DaB5bSLdBHjWW9Us+ludSFkC/j3j51nihZx4QBjEL4XtYdfGriNg8lnZAEIciAo7kHtSuaNUeFx6jqW1sDF569NKXXlVS5SNpcmZso0m/frV3VGVVmUD0zJcycijT93ao9eFa0GViQW/iMAE/wAovoaMcKVkGzeoBCgTEnT/AIVXUKrvDZGXULrebgHqSOvStKIoz+kin7D1eX4XAyoJnc3mAkM0eY69CwBFdHthzVqqDmRgwAVon+GBt8xt/urPaia4JCGBIGxo8ynyxu7kUtvAiNco9UKSJWFBkQTraOwgVnFri4ZxY7SReQN3fXr0q5/Epcomx7XPnkSDETJuwH4i1Rd1nTKAwUHYpBcM0GdRAknvWmvZgvUYdiWA3jdG06BRtBJB+K1lvtmr1iwobYuKIAERHiCZPwNZ7btpqlVQ7kCdrRI+JiL9aeuxbLGHfDyoYN5gzDpaJq/ZnhOd0lkU2sVAAtFrXNAQ5FYdYUEjagve5FTVQvUKhmeN28kkibRelBYfJjLKkHdqQe8qvj4UrscibBiIzAPeMZ2a6xGnzqPKotYONtO4jWPnFVqW2yy2NUVVX62GvWZ+EV0dcwzqDlcpMHHyZCwQAFsjkQqoBc+Edae29haa5fN3+QPuTN7/APceYYJbGx2cZegSIBImx613dGnpPantc3Dtvsf7G9s4WPHyuaoy81/Nua8eCpc/hXlfb+7dtsPQ6PrSTL1r2fgo2NfQ4ryYBLRjALQuh81pmuObVpth0fH9uygbfSRdzlQTcABZuIH8QohXZNj9vTeQxVWmF8uixIgGaj2vg/YGb2xyjbnmCTvgAmCD2pUa7KHK9oyedVJEEgv5TYie3ap/ZY0lZfJ9p5px5JVbGIYC8jW1RNmkcT9z+ys2OSRKCCApUQDYnU6Vv19mKnbWWPLPe/tx1LOMRZbsziLdZvFez9f7Eed29Vcb7hx9k7V2JPUa16fXvK49tcMx8YBtAkbto7mK2yzwgDqhg9pB8aYSM7yV0J1A0I7/AJUAmG8gq22bMoOvWgZAzqVC7e5+E2ok5K3Lv/8AEn3xyft73xOPleOByoXIGmBcQwH+2vP+/wBHtrmOjp3nh9UcLOOZiVyRAgkTM+Irx8cNNuK0XwDGFyBgTKkg9ReQDV65Z7VJlDlAUBcXJJE2sbaTpXZ2bW4ZySIsKqFiYAWLdPACsrxwvzykHHOTIpIK9LAnT4RUTTJ+xejkRmBJGOTJ17Rf4xUcw0qYwYIiSI7GPlrendpQkx8dgHBLMhAO83/IdqNcQql/pLjkWcLtJnw8KwtOB9TYm4CN0wOgBsLmK0m2IMFg9TIQGDgD+KALafrq9bwWx4YsVGtvpAMAdPxo0gtL0yQDu3MLKO0W+FVdeEZROkqIG0AbmsLyb0XU5srZGBQrt3XmRr/y+FZ73hes5RcfGTiG4eaZLGCBedTT67iHuhupaPqfyyYFjcG3WnNqnCvsf/2m/T5VJvIxgZMSuWaSy7Qe0AiAT36Vrc1z7WRaxZc6YQuQtBb+pNwAbkSKrapltWMWTbhDbdyyAZI6DoovHmn8am1abFhGQeazrAAMAtuJIaf4dCarr1+RU+JsqIpEEgww2kXJMRr8Knt5LSJV421A7/WtyJk2PX8ayxw0l5F/bYcRG4gWBYAduwJmb08KyM4yxgJuhRDEf7SND181TWmp1w5cmVd3lCkjaRM69QKz9F+6wybEhR5VA2dTZvj405whYVScakL0gGLiZ1vFhV2pSEEDbtJvA169TRKW2mblFlUtkAVTG6BEXt8Z1oq8iXjsuFXso166R+omZqvAymOJcY8plzuaL3YjxrDZcKAs5WvYr2Akj91V8CL+HKrhQ48obUGLTpVaM9hMcaszbQzAEAE95/P41vrthFjzD/Kv3avtftOTjDIqZeUCpvtbYGuI66x+NX063s2az+MeXfYXth9193OfHOPBjMAzJJn5R8K6fu9v69MH9fr99svor7b9o4qJjK41DECWPmknuxM189tc16t44d7wsK4cOToFi6+KgfjattNbXLsuY9gJdvpLSsWldwMwfjV3WRHNCNoZMhAJ+oqRrE96y185VfAsm1p2wwMXNvjA/CpEVuThxif5lMQBaBP7qnsk4aabM/MAGYKCGPQ3+r91YZbSuY964ikM5BJuIOkMdYqLtY0jz33riAZWGgaSfh4V19Haz7NeHmP3Fwy5Xfdl8qgntp+uvc+t2PM7deXI8vAGuJsICnpFq9LXZy7Rn5MS6KZ2i89O9aZRgDMx22vqG7jpTyBplg7gLxYfH91ETQZQxA0gSRb59qfySbDkUZMWaYCkSfCp3mePyevl9Sf4W+7E969iTEWB5fCcYc3mB8m0HG1+4t8Qa8Lv6f17Yducx6riVQxB/qOV3bQYA+fgDU3bDLHKLHlyDGxe4UHYovJH+lPr7faUttTsVceW7KB9JEG94HhWt1zMjVZ4+Z3fGAp3aWmB+u1Tptzg8DOxg6R9QiDqAIv10qNscnyfDhAQDvYGLrMdKwusipUxR2QMSSDAJ/TtS1hVHk3YxJunRY1M2/1qb5OCBC7QAIX+FpBJ17+NXcDKxjXHlVQL+oDYi0AyIkVeuMI2GcOw3MkbiIPUeJq9E5OmFhgBU+QAAjoQbmfnWsnCb5Vs+MentUgblgG8SfGs9quRnHCBvjyxINu2nXxrm2rSIXTbjJB2ACYMXEzEUaW4Oq2fegCSSUJg69DJ7eFXKQYfuPwFPBPLc3txbNkyBiFH8IiCB+h71tLXJlJm47vxUcp5tybgLXIP6qi2eypOFXJjbI2UcdiQxJWQe3f5Ve0wUtaPEx5DljMw6KbXIj8KjrO3jhYw8fKWLbY2/SLzqTpRtWs1kagxkIJJ3L18DenJnykOJFnYEEmxn4a/hTwqDyqzAAJKsZB/iuYF47Vjs1lBjwAIqnc2UsNzTfp3qLTylPHPonevmAW5F/qnprStEqdMO4kEhQ+kWI7a07twMFj2ZMrLtkn6r6WHbv3q9S2MpJyodVRjdjpHS0U5ynZdyKFxTO4z5gPLA7X7Ada0uuYUqHkKo2MCTZojvHW9Z+snlftwJgG45sNy7b6AwwFVZPhOtp+Mw3FDoSSR+JqpYn1NzuWnD9ry83kPtGNAbDzE28sdybVtrpxyi3nh8pf5F9553uX3LyM3NGxkUJiwA2xqRMfGTJIr0fp6zXWYPttzy77/ABL7WmLhpkQwzHc50FjN79K8n+03ucPQ+nMR7r9vSEQuNAGAPWK8ifl37R1qMy7uhNxrpHSt9OyubbXIsjKuzawjzEhYkAkHr2pbXKZBI6uVUH6SN3yD/tolFhIWxzuHlPlj5D4Vlvtg5MhdwXJ/CdL1jttzlc1UXzINzdFFj06kVN2tayML3bOG3L1gk6ReozWkcJ7xxSchiSwMMPDrV9e2Ke3McH7v7cX3nYSRNlgXEjUfCvY+t2x5/bo4D3TjOqkQLSrsdbAALcfGvY6t5XFvGOuNpFpYxuveAa6bWXyHmjily2CRJlQTNie4jSjW0tpFZMROUroe3QVqzqNyQCGuLdf5elBD37d6qJUyUHb/AFpXyHoP+DPfs3t33lg4xfbxvcgeNkQm28efGTf+ZY+dcn3dP45dPTfh9YcPm4tpyPClcZXd0n8YrxpPaZqtpJVReZjZwMchT18bgTNT7YuJ8nMXKbgZcm7GCbQUYE9QxEi8da6PbhEnK8OamPOqMQgAO8npAv8AnWOvFy1xEbcre2UqJZTCxET+EdDpU25uRnDRxPkyktO24LHSQe16WZlEOmcelkUGUxkAAWkfjVXZOtzlGcv9RddoJ2kkECRc/lU7yZXqWFVbazCFEkdSY8TQVXWbICpxpqwn5R1+dLXcrE/rIwAtuUQAdJb4VtrYzsTYlxHEuOASI8t4kfrrb24TFPMoAOMKVj+IEwZi3eL1ha1io2FTjbIQFYwJHWs9ouKWdV2SABBB080TNqmGpsCf6iiRaTtkwdKvW1NLcP8Ad+IrTJYeY8ZgG3ZG+qVVf/Cb/lW8jlq3kfjH23+oN6eXSSSxgCIrPfWXZWeFPjPhwchh6QJKhg06ySbgeNVvRr4C3ND5N2KwZz5mNp1/aKz/AMxWkxxWziSVU7j5gS4Y/UYinNc3K7stnKFdwwA8dIi9aeSSocTKjR5i8AA2MEn9VTtBEqBcjAbbC0DW1pi3ao9VynVCHXy6sLm+l4vUWSnFjMmMLAJWwJA+OnSltiiRAXjGFS6fxBjaTHX86yutVlEmRlzmSN3U6mTAt/pW2lsGyVQWeWMmTIiNR8Kq2kly48gxAEsoDEExfq3X49qzzTwi5KuWxqHO0MRtPWwFzPjRyabj4NxyBlAUsAMZ+LH9lXrlNW/7NVcOzQqgxfqBH5dL1rJLU8uK+6fuPiZcPq5Mmzh4ZGAOdu89XjrpC/jT3tvEa9OnzXzf93c5fcvfuTyUBGIgATbQTXrfU09dOWH2LnZ69/jTibOJiUyyQCIjqZFeH9+52r0/rTh7F7VjJZbgAREDxj5158nDq2roHykZUxrcEiSBYCxpM8Gytl3AHUzr0LXjXtpaqzwMCTIMeUsTO5gI0mQYMH/mvUTaFjKcvldmN+nwpb8jGEGXMceMwAxMMJN6iqk5ZvIyuAUsogz8SP21GGk4Y/IxszFtoZisA9CPnFL1WwvceMWlluQWJAGo0FLAy5n3b2kMhAXvuIsbmP1Gurq2xWe2mXG+7/azMLKWZp3G0666+Fep0/ZcXZ01wHu3FPEynHP0o0GNRrBr1+ns9nF2aYYrhypUaG4BM3uK6GN5INC71aYgjppTyjAMjByPAQSe51phGzP5WJsZHzmiCL3tHOycL3LjcvH5cnHyLlR7GCrbv2Vn2651q9bivrX277iTn8LFyUYJhyYw6spmQ0NfpP6q8TWetsrTtuYue2c7JmOQZXPlACJAEIuhOms1j3WS8H0a1cf3DGHGzIzKYyQsmGkdO1OXhpZinzcp8pL5CBuEhV1mSL/P8KnS5G35aPEYMEgbWAZyAb30Md6nbjwxzbWtizFcRL6pJA7fKaJyN7guCTl4iEgnedwM6g+Pyp3iI6aWDOuRMiBY2Fl0OgH7Kzs8VtpvzYmx71u2gBPQSCYp3CsZW8BLLJQiNYIOkmetGqbT5cUkOs7j9U2me1F2wWVlXxxvLEEQB4R2rXXbhnfIcwG4CAo2z8rXmp3qtdlTI6jE03J8oBt8PxrP2aRm8pbEnzqSJImAL01RTOZsQCfUdoU2IBi0/lrWut4TT7j/ACn/AKf9ankPHMHMx8jlBGY38641B6xP7Imu6xySr+fkphV1VhsUDyg3UwItXNLctccM3n+6PjYMtsXl3tYtAuYkGda231mEy1ntzinJxMp3QxYrJi5k6DppWennDX1y7EZd/GTJkIViCyxciQdtvne9HszutXeOfUCsHEGfU7k2I0+FaeIqRf4+AemFI8ujTa8m/wAIrLbdUgs/NTEgzY1Du4I3HsJE6VH7OcU8C4PuGPO4BBBQ+Uai418KnbbngSVd5agrAPUGLSQTFiDU7bRciHIh2gFbgGemvSnKPVWKbcpCttY2JChpggmB861kFi1xiXEKDtXdJcBZt1keFIWJMstxTdgA3QSSY6SP11V14TM5Fh4JZsRIZtjwST1hb9qzp+6/xUcFkZv6m4HeT0UHTWjXYVi/ePuB43tqYsAIfkPDEa7Y85H5D51OeWmkuXgX+Q/ePV52HgBm9LjKNw+mXABM6RAIEV6H1OuYyrsuHnfInJ7qmLdLNkXGeogGIr09ZfS1w/8Ap9E/afCTHxcWVi2MIAoMiDBEzevl+/fO1e70zGr0X2zLj2rtcQIXdJYXE6ietqU14O+Wrhz7xoCUghpA/iv/APprOeU7cNAYgC22YVTtOn0/jUb6p9kL4wQNvQAqT1vf86x9VypANqPJ2rofgIqpMFnKPM+FccbTDETN7XH7KLYqSqmbGjyqCFYCDAMWPf4Uazk8qA46qQGIlQdw8NwjoKLFeymeGguECsAQUEECbmddKn1OVlc72wbt5grO4Hb2EmfwoyeXL+98QY1JX+EGbEXIg61t1bWJ2eOfdeHEeXmkAhegj6rm5r6L6nE5eV3OVGXEqOpEhZC6A6V6GK5FbJlU5FZBECRIkEi9OQgqEbEzfxzAtbSmVgZBm0jWNPjQUpJuXEGgnzX7xTyLX0N/jLmY8v2h7f6sbVU4yDEzjaNp7aTXi/Z1/m3zw6T2z3Zv7tsmSYyttwkG0DoI/mrn30lVpvwuJ7omDEWB3liynI+5txJM7QLwP9an04Tey2j4nufrOP8A24nESGQM1yYHy6VemmILtl1XtmUMbkEATOnSw+U1ltZS8cruTk487DCD5XIUG9gOvXoKLGO+1qweRjTjuuIhRjTyeGo1qcJ6tsIPa+Qh5HlsWDGSdZJETV7a/wAWvXebW6iK3ploIgw3ciD21iue6NpVtTjERC9Yn+Kq18lT5QMeQemBKru/GluRK2PKjBR5m0bSI0mlCJ9+RQTBE+Y9KrkkHo49js3mKy17WjXxrNtqzsufG2IgDaI8h18arPC7MMbmcg41eRJAgR4j/Wteu5Z1Dtf/AN78jXT+i/mIzXg+f3Acfm7d53hApyKYkmYCn4CtZnDm7JlRX3vMfc0wDKTiy7TlYmCAx3Nc9FFl0p3X+KtY0ORgB4+0ZmRsp/ig2sDp2Iv+Fc87K6cRTLZsBR8zSinzOh1Wdwb8Y1q9bmh13sfvk4YyQ6bIx7jJsZ2yelRdUWNfie88Rc74S9izHGdBAEfOCelZ7bccNOvX8rGT3YthGDExyZ8iloHQbo/XWNrX1Vl9wY5FxmNyZAMgmRGNdB06Wp3yjHKxg9ywLifKHOMbtsACZVb28arXrZb3nhu+38vFz+M5DfRtBm8EXMT+cUdkxVabcLOPlY8vkSCSfNFzY9quSHLlYx4FfMJAkXIgzuMTeNK6ZZhNS4uKwy+YESTO4QCSNRdh8q57zVLORMY47QSJbt/tPQ2qrqjK2gh8QUgw3mkAwSIIHx6Vj68q+BZeMuNfWykje0BY8B3rGzlftw4T745K/wB0MIcA4cSlYixyEj9lVpcttI+cPfuRmz/cPJGUBG9RkVV/52E38DXvdGv/APOYc/Zty5nAzf8AdMJ3WOYbXaBbdYmu3/xXPP8AZ9QfaTh+LjU5T6e0AK1zoLzMDSvkO2fyr3+v/WPQOOcAxiWLKwsQFMNPjUe91g9cpcebhlTuADKCgsLiBcEdfLUzfgbda+Mw2hgRZSIMRcbiTU3ZF1wkx5gOsy0KSIFtPlUSngGfkLjRt5hR49z/AKCi7K11YXuP3NxMQ2TJUeUnUXkRWdrXXrRYfuJXydNB/wAxk9flVzYvXCVvdAWKhlVQbLPb4dxTlE1VeRzMY84YDfY9DafxoyLGT7n7risQyy3lJUGDJifyqvXMJyvvPuODaRO5tsxEXJOta9fWy22eOfcufI2ZzEG8T2B6+N69/wCtrxHndzk827IWBBmbzFzavTkcaDzQYBUm0R3tQR8e4swiXIMg9aCtT+hI6xBsbdJoGEK/SxCxBEz0kG96Cw9j/wAWe4FvtPkY7RxsruQRYApu6xaR2rzPs643bzw3+T7yrcrFtsHOOziSqBpKkWBmCDXPJlM4dDxOQeTjMbwvUtfduOpgR/wrK64atTFw2GKEK7u502bvNf4UtLzgr4aC8rOil0ZhBmTCi4NVZMsNrws+052bMuZnKrDWnUEa2o2YzbC5yeTlHtvIyBtjMwRSL/xDrHaaykzUS8Wo/aOQ7ZxmZiqERCnTbc6xR2XDo6bw6jB7vj5Dqo+pLa6yY6fAVzbbYdWnLQfJYMtpJMzaDNpmai788H6pjkkqSS5IhgRYd70e2U4GhX074xYg2tROznB3VaxYvVx+p0Og8a6urTLOzCrytiKwJJsZAvfrpWHZJlpq5zLuAZBM6omsXtoaNZwvasTlMzM4IJEX6AdfGK10iKh9d/5n/E/urXF/Jez5053MbM6ch2VMpUjEvaSVJ+W6u/TX4ctZmHkZGcAbdzsASNVAkk3jqZgeFa7YwrV0XF5o5atiDl9pB3G9ipvLdfLXLt1NJUmd8WbDtcMEyrGwNeW8BpDdJrOTDTGVviI/FRYySqkhUNmAvb4/p0qNrk5GonO5TJkfJ/SY3GMQIBALAR1MVM04ObJMXvJQYipByr5VJ7LaCTpU/rVNlvke6HGVykQuW7m31ET0+H41GsFnyr8bO+ZXV2htxIMaMSARe/hW8nDlz/Jdy++8/jJn4nFzDE23azqBaSL2jQGK0065eaz22viLXtvvWXjZMLAE43RyAQ38sKDpqTU9u0xiHp7Suo9l9/w8vPixuVX1CQhYm5WBF+5rKS4dG20jondhysblwEH8JFpAN46xPeoziq12mD5BuxkgBALsoMyf1096XFXQ0YSzSGBDAxAuLg05P42nLyizc/8AoLvQwr7laCLmPj86x0maNt5HkX3r7wcnuvLeInKETGJgpjWzdddxNb6dfw1134eJfdTO/uGTmYRtbId8kHyhOkixr2frTGjn7XNbsg5ONzIdmVgfGZrr8ysfGz6R+wffODj9mxLyHHqHH/UUyGJi/nJ0ny18r9nrs3te51dk9W5zPvjgYQyjMqsvlCqb3M/srD9VvLX9kZWX78852FgD5tzTBNjqaf6C/a7P7Z+7cXOT0XP9VpAGpMDS/gK5uzW6tMzZ0I5mx2YiVmI8ToPyqJ+R6uO+9futONx7ZNpgQJMEm8Wquvqu1G201jzM/ebcjlbN5LEgFbmBHwr0f+PEzXJO+28Oi9r5H3Dydr8bhZcgMD1NFMW1aK49ppLy3122L3Tn/dntqF39uysouxQg69bUadfVvcWltttHO5v8ocdCUzI+PMjQceQEMuoOvga75/W2+PDC/awzsv8AkRcoVVLXIG3rPb5zVz6FjO/aTL7ueVi3gmHEQdLXqb1epXsy4/7lwLtV1AO5zHebXNej9bZh2uSbGAC20hgdehr0ps5UZQkHywbXImbU8opemVaRKm56g0El9QsAphDqSRbXv3oOBBUDIBdbEeMHt8Jqfk67/wDxvz8v/bfc+BiBVyU5G9V3MQoggTaB1Ncv2tf5ZG2zq/Z83HTIcrsVyAAqGliSTLCfgP2Vxbc+Bitnic7Ni9R8RXbkl3JJ8rT07maLrmlLcNj2j3nkZMoxcjI3pZ5VGLWDAbpnxpzSSjXetQZOV6uXGwLYQdq2MSLdfCpuE73MW+NyP/pkyEENZgwNgACYvUYY2rHN984WPhrx53uQzttMyQCYjvRr14uRxjB/YeYX4eNsg2y5+IQyZM6Vh9iOro1bntWWOSiiw3kwI7Adq5Npict9eK6cYwzybCxBvHlrKNavbUYyDExqb6CdfCt+JGMlyHjO65dpI9MfQxtJ1rLr2mWu04Xxk2qDYo0sb6X7V1SWeGFqry+RjYGxJjcCNdNJqfafJ5YeUoEzOYLwAAelun41nrseKx8p46YnyvDOAbW0OsTW2u8Kyq39xxP/AHR+nzrfLDNfJ6JyMuA5Tk2FBqdNupgCNZr1riJFic42VyZ3AzoYt9JNhBEmltyPDoOCUT2tzuGMhtzGAWiAJtOvSuTfOWs2SD3D0zuwp6hZp3NqC50HwHjRtpnyfvWxx7IuTLG5telz1m0m1YbeeFa1SzclXK5fV2BtxzlbC9xcfCr1lVlDxMpyFTjLAEwDAEgm+usjvU7Libmc/kjAwXaX+hZiATq09xelprkttkWP3DmgqvqHHul3VbjsIPhGtaesRiJePkzbeRyCQ7HGyKRcbdwbdH8xP5UWiauk4mDI3AVtyqECl2+Fz26Vz7WZG8wjy5v7VeM+FyAjKWfS+8tW+mHLvcvXyuR2wsGJd2WX1Gnj1rn2n8m88J3XGnCzAsdz3KzYELum1a766+qZnK4vI9bigH6Ys5iCSJ1F6MY1Vvuw+bysp3jdIUiVHTSbTXPrsesy8U+8+dyuN7x7kMghMoXPiLA/SUEi0aRFdfVrLI08POeZzMXplXAyMp8pCgqAdZHT4V6E0xVSzDnOUyE44P8AUnzAjxsPyrr15jm7MV1mble68bCmPGWx4MieVhIAJItu/OvP/htbl1ZusnDvvsz3LnDBkT2P2lOUyiM3unMFmcalbMxHhXmfZ01l/ltx+Hd07XHEc/zf8zfdX98eLyuDxciknE+EYyBAMEDWdK7NP63r21ly59vt7zbGHa/anu45OVPdOFibDsM8nhm+wk3K14/2pOu4vLv6v5TM4evrhngDOf4lJPabVwZy3eK/ffJfl+75OCcgRUxOxY7rEAHp4V6n1JPWVx99zwpfZn2zyMTYuVmwNyOTl25FwJ2Mnzfrqvu/b9uB9f6+OXa/dnA++uN9ucrn4OXj4jcXGMqcXEC7WIOvSBJmuL62+nvJtHR2+2Mx41/+Uf5Ly5M+bLzs74MIlmyCUMwFAm0ma+h26frf/a8u7d1oebg99974Yy8j28nOpIXPjWJM3nrRpv19V42LbTfb4aHsv+LPubm8hMrYDgQGSXmSBrpWfb/Z6SYnkafU2vl6Xh+ysPtnARWW4W5PWBJBrxez7F2uXoa9E1jgfuziom4IdovN4WBMV6X093L3a4eccyFzFt0D+Wvb6/Dzr5ROAgLAkKZ2gA6QL61UpVCcsNLDzRIg2hup1q8syxsHDGxIuTNx8KMnIfExBmdTEH8e/hRaqR13+PcgT3LLiL2z4nXICegbXx7Vzfa8FrjLuk5WNs4YIPU3LJiZ3EiZ7x0rh11G234E+Xkb19MsQNoJ03d+mkk2qrgstf27l8VcuH1iTik7cTKV8og28T/tv8qfXKnfGHQP7lxw42OqrEMFi1tLnoaysc+atcH3XA2BvUIVQsGCNFv0HbpUTXlpJnyxedl3P6mISMhMaSZgW1/1rXCbrcr3tfN5nHLPkyb8OORYgTI3CbC9Y732b6bYdl7DyfWTBmgHRlB173+VcPbp8NtbfLt+KxfGtrDoOnia5NdeXVJJFtE3MCRIXWe/aa1uM+GM2P6LQTEKZgLGoHjWk65nLO9losmYnGIvMAKI7/OarXzzCZ3JfJcKdgJ8xi8DUW0o7NsfC9GPzPWX1H3kQIjWSesnSufXLeSMg5VGBwysLQOunjW/V5R23DOnD3/Kuhzvm1Gf0kxFRtyAFnJIBiwEafKvY3jJa5Qx/wBxiw49iqZgEdXAF7aC9ZS8ZGyzkw58mL17jErAErKgqIiPjMz20pBZ4xJKYsbbkVp9QREkeUAiwJNZ3yrWpuXlzn0iyScrKCyggIJiBPWO9Trry0yrYGbYoOM5Av8A6gGrdLH5dqdnK4s+3pmx41X+YndqLRO2R8Aaz3VKh9xbi8JMfIdhmyMd3piTECZMfw1XVpbwz3qI8kcvKjDyL6a7gs2KnQfGIq7r6olXTnfHhdmsBbG2pLbl8zEeHjWFjSbul/7muL2tzJyOuJh01AjUTYVh68jfbMH9p8Pie8c/kYecdnF4YXKzTBBIsb6VXdbrJYz01m1sr0/Lz1Ppeg5KY1BUyQY8LVj7WXLfTXhgfdn3X6eLHxuEyvmL/wAxgQujT4Vprm07wq+yffjcnj5PbsuQ+rhyuPUnaPTVJFq6Zrw5rW1xs45ntvH5TScmcF9viSb/ACrlsxWuvh5P/mHnoecvEwwVxYieVk12tkAKofGBJ+Vdn09c81ezyrOMeLjuxYlt0KgNvOJ7RavS+RdOGOmM5M+PFH9R3CknqWIrfx/+nPj+Uj6a4HsGPl+yJxMnGR8mFV270O2IG0K0MNO/avkv22bWyve9Z6yOj9uw+1e14DiOL0toG5EGwQRGg6Wrk7L7bZrbr4jl+fwPsrD7jlycT231+VyWLMS7sFZ5B2qIVQetb/t7PXGf4p9ZnLo/ZPZ8OHionH4ycbBt2kgGwkW+fWube2+Tkkd0UQezbVJGxIAFxEVOCluXiXvvAXk++ZH2S5O2BB1Nv0NdnT2TXXDLfTl132n6+LjgY03Op/pnte8adPCubeZuW2jqOR7sFxf1lBBXayssiCNPmDWfq0lcvyV9jxhnw8LEkEsg9OTPgINPXN+S2sBw/avcuZm9Ucc48SgQWG0GPlWlxOWc5dfwuE64/wCpfzTB6AT3msvNVisj370tjLrYlYi9/wBNao8PE/vfkALlCWtE99Jia9r+v04ef9q8vLeZnV8rEgkEmxPa1e9rHmbUjyEOPGHBsDC9jNqvDPKBlQmCD9NonrpQBYUUqblSupGpt++lTg2U7d6r/wAwn4Xqfk63/sn3HDw/uDC+Vd2N1yJAMTuEgTNZd+uYl6GebgTJiLjZj/jxixENEd5trXBrMHU3/cg8PjxDGIjboPFiSKN7ynXw0uHi9bIMbL5cc7iD/FE21mR3qtdg2eSMWHjj00ZBjhUIkqJ00A7VlduUY5VuOcRwttUo4AybCCp6xr40rmC1PndVzIPMQREkL5gJI23/AFUvaozy0MGxgUBDb9rAMNpMHqBWdyuVr/b3IPGxZMeRzOLb6bfiDf51jvlrps9F9k5i+mjB5gCJ1v38a5rriun2zGs3MxqPpAvYwTr+6ttbEY4B/dAbiDLrDWE316UXipkRvzMYQkud9yB11/Waqdhs3OSw3hiDEeA8delZ9k9jlwz8wYbg/wBIuviPjWG2tlbzaYYnuphWxpAUdO/WLfCunXXhntcsvZn/AJx+ArTOqPV86ZgqDFtcKym0AkzYRBg17WHO0eHy8OTnszr6n1H1NF3W/hue/wC2s7OCHyh6xCJdiFULeJuCxIN7VOuuCymwPjRxs3tjYhgII3HaSxkwdflUbZp6eR8vlJkRDjcHLc5IkgKBF46TUSVdqomXkbnx4UAwY8S30BdiYnxM/nVWReVvj+8YcXJVMpDDHK+qJgXhgNRUXr4ObM/33KnI9xZMcnEgVFaIUkSJJtrurXqmE7VLw8mHDxyVRXYypQGWZtTb5U9pcpFi9xTArlyASpPplZmYmP2Vn6exzbho4Pdn9HPhPmZlOPGym2hnSo36sVPtUfsHvq+38H3QLk/+ozjCoJ0u56gdga07Orxg5OK7Hjfd7Z/ZcKtkB5N8eQi3kQ2aL6yB+VcPdpfe48Ovpv8ABiZeXyOR7uRMK/lcySA8aj8K11kkTtlB73nHDfkPiba8hIBgxs7+NbdUtYbOl9k+5Hx/aeHKGHrY3fDgg71Ysw2k6Wk/gKzvX/I+vbLh/uHKufjcjHhcuAoYs24Nkc6sZHUwTNadV/llts85zckOr43kYxAJ7EaV6es+Wd2qp7eQ3ufGbJdfWx7vEbhWnZ/pWen+0fY321kwnjYmfbtKCBYKCDeQdZr4q25sfR4/jK6f+04GRtrYlyOTG0gG47yPGj1TLYrj2HgLmORsKqp2spC9SLfqrP15HsfkYioTDiQQuqxEg0quDdPT4WUE7ZtMyDMER8qLKmXl5/zvalycxnOpk6RILHS1601nB7eXS/bfGXHtSAzITuIE9Z1FZYqpHWp7dxGXGMmMMoncSO3mE9BoKeumWG+9ifH7d7ev9XHhx+ZQVMDqJ1q/1yJ/Zar5caKhYquw3Cr0HjFZ7SYa6WsH3DlBZAIAUeUjvNzWeeW0jkfe+edjgkTEGdDIq+u23kbV4n948rHlzO4YoRIljqLrp8Ravpfo64jx/sbyvPcp/q+a4vHw+VevI4KHE6koHX+nYlQbxMG/emk+YMsXENeF+fWgGS5AI3NMkTf4zQFzBn2E7wJ/iGoIIvHjFKw1n2fye98RTN8wB0BM6X+JqeznUq9Ux+17yuQKBiaQSxk3AIIU3/h6xXm2U8LKouPGm3YuM2DZCon8Ab96jbUTEafCy4S+P02bM2SdoQEzFjEi9hVaa5FjVy+44sS7Tx2OMC4dCZ/Ii9TNJljttiq+fkY8+Zpxrj3GxsNLGF+XjRb+ESqubm4+FsXIfUWSA8W88SLfH5U5BfKTj8/huwZEYwPLcEg6ag2rO63IxWl7Vzs87smBi7FlVibgW1pXWVWu+PL0X7f5uIYSkbQ5Fjckjxrk7Ot067x0fqoRvDAgMCA14/V3rm9OWk2GOVOEqwgLJn+YT++a09uBZm8K+TJg2BYEyYP1Gdbx+ypu8h+lQLnTeFIIPUkk6+H+lGllouiny86gspW4AIXsI11mtbyJKxeWd0j+BRfwk2FXODwj3J/Nj/6lq8jl8vejyldRnW3l2gGTBIAvPzr245FrFxXWcmNGUXG7ewXcF85DCJ+ms854FPhnNkxkZEhfpTe25jtBA84A69qLiRNanoYShh4hL+mSbR3BtB0FY8nqzs2TBgxBnddrEhiC2uq28TFVrMjCuvuGXKyYdwBJEPjBiYj86d0kXKtc3HjxcVQQRlD2noD/AKGo0uaqq3B5OxCuWNxaIsDeZmY0BrTbXKK0+IMi8ZcuMBV3Fi6jXy3gz0rG+S+FDnY/Uhd43D6XsSItHj0sa11pRJw+UMTsFuqE+Yt0C7QSe0NVWZUphP8A6k+nfeVCzKmDNj1infCtbhpcHLzuTypxMYwCAFIIBHQg/jWfpJBd7I0/a8uVecS0szi6N/CzE/svWPZrjXhp17ZZ/vHIDsUYswLSxYyAYIm5uYFadOuInerGL3HDx/ZOBiBAnknJkg/TvxuFUXVpG6arbXJdd5UeT7vxG4XKLHIz2XGi20/m7Am+tGumLG9ri82DeWdgV3STu1BN7R4iu2XCbrVEK/H5CNo2NgTI0i/Wq8yxl4uX1Z9h8w8/2vi5Ua7IPNpE2m3xr437GlnZY+k6r7aR3/Ax5VdBk8282INu8GfCjWo2nC9HHQFnADgBGEEHqI0qdtmeqkyzkLF42iSDAmCamRplb9xVF4JT6heGEWiIvTlzUxwvNKY+SpfGSEJWBZrEXHj5YFa8C1u+0lGyFsRmRbIbeIuay21aTZupncmdoMAkWlQVN76k1M/KNp8LOTN/9OFa8E7RJvHmUgW0mqt4KaqPK5MK5sW0JsBN+1Y2VrpHJe88wYwSbuQSw6HrF6jDXLh/fOezY2Jnrp8Isa7evr5c3Zvh4/8Ac+dsuZmMBJjoLgjpHSvo/q68PJ7dnLOFLmTIjyHx1613OYOMEMTFzcEzAplhICqkEXU6Ag6d/lTkKgyBQ5KAhZt31osJLjYnGWmLRMfrJpBZ4zInO4eV5RceTH6j6wu4En5VG04pveeFwvYeRiVcHJfKzedXL40MWk7SJgie1eRvdpW2NcJBg9hR8GPLkdd+QABHXISWYqLmw8SPlU3I4bPF+2/bhix3yAqpYbwFAvN9p/C9Gm+0yLpBf/jvt+1f/qDtUnRPNEn/AKrGp13rHbSHH2xwXxl/7h1fGYClBJnSQI07RVe6OIMfaHGz4yGzAwZU+mBprpP6qL2Vlti1IPtLErA+rti4JF/lppao/bT9LVrB9rsgtyBtB0KSLg9+xovZR+to8T2nlY3VvXB2md1+hAPW01F7VzRtcdeSAT6skd7wQdYiufatZqmfPyQDjHnJIPyvpUytJKB+Vyymm0yY8IOt6yxmrlU8vOzqS2Rwqyd9pt4fGtNdaftFHke6lncI+6VG0qDbwEfGtPWyib5VTnynKsfxEL9RBMT8q0mx5WNjf+2fxqfeHl8hczNyVyHdkLERt1IkEXvX1E1jhXsHJfLgAd7KhZgLRqdB37eNZXSSltUu8BwzT0IZGCmLRu8IpSkfByOXhGOcpUv5l3kEQIiWJGhFLaQ4s8jI+TBuVgds+mDYm4Ex8/CstZyrCb2/EBkxuSPP0uAsmL0uyiNLMuFuWFy7mQkyogAEMSpB00NYzwFXk8NPVy8jfHqEQhssMZHjT13yd1Scv+89HYjekqkKpDeVVKkET0Nqesiaq8lWwQ24lmxk+pOlu3y0NaazIipgy5GAWBNy6taZsAxFyLCtLBlb45b1kXGNrD62WOsQJ+feo28KM7NifkY8MmdrPtaDA/bBonMRvMrX/csr5FyJ9WC20FVsbz1vfvS20yelsUcvKDg5MhgkHaXBZgYJjas/VOsfhVTTCrWfm9xRs+Aqyts82VbbVJML81rSa8HrcKbcjLmJUtLAtB1F7kn4ir9eI0R/3Ah9w8hWxkbQ1j1owu7qPLzNlIdoE6RqRWmsxWPZX0H/AIe929T2viqzbVQBSP8AcD4V8z/YaevZXvfT2zph6/h5DOi+kxIgWEHUgGCfCvPjexbfkIMf1wwFhHibadzWe+2Ua6KeDK2TK+MMLmI7GR0udKNaNpwue9KU42Texup2x5gT08au2ZY6uK9wzZs2Rim2zAr08RYjoarNa4XPtvPnyZ2wMQNguo6rPT4VNp4dLhbaiktJA+lvNob9fjUwWpuRkK4QoAIvti3W2lutG0GsZPuHNU4mv3kjxJ1pL8OK979xbcdugE3kR2n4U5pkrtw4P3z3CcZUSSAJ+F/E2vXp9HXm5cPbs8x935XquSCwUgCGiRIvYV73VMR5/Yw3gswURJgjwrfLFIAkAIZ7hhI06/GjISNgBgAiOpEWudZpZGEBedoBsvXtPwppOGgWOhgntQFvAd2C1mFiYB0vNFOx2PC94yf2fGyrscsoBQFQ3lFxpvGl471x9mman4bC+8KzSM2PFLTjUHJ3G3bu3k3PaKyuuCtrW4P3Z7rgyJjOb+n5zjLXIBnTcHIuf4h0o0ksX7N3D9z81sKox3gjcCSCL99y6xWM62e1S4/uznLikgqqPE5BAJv2/dS9WdlTj7u5pR9rAlJ3AanpoRMfKnNJUelW+D96clMG3aXVTN5Jg9pqb1we1jZxfdvEyFgpZHsdrSJAGtvjSvSr3q/h96GTGuQAhTHmB3T1nWsdupeu1XP+8orqIDEkDaxMXvU/qwV7aJ/eMW7ep820gidSOg71nt1yq1774Z3L9+zgBJYfwtjTqB9V/hFa69UY9nZv8M7Jzzk4xfI4AyE7VuLg3jQW8KNZLcNpbNeXMt7vyxyUx4cu4OwVUJNhum15Nq3usp9e1b/tX3LwsyBOW/8AVWQxMRY+M9qz2+u0vZU3/wCT+09x/wCX91L/AJ4n9lfK/KLEkG8376xqflX0MpLXGzJx2AeXBYJYi5VYj9VRvCsXSuQ5FSykwrsx0TbDW+JrO0lZczLylWN+0ggSCCehvTnMOL28bCq3DLcQEIO7Qk9DWdmDpcblcvE6xO0ebobwdPH9tK6yzkStXie74silc43EAyxESOkTqbRWX6sK8LCKnLx5MuRpbDCswHRRF+/Ws8Yqttspsik42iylbaMWJMxfpIm1VhMwzTjXLmcDypeQbtZL3GtgarJAz8bF5QgKOANqiASs3kDrYGnLUrHuH9s54w4zmY2lLEtvfcbgeZpo6885VlDnJ9VkRjvJMtEyIH8oowcqMiPXYhVYwdpVrRfQA0SGz8y4lMasSDtxpEa6l4tWsJl80Pu9TYYJ2DJIYbheJFvhW/GCQYmzYyzBbAHtoRVcWNNeEv8AccZuB9AOYOCxOpEm36qjFa++uPHLMKkyw11Ov41p8uavUv8AEnu5Tj5OOWuryJ7WsPwrxP7Tq5y9b6HZxh7x7J7oDx0IMbdQesma8SPUrTV8nJYMAPNYkR8RWW1DP/7pyvZveynKwN/Z5wTh5P8A8vdE7WtajTGzPaZZv3l/kLi8Pi7cJVnZSR8xXR1fW222wjfaax5L/wD9cfJyGJDszn6wAV1gmZnSvV1/q+PLi/7HZf4u+6Mnu/v+XJpgVCpJvPb8a4/tfWnXHR9ft969jHpemSYkkyepHjPyrgrp9cKHN5ourSB4x3g1HJxzHufNVAwUkCBA07ingVxXvnLcFtty0AgHofGuvq0c3Zs4j3jmZAhxsGcwdsjSLa16XTq5Nq4X3CAD5pI11M/OK9Xrcu9ZZyAgMYMeW/jWzAEtZZ8tp7/AGg8Jw+xCBqRfpeY/1pYHhBuIYnqdOtUgRYbQCYYamCCBTgWsWVVuokAjy9Z6xSsVlu8HLOHKqu+PzAsF03GDca1jvE5rfw80+iEyMBcAQu6FADS8jfPbcawutJo4ciFyqp/SgAZzIYypPlhvKF7x2p66YpWpRzmxn+ocnmI3eo5YEXm5M/61nLynZdw+6PZXyKiIQqFQQrSdxB0PW5mqxPlKbNzlxqDMq5nfOu24IAMm1Z+vJm43uGJjAQLiImLmCInyzfWq9U2LZfKMpCBLCQSNusfxEXqRJhtf93ycTFj48knYcgULuiABBPwtWN5vKtpxhbb336zAgDzAwDvMg/KKV1ZetS4/csJAJdfMQocfT1lrxGgFTdS1mKiblI/uGPCTOMlrSdpABMg9qqThprrkvceWmRMZbG2za+4swO4G67SP+RulRpMUt78MPkN/THLZC+RsYJJG0AmbqxIP/CtcZXnDIOZimMspVkhQQDtO236TWl4VAeq3/sj8U/dU8Hh5A7ZMjbTaBAJFgovGgr2JAkRy+ZAVAVVaAdDtBuY6mps4DUwcsthTIVPmuet9u036Cue6JM6I+VxtABAG5Z1GunS1OcHBcJ8zh0YyoU7Vc+Vdt21/GlVEjakDYWcDH1kk+BuO1GEzysZMRVlO2APrPVmkkyPCKWV3ykw8zkKMuOSFZxNosDEkd6m6Qm9gBc+YbQDOwzMdPw+FY7UMxeWi8wl2KhDeLkBtwbQ+NX6hFkzb/wCoCRYBzp/FPTxFXIWBYjiI2ZUbJtckruZBAtLEnXtRYMG5SY/UJdRjBMPjxsHBIaPKxJgwNYpSFahGVQ2Q4nZ0P04yQGUH/cAp/Knhc2U1LtgjzZMgIbaAzkeYib9ug+NXCnlnc/01TGSTkAHncjaSYme8TatdRr5VmyF9uMOVRfwvVYaKzyczbdAdB360yRuQXkLAJ0qoVdX/AI85GXD7o2BW2esvlYjselcX3tM6On6u2NnuntnLzY8W5yRIEj9OlfN+se5l1nsnOEjd/NDSeoE1x9nlcdJkx8XncTJx+RiGXBlSGTWRHSKnTT5RfLwX/I32FysPuBT2rPkfjOS3p5fNtExAJ6Xr2fp/f1kxZzHF9n6+18OX9q/x7ymyA8jq15JFo1Ndnb/YccOfT6z1X7S9p4PsuMtjG2BoLdCLaV4/f2Xfmu7q6/R0mf7mwEkboI6T+nasK19/gK8o5E3KCFIvM3JHelhWWR7spBJBvcGLywt1q9YjLmfcQu0MxjSZ/wBt9OutdGlwy3ji/e8aMuVQBuk3B2ibzIr0Oi8uPdwXuAZXIGk969Xqcm7OyKFG0aGK3ZGgghhe1+/agZMVkDXceo70FTOnkDAdYjrNBHHc9I29dKYT4Tdu0yfGaA6b7fwLnbIGEMu0id5I1myidK5+24Pbw6LDx/bxiKhEgRuUB2YbmCmSp2zCk9dK581nlb43H4D5U2OMcLBQBsjC22IOn6Wo02/kNvCbBhTArDVHgbHULA1nYFmKnbyiXKRMeDLhyLjWNpkkAlgGFo0NXQrunEViHLF2bykkgWM9SLVMsCdORjw4VfAuMMsKwhRciY3XmQKrIXF5WRyILAuGUlgGEtcbQZMfCs7SnCRs3NYMWLHaxlyATLCANCOptFLgbXlcxcLM7KHaA8ksWhmgGCxEdDWe1Tdlvh8LNjyhkaBG7dtJJnWJItFr1F34LzWmnEwEesxJz5EELPnuSu0AxrS914uVfmlMa4cDOrQQA7kKPKDCm/c60SLsyoczk4A7jc91U422kiR9OoPlvT65ldmGTj5/t+LHkVXZ8wldgUgsFudSC0xaTW22tLKr/wDkDfyY/wDqX91V6qeTICcpJUMDZwbjUTXqs0e13ybDcs8Ei8gdBFLbZTV4+N14pEbWk7gALaWv2NY7hJObHhJCgnyjQdra3Md6j5TQDKmNHCrPq7ZkGVAuAT/uq8Gj4wbJyMQEKhcDqet79qe04LXyv5sShwuRyGUqDjIIglT17QaxlabeTY1yBtxd0NmI3T1m0X6VXtCyvO2UATmMsAVDWncO0+HXWspJkICzYMi5DjYBm+sS02mOgJkRpTnJhZnZUdTBkHa6lgIIiY3SWq4WFjG2EchFb053XZVOUnzXlfJF7QKXwLcB5rZXytlL5MbMWKuywxEeeQrEgAHtT1qMqb8nIAUO0hFnEVG3dcCTrqFq5CqLM2RiwWYvBX1CF6bYZY1aj1EQ8/GG45GRSMyESzSZkkafwjwp6cVpNmM6sEubgXA0E3FbeyvhLxVWZfzqFnaLT3g0rsvST5PzhhQyhsbKvWw1NKbK3x8H9o5r8H3PjcgH6HBsbx8KOzWba2I69sbPo77f5GHl8bC6N6isqsIuP0ivkO7W6Wx9B13OrQ9wx87DxnbhqXP1KCdSbmawxLeVbSyceUntv3H9+YeLiGT2Z9gJnNjKt0GoJ8Kq9fX8VM22+YD3j7myf2+/kcPJiyuLb8bfzC0R41nr1zPlrt4cTyvuXn423Lwsg3n+RoHTtXoa9Gl/9OTbs2nwqL9y/dHMlOJ7exexAjaNY1PetP09WvNrL9nZteI6z7T9j949Js/vbp6r+bHiQ7tq+J061xfY30txp4dHVpt/68u0HHx4+OgI0AKgxbrWMasX3aC3laP08arXyVrjfd85aVQiDJAJuAOlvhXX16Zc2+zh/fuUBkygiGUmCe+tep9fRy71xfLbI4kNIYkEyLxXp6a4cmzOyQrRuhtCBcRVsUgG5l80Rrpr3NCoHMNrQB5V0HzmacKgkkRJIgGfhQIdQSNRLSCTrFBLGH/1BBhm0I76UBr+zMBy0TIZDR5ReSDaxBrLt14Lbw7bHgBG5HdmEg7j5yskMAgskmuK1DVZcvq8dUCGEXEThDBuzQFsTBsSelHXtM0/KILkQ4WlCCSMj+Y2CkDWTNxPhR7RGMVKhI4+/IIk7FGOwAkEk7o1/dSu0wXybLjwZt7FEQnTGXlto0XavxvSmvBhxYUPGTEFAIIJDghVsSAuvapzgL+BcfqjHmYbIu1gTIkjb/4uv7KXkl5P7ZsZxLjT1FO5GY7jJ0EC/QzVTwlcwbBidnfYVjYIJbedItJ+WlLacJ2X8PLwqwUKwDKHCldT/FA16WtWN0a6hPOzLvbGg2rILZFBO4/SBuIo11VdmZyjhA3NkDuSzbFYO5iAQYt46/qq/UpswedyMvJyAZmkM23ZJAAXRmOhjTbRpqva5VMHGxPnfPmyITJYq4AACw8MtgQT+7vWvKpD+vw//uMv/wDjj91PkPJs2XYTAiREdjAk160ZrPBw78gYhl2upQgSLR0tNRtVLuPNiRPTy5F3KxJgTc6fCstoAHk4TlXashIJBE2HcH9tTNQNePmyu7TG6I1JI0O1flT9sFhPxMRTKoxr6jRJa6xaTYEip22zDkW8G4q7OoPm8zOYvtjqBNRt4hg5HuKjIy413YwNq2Gp1i50OhmiahDl5HM9TyrkVWF4BB2jxj86r0hI05CY0TIcfnDAMxP5bW173p3XkH4/K4r4WTKFViQS6reLCLiAIv8AOntqB5sfH2YGTN6u8My41XY0EiwJvre8VOu1zg8nxtyH3Aoj5ZJJv6jAjzeaLz407hPkwwHJuRk2/SRtYkyelgeh1ilnHgWLuH2xxhOQwrEgAbjETrM9I6VjtvcpVfdeG/G48bYyZHUIskqJ6AiZmturfK9YxuXxTOQyWKWIMzMxrA71trctLEeHJ6WMmZfHNhpaIEa0bTlWt4UWJYszmWBuOtXhFqIsQ0jWdaIWXrH+MfvFRhHD5GXY6fTP5RXiff8Aq23Mep9X7Exh7N7Rz+PlCbmB3EbYiPp6zXhb6vSllmXTcjmBuJiOC5glRabATFZ+pOT96+9X4ajHmxFyswoG7T4zWunVb8q27NZPDn+b93Dn5THFImdsKBMmT2Fbf82Plle+X4ScDK+LMXzKVUTCwLQJt0qdtfyU2bXG9yT1IK36TGo1is/VeVrL7jON1BgKDCnwPxp5GXM+8e57S3mupBt4GK000Zbb4cV7j7iQ5I+oeUgHUE/DrNej061ydmzkfds/qZD0BuCT3tf8K9LqmHPts5zlkIGkEhgY7116ueqPqCIkgtratGYvoQx1tv6a60KgRlEEm4aLamx0+FBWhhmBLCO1BZPjI3AaTp0/XRSq4NvrIJB6TPyGnwqTjY9qweUlSS+OYWB/CZsfleufs2V6u44+HNkwrnKkqyhyhYbmb+FQARMG0CuHbZHqJB5gQcoedm5pibAbYPjaTWnX5Ga1MWbkYwAhD4UUlXYsLhbru0ImKx+az2mTlWG5GCOzKCdt33aQR4wav2lLGEu13GInDtxg7hs2sQs2Mk/yiacsK6ol5WFTqwDNAyOCt5NzBMdDVcFgGF8BJEbgWKhnQwds9RMyWE2/Kmd8LOHl4l3iGfGYLnGocKJnoT+qp8+Upl9zxLjTHiICbRuJG0EExcjaDFX6yjAM3u+3NuRTuCxsQjzkDaJLEa0rMK1jPb3fkZH2nM1jAa4UeY6SZ8unjUeYuwWGFUSxRCD/AFDAYknTwLdZ+FGOAQC5MwQYwSQRsJAOweUazEg3+dECJuGqkJkxg7EIXKbnYCCuvZCo+VaT/KtUX9pj/lX/AKsn/wANLMU8iygFyVNo63mL16krNa4mV9+zGYZrBJA80ECJqdooePK5X0UHVjAs0CJ3H40jP6mT0WJcOckKbfymwLADreDSySbCmcpkgAR5rETqOoj41G1gNh5GUeaSCGJM7OnTuYAp4lB/WZsjvkdpJESVuItedYiiyGmfNnySEkon0Xgi0mY17VOAbCA5ORlI3XClyLggzcEkfGi6hYwYsWTIqwZ3QSrLPfbF/G8UWgIw5sbkNjc4gS0DaTra+moqfYVY/tQuXauMhhJDf+oSRB1Wpuycp83EyYlcorFmkbTI1lRa8CDF6j2hQ+0qAMi+njIVrFS09CrXt+yn7ReVs4mOGd+8sV8+0iFV4YAys/hWe1HCH3rhMODj5G4FsTqxAOs2Gh8eop9W89lSZc4/Fy5MbtkJ3k/HWO4/KuibfhVZedsmN9smVtcAW6VvLlF4Qh5ybiJHUVZ0mRnv/Ebm0TGsUkj4nJz8TMubCxTIhBkeF6nbXMxTm3q9b+wPv3Hymx8TlsFyk2tYn59a8H7v0Mfy1et9X7MvFe3ezZl5K49rBiCwJP8AuAtbpXi284rva2b7X9u5Tb3UlpuYHWotwPf8s3n/AGV7bhG8IT5P9NPhVe1yUwxuZw8GPAfTH0z0BMRrWlTfLOKIoDtMzNoGvf50oGf7r7oMYdVIG6Q3hH7K000yjbeRxPu3vIyu21zsWF8p7z8q9Dp6XJ2b5c3yOUz5DBkwCItc2rt01wxtZvPdQ02HlETcn4/hXTpGVrnuRmV3MGZAuLzXTrGF2ygLMQXnbP53q04JjJibQPyoBQ0xBANptpQKb0/L3+PSNaBgSKS0dRcj50BYBhgxEqLzSojf9qVl5pxky76CVIk3sQb62rm7ZiNZXoHE4+bmcbBhWFK4wxUKq2MgXINwe1cHipqDk+15VOFSHbLIU5J2hLxuIAMa1tpf5I5aPtvAwwVuHA2qyiSL9RAsCNKx2uLRZt8Rr4+LgyYy3pMuJRdmWGKwAZJJ3Tt/Gsdt069W3yq5MeDLzMeR8PppgTf6WoJJOo1IjpMUva4XdWblHHy8nM4yXZiUUNDKAY8xEiNsm2lb6S4yyPhx5nyer6kBBtZsayZjvLEKCtbTlFif0G8jknIGEICpJj4CP4jS9alInB5GXCFVWONiwKtvuCv1Ekhf92lVNDyrf9p52TOCu3KjIQANu0lepIifHvStsVKfL7VnRROECzFiHk2/lNzpFqj34Xanw8XGyvjZjkbCN2fIg3D+JZLxAjcPnVSZiMhVeOvIEZg2UTvdiG2JBj6RckkfPwq5MLiPl5uPtU41fcFUTsI3bWLayYJ062/KbMnFX/u2T+U/gP8A46PSG8hnapcQxA8oF4HevVsQHjclceZHYBipJI7mDB+VFii34khgLbApB6kiLxSwa2OUhjLj2BVt6ehgW0noKj15Jewu3pI7Cce8AAAmQZPfuKzsCtkKblbRmktCyRb4aSarWBFifNu3iGF4BggSv1QIg1WDWXys2VdyKyETsFoBMmxMeOtLASYM6bAuNRjUmSHCk3IE/wA1RYPkXFyL5mRtiP5PUKpdDHlhv5ib+FIL3A52TDmDsis65CWZl3rLCWXZ/EPxpYKxZz+8YTyEf1SFPmZP5ZmbiJ+lfp+FTdMicJsvuieq3lDkn+A/7gbEHt3qP14GcLf/AHlDjzKEAGO2+LBgbKSxg2HhUfrolh8H3DsILYAyLAUhQGAYxr5lpfqXlP7hzk5Hs/IOJQjTLR6bQFcO0kIrQL1Oss2EjkeZzS2E5XBlmIJtB8QBpY106a8tLeGFnDZTc3JiSNPjXTIzsymOLjkswjaigSY1FppTK8RGmD1IyGyi8xrNPkvVSy7d52mVm1VhmLj5smDMuTG23IpkRaDSshy4e2/4s/yRuZeFzXLZFG3G0TumCRH4V4H3vo4vtq9f6v2szFe58L7hw5U3K8qBua8mNOnyrxNtbLy77MxR939/U42VMkzcx0inhPq5bne540QtvBdQwAkAAG9h8DW2utqNrI5D3X7uwKuwOJLNECbTurq6fq2ubfujlub9wNlJLP5XgkCLyD37x2ru1+vhy3fLH/uMrEMQWBgiRaJjrXTNYm1U5XOw4wyEiSbnsBeavXqtK2MPmZ97Dzb903vFjP7a6dNGG20rPCOSWIIgzpW2WchZDAj+Jo+X6qR5M34g60yTSjDF0C9xaSaAZwoBvuM69O9qQBiABGgPSaAnUQATAm4Hj8L0BocbkFHOWSNq6joxtqe01ntMrxJHoPsuVF4/Hz5W3MMS48aMQbCxn8a4d9eSy3OOCzhcJCqXl7na20eAA8bzT0xkok9u5aY8x3ABfMJkBiSxEXFp1NYXr9qv3w1OXycOREYuyYisbQZjUWAuYisv1WUfsVMmFWwImLKsttEabl69LG1a668s8xncfAMYcqwDaIwBAtBI61pZhOC5PEwpxkfJIR2CqymH2AAbliCbij2Fg+KAqnUzJ9RlCus+WzwPzq5sz9Vxc2YYCpzblxwWQqFLW0kXPy1qbaU66pcvmZvXG5cQeDG5ACBB7T1pzbjlU60HFz5/UTbiyL0yZZ8pVYmylVOp7mlcK9Kvu+5D6DKxUeUFToBa0xaamSFdFHDgOTkkFDJMqzIQA56nXS1XeFSK/I4fPxRkOE5UAJyPuYjSYExtiZqtN4LKqetm/wDdT/8AeD/4arMGa8vbauBhDeYSo1Frfsr0qkK8cFwqwzOoMaUsqLNxVVNpO3aQGED6jSyAYce7KBjaZbav+4GKfwG9gY5iMSQPND5GI2pJCiSY1trWFhoUOPJkgrJG4AdzJ6z0oBJgRZYDaBLEj4adKOQF/TQJtCnIZDFhNvCSKoAxnLvJZtAXEwLqe17mijjKUebIrlVKrt863E36/rFGAu8ZnTKp4+VXdQQoyANIMD/mJP5VntcCcjfjqz4woLgEoXA/lm53W70/bgYaGPhcMPkVnyYgoUNi2qCQQNwhGUWvWV2sGF7DwPbgrsmJYJbzGFAG6RrPxqLbBhuYvYuFkRnTDhUYxOz01O4i46tPlvWW29XIuH23iY+K2MLhUNjgBcSsIjSJMnzVn7VTyjnq2LJn4N547OoJEyFJAPfpXpdfPJW8Kk70VQIbzuYgXAn41VvKtfChvdiQxlQZjoetaZZ3yb1mbcFsCCPlTivZXY9706zLWBqTSCxwuRm42dcmJ9mRTO4Ht8Km65OWzw732H/K3uvHx48OWXMBCV6g2/GvO7/66bXh2dX27Jyv5/8AJfIZHHVvKGBuPGe3wFc+v9dhvfs5UOR92crkt/6sICZiw7R3PTSttfqyMr21mZuacobIGNrGdImevhW+nXj4Z3ZWye44UILEGCQJGkU5pcl7RVze8kSirMCw6Dx+Nazp/Kb2KE5s+QmYJ0rTGGec1YwYgpLlZW65J/WKnJ2A5WPzgKo/qCQsaGmdiqcRKsAPEnUaTVIwJlxqP9n4/oKMpR7to8oG0Xt1vTlATkJEEW6CmDA+QkC9ju8aZJQCwHVjZh8TNBrquQmyJG4DZEHWfyNTYM8O59l5+BeEvHR0yZMY2s87gqzJSWttk67b3rj7dKTWz8vmDBi/+pVnZT6jIQsDWCUH1RextU9evIkVvbuTyN2bNmacm2XdzLxGg3iwClbj/ieKWzW4zLly4GGQrjJ254BBdT23iTLR4a9KztIXJ9wTHx22P6mVYBKeUAyRJ/2wopXX5ySu/OzBjtGTYTvxIPqNjvmx/h0p4yqRX5XuOd8HGaBhxtjZQSQZkQovdQWsO/Sl6GLHzM+LiZGx+XFgBfPEuoyPZROvYGO1OSHlHg5TrxcuTNmYZwd6kHySE2s1pjadp0sKrAFyPdc7OcuUbBnxqADFtRr/ABNBFu5mpsGVXH7jmTI2DaHx7f6pB0AJEAQLwfjVekGWp7d7lyk5H9rjBxB584+pYMqO0gVN1kT7NLh5uTi5H9zvOTcCMm5i1jdW3MDDeX9BUbbJzymz+4cXkqW5JdSo2r6hBBMCBJAJPSlwu7YU9vtPcfif/iqsf5T7PEVgqLmLxPSfjXsYJdw58fHRsyLGQKVXILxuH66m65GKoJndiVP0EyR+QinjCjbGx7WUkFgXVR0FAaHB34fNkWd0EjUWIYAj/wANRtg02NN258atckKQPKVHeD8qmBKvEzuSd0gzKKCqmBMCY/AUUCfg5zMg3G6QCLEa3vE1PseE2D2fKxVlxG4BABefN9PTvBpbdg9FzB7IzIUGwZFG5lJcE7YuZFontNZfsow0vbfak43M9V2kI0ZhuEFCRuCyuvxrPt2tmFazB2+3MJdMmNsoxO0qwdCZhjodRB/XVa7XCbWgPtZMuRf6uUSDvl8Tk26Se1Z7b2cnItL9v8IZHxn1Xy45IYMBFriNsgflRttweGomDHix75O3QC4IBgGPKRpWeDwMoGwQGVdwIxgPc7RpA62qdpnwrV5v91cFB7s2ZGGzNiDDaP4lncLG7AjzCu3quJgVyztkxZoB+mTY10yM7UG4hvKY6mNaqCmZkVQAIY/xDt2piVGwP/hm1CT4sbZMgx4xLsQqjuTalgEd2N2U2Ikd6AbcCRBIP7aeQ3uB9v8AM5fCXk8e6kWnS341y7/Ymu2K36+u2ZiBuD7pgDgkrrviARV69kpWVXZeYuMjdIn8DWksZ20BwZXyMGYlmEydaeYXlOnDI27h5gJHa1x060tt2k1WsHDIJP0vMKB2NY3ZUi5j4ObJjACmJIBHSwJ796j3i8LWP2VtqOwltzBhJBkHp1NRv3HNVLn8Q4UKbYBIJtaO3atOvbKNphiZQWyFhABIgX0k10xltPk2RSBuNugjpaKCwj2goSYm3gKraEdAflrFIYWG2LjU6dpBvbvSPAsYZj5WIJMhR3FBOp+3eFzXHqJ6ZBDEo0kGwN10K3+VY9m8J0PB4BzFwWhwpByLAYo+6dsRZhfWsNduclVvBx+JxZ3jJytvmCZiduvlPxHwPh3rL9mQs4/7cv6noqpmNpLGDawMfGb1Gwi7hx8EYsrNhlE0gkLvJhbXJ+kVntaqM7nY3ZifS9JSAUEtIuegJIN71em6cs3kK2J1ZsH9N0iLsvl6ldOv4VtOTvBy2Zc+DJkj0sU7MWMDaVC/UJMkkx8OnSqusLKPl8huUHVcXphSYxEwRuULEGdNkGaMYNFg2A78w9Q2ViWMkjoTaKjajKxxMeH1AYGHduKiZXarSoaRqTppalFHw8vHw8qOAcmTaSEm4DCSQOpPhTx+UVaxe8ZNjBshXf5U8rGDtuZBvU3g5qqcr0iDl9Q5GCyT6bLBaCJ3nXrVaW/gbSVD6j//AG+P/parZYecNunzDaBoD1kzXpKBkfKVuTBNp7RSUFQyuVPW0QKKFrlZHXGikD1IIY9bx+6oBcXl5TyFGWWBaW6E7j//ADVVhtPA3KxghGxEIzeRiDIUx5QR1NZ4KrPH5XLado27QSsgWFlkAAg6dKVLklz8hoKk5cpWdoQiDfqBHjOtTwqZaSNzmIxnjMEEFIOQXPXRYis9sHmra+3crJiXcmxgAPTd1JM/ExF+9T7QZWuL7SFOUvkGNQ0+izBSgJvYltD2NTttCtXB7bwcChs3KOclg6ZCJP0x5QdRpYfjTuxRonPw1TdjxFlO0kbgtwPLABF7VnvtmYXB+rxcWMllU5ACEVmdibfTB2+W461lZyqA5Rc4w6KybAd4YEkjt4D9dKmWZCMZBTcgkHRZghVDqdvep4PDnvffbf77AoJYZ1bcgPmQQtx5R4DpW/VtgrHm+VW9VwFiLbWFwZ6jpXoxmfFxmzEQfNF46dhRk5LQ5MYLAGJBI6jSnCwjzKyOykREXpigUkHetiDQR2ki2goIwUFZ/A6Ujeyf40TDzvtUccgHLjysmmnVTavD/sM675en9Sy6rnuv21BLHEGXd5ZgLbqbVh1d9hdnW5j3j7efDuJQXG4EEDSLR413df2sue9bn39pzJllEO0TuJFgBPauud0rK61aX27OERlB2qCSSRGpNK7xUaXF9vc3OMCxN+g0kkaXiubs3sba6ug43tGMIpTa22CwAIB1UAjtXHe65aeh+f7Y64wqAM0qXItE+ImCKnXt5Hq5X3nhBMDvkBBG0bQDE/EjvXd0dmaz31cryEI8hEbbMIn4frr0dblhvMQOTGhwg/TJMCY07UZSiwg7W3RtvAN9BV5QcS2htcEzEig4sPi241BEqVkkdBFRrTp0dVcNuubkHWNsyNKpLqvZeVxk9vObECcreQFvNBmLn4CuLs1uT4bvAZMuDFkVmDhf6suApaI+o9JqNdJNrye3Mw0OH7XyOQRkXcSo2hlDQY0ksVi3bvWd2kL0auD7X9z9LIcORMTQLh2LHWwmT0rn27o0166q5fY/eOO5x+ouTavqAF+0AiGIvT13l+BZIPh+w+88lGycrIcTbl2ljIdVFwbGKe+2LwnTWKXI9n5TPkzNk2kEhmJO4DTyntetdey4TfKfDxwgRMmQkbW/hIsDHmLS1AkEfbPWRkwgu2Rl2MCFMgdI/SKfseEQ+2eR6gXzbsSzO2fhIUx/FaovbJFTRew/azAq/myFFjJAANhtkfDvWG3fV/rlS/8A40+TIPUwNNv6jADS5NxFT/14VOlT5XB43H5CYuOA2UKVOhCwDck6QD06VU7bfJerCy8N1ZDmO4ISZQT18pBP5V1abxldMIfW4v8A/rn/AA/1rTE/KPV5u+LLsXzGJkDp8q9LLMwRXIUgqCTHW8WoUgZWRiQJUGOlAGFdnLRDEk30t8aVDS4XFyY03lsRMSFMF1i4IipuxVPj47l1L5wW2gmAXO5idT+dR7KbXB4mBcTB8gcQARjxlhpqLg69ut6z22JeDcTGVVS0SYyE7QLE6qSOtx1rK5X8LKPxmykZMzMUC403tt6EqQvlt8az2tETr/bIqsMzlFChiDb9wmlaSXA6rmKh1ZmAAWQP/EQdynX+W9PUVNy/63FZU28eF+rGVJYXAHmCweovWjPIhzOGeDi2ZwMgT+oGdIg2sR1vBkTUfraTZYw5VGNWbJ/S2kEI6HUzaVtfxouo9jZOZg2vjxMSVFgckFhaNJm9Z3Vc2Lk5UXc7FtgMAeqdgtJgATPhas7qr2ZWfPkdk2jJlxsp2DduDErbqI21pNLE5ec+4lMnuPPyICE9Qx1/ijWvS6/EQqply4gSjbZMf8Kq2HzD5cT482RJAbGbzTh4Qttg9TMz86ZUgyiVIt1A6mKEmYjSSepoI0ki2vX5UB6t/hHngcjmcFzKna6iflp8K8j+z1zJXb9TbHD2Ln8TE+JCIhZOyBcfLtXibbYehhzvuHsIzH6ZJUBRY3p69+Ebdbn+Z7QMbkbRvIP1CFJi/wArV2dfe59+tWw+yk+UgbdwfaoOgib6aVe3cnXrWsXtq4hKLOM9iB0sTH7az37q069Mtfh+15kwKFTYmMACIJ8jE6/+I2rl37W00Scz20jGHACyszeT3IHXxrOdvJ+jk/uT2tfTGUMjJjKCABfbqPgN3Su/63dis9+vDgPcuOcvKzR9KkBYgSxH1H516/XviZce8zWXnTLjbe4LMCP3GBW8uWNVmDFwQCFiP+NaZKxYx4V3qpAXoBIgz8TSuysLnM43pnF5ht2eUDp1rLXflW04Z3KYJlbYTsEbA0bgALaV0Rgu+ye5PgyeiMhxrlIJ6AMLqb2rLs1zybu+B9ycXhYkG3GXYMC73DGJ1HWa5J1W5q5ZI2Pb/vDhKyqUXIS4JJZiIJmb2A+HaubbosV7zDXzfe3FXCmLj5kxsJVwgAmDNyx0uJrLXovmqvbwHi++8XkctkGXyZSNzk7QSJDQDub8b1d1wjytv7px5UYmDZGSb+YwVi+5ra6LaqnhNjS4/tZcHNyF8hbzIx22GnUxPWf9aw27ucRevX81Lyh7TxfbcwGJGyxKq13hrRJ/5bUs7XbPwPXWRle1Ys/IyKy4tiXnIwgeXUEa0+/7E0X19NroceHBuAZydiGBETFrzXBt9u3w6tfqz5Nj5HtfGdS6M2UoVLNcnrRtvts09NdUeT7pzIu7jcYBCpKh1liPGidP5pe+PEc/y/uTlcpzxlxY8ebKIcqoB1sIM23V1/qkmcsLvb8IPdeLycQcEL5dq+oqgAs2kW/hC1XTvmsuxj7+P/8AdD/91XT61h7PJjvOxVBYCdoHmgT0+de0xS5PqX+mxhoDNAAixBilwCxcbJkygqgcwIETHQdR1FTlSfBhaIK3YQpYCR0aFv8AAVNoTrwsg2oylJeQ4A29iZiLVNoaHF+3s+fISu7JJI6k2uTYRraZrLbtNoL7c6ZhxsCjJlghlY7UCWnddfhastuyBn4eXy0x5XI9REUsm9YJQgJr42t+FXbKafie4ct2y48uEM/GCbmZ5YbtBB62ve1LbSYyFHle481ORysuPLuzY3IOMgbQNxkj9VjVzWeKFs/dQw5MZyYv6GXY7iYYbdoLbgOmtqP1S+CdTy8vBPBbJOMoVBGRpyKDB8wUsx69vyrGS5wWFY8vjr7aznlf08Yh1hkJ6xtiKVtzhfqXD5vGflDCp9PNmPp7W8qepElFAWxilc0sJedmxYeGTlyekpRkxqmZmY5LFAIa2kftoktOK3M9y9uye2u/BcF8hhduRSwmA+4KNPN1M0etl5FsYPt3u/G4vEbjcjIC6b8iOGaDBXyj47a1367tcjW4cf8A3LNmysFAGYncJgXM9a7NZiD2Qu5Zds+UGY8Y/wBKYyN85yuMjTuMB2704VqI5GM/sp0i0YH51IONxtqoH6TQSXj8fJmO1ASYBMUWyTNPXV6j9ifb/J9v5ePlyS2UBHAiADYaV5H2u+bx3dOlj2bjZAyKSPKykWMHdEEEiNDrXh7613zb4J+BhOBTPmEmQQTcyCLz0ms5VYY3J9qxssrjBLkFnPSdfyMU/aldYgPtuMZkkQSBBFxYWgG5F4q/20p1xe43tZOVW2BhGh6wdBFgIrO9ivRcbhY/SM/+pMlddy+Emp91epc7g7sQzY8aq6LuiBILkqdD8qz9ucKw5r3DjocIDlhjDmdALTGog7gZro6tsVO2uY8n+5eCeLkx5UHlzAPs02g3AA8NtfQ/V7PaYeZ29eGLlSTtkZMpXzjuYkC9oFdmsY7TKJOIVxbGQ7gw2sBIN7636U9t0zX4SZuM2PkY8iKNg0tpA7Utdsw99Wv73xkHt3GyhSXZBvIgQCAYisOnb+TXefxcnkxl5hiwUAx0vevQjlqJWdGDYzAXr1nrRjhLWD8hjiK5VYwGQiLEietTpqa9xBy8xQYiHykqqwQdegv0rn2kDa/7bldWGTIp2asoJCm0i0dRXPt2SFcq/OOfgcvYQzgEbCwu3QWnSR3qtMbTJy12nA9w/wCz8NfceVj9dPS/q4jt1iYJusi3wri9rdsRpt4yD3n72zOuTn8R2xDIihMdiEZrEmdbsYrTTpueWXtXPcL7v94PLRebm9bFO4rkWx80yI6zNdG/RMcHNq9V9g+4+KcWDCMR25QQB5iQ7azp3614H2/qy5rv6N9p8uobPwwW3rcA+QrMSO7GBXm9cxXoYzOWK248gAAOWQMu5huUHw7ebWvTlmGPpyyPe+fzMHI/t+OyemUVmyRuYSPNNdHXprJly9vbZxB+08DjYPRGQB+QofNlbZJ8kgfnWXb2Z8MJeGJ9wZ+VlyPiwszL6nnaZEIp711/WuJyjasb/tQ/mT9P/FXb7MnmmAZQN4cgWcNIJ16j869W1mMvmZgQfOsHcR3tpUAWLNyTkP1AGJExbQRQeU3FOUkXJBkuS0ReLEXFTSuy8MvLELv9NTP9Qk7gCYMEnrPSplmCyscnm8orgQZcjZMsbtzMxUnykqJvWVwuNFf/AKXjg5X3liFZcZtsWGCzP8z371yf7U1Lk85VRyQGyKVcYUJ2jRlXbcHXStZobIxcfPyOTm5mRjh3sX2kxKJB1HyrfayTBxb9m4C/3hVXD40RdwEeYRuJ/XWXdvwcqt9w8eM+S6lQJxsLeTaNpv8AAVr9e5hbMfhcrlo7DGx2oQNTt0iT8q6cSIbXC+6gcYTJvYIQceEAQWMTJO4xNYb9GeTyzud7zzOXyUycomce4IoAUbibkgdfjV9fXNYMrqc8t7YBvLhDkfe4t6jISRAH4Vn+vkmLg5ebDkDKxg/Wg0I+FdF6pYE/JZX43qEoo2lgQBugmLxNzWeuthslZJXqJgVsIJVZmt1mQPClRYEEQfHT8RSIth3QT+NOGkOMmCBYWA69f3Uw2fY/tf3L3VwcWJhiUeZ9piJ6d65+/wCzpo006rXqn2p/jzjouNgoJYbiSJtpAPzrw/s/ftvDu6vrPSMH2iuPj4mx4wCFkfDZ4yBNed+y12TTC9x/b1x4gPoLXkwARN2JPSKjbZU15ytNxQQcYK211XykwYn/AEqJYuoU4hIlV3ER2AsNPE08o8hbgFhKDadwG6QJtqTH5ClvcHIu4/b82R19MHGDoYMWYyDEVHso+X21BxsrEguf/li7g3WbdvATRmDAc2DG3CbGWO1QEyC4sCZYqVLC0nxqdryrWMPk+0E4M3qlXwbdqXuQVJYwkAiIj4VUvyMPIvu/2zMcWN8iEZmAXcdxXavl8t/4e/xr3fqdscHfrXF8hVxjJeXJi3heYmvW1uXFYsY8q5/TTYys4uNRuBtbWs9+IqRb944L48/GVUgZXLKWMWiIE9Kjo2zD7ZhB7o/JXhk5CpCINigRePhVdUnsVvDmrgGFmb99a7sOcCochygkA6kaRFPKUvDaM2NGuk7T8TaTTgjawpmwP5QCFiFAttmbga6XrktmeVYWMfM5yYGRjtDMYsQFjp10NRdNamrHH/uuTmXJkQuosEIJJOto0PSs9sScKxa083tHv/Ix4cSY2/t2M7SdB1mT11qJ2aajFWz9le85MALqmNBdAxvJHUSKz/6pKf66rcb7T5q8vIvJIxrLFYvIv4n509vtzB6612vsHsnMV8Ryck+mmTcikWkCBJsa8vv+xbMR09Wk+XoXpcnk4xjDY57soM2tF/CvN1ljt9sRzn3Hnye0YDlyZBDwEQfxWtp0+Fd3157XF8Oft7OOGFwOQDxv7jJBIBfM5kgFrdNb117aT2x8OP2q97Vn5nKOblIdweFgwgVCCVtb+XdWPZpjwJsp++Ph9Hk5cC+kiD01xaklgJbx0/GtunWptcz6+Lsf/N+6u/1Q81TLkdQgY7QZI1ivWsYp9mVl1mSsMFJhiDWeTA+dsLsC0QwDkWAAPVeot0plBcT3POM5RgHUiFHlGhsfpOppbSHdWknuGLlY8WNUVWOS5JB2lPqmAsDtWO04PXXldw8fhozuWL5zoZA2Ktjbt2muffa1pIDn8nHk2ZCwVFKmCJmJay9pan164LDMz8h8+1dwUKCS8BRE3MDretpqF/hY8T5Dwyo2r5d8CSW1iB41l2XC5EPGyvhz8hkO0iNxIHQEXkRBq7rnynAPd2DcLDlkScZWConYGgGwHY0uqYorn+NnC7wLizf+KZGv767ahGrKgyBxtyAyIsQZ1/OpCXH7hyMsY8rHIADtBuQY70/UYXfbUTJxc12/pum5QJF5H6p/Ks9tsUVm8tER4IhrSvSI0rSbCIDlcY2xBvKSDp+VMwqYdYoyILEQHKkXIIBjvQaTIu2E2+dYO7vuANI7IXHwNlYgAyNVAk0WyJxXoH2j/jTmc1hyeaow8e7ANf6Ysx/YK8r7f9lNeNfLv6fq55r1Hg/bWXGMWDCqJhxkhPLaN0229t37K8PfvtuXZOrDsPbPaMfFRPWDLsPnIXU6+Ui8+X8/GsLtlrI3eEy5y+MrEEASImYNiN24jsKveFrS/tCiqjeUZmYqm0yCUM6bomYNYTLbIOXw0y4jYKzeYneSYkGRp1kafrqDlDh4GIupn6gBK2voSDfT40EuYeAoAIiA1o7eMnwt/rVQqnycZlBAEKIASTJU3MACYGtFSjfFvBCqg9OGTYbSTAN9D0/Gpq5VPyKrY0QuzCdzbiqyQCCd0wSbCaVOVmcyMu7JHoyyhgQHOwPeSNwvLQCepqpfiKeV/d3N4mPGc+MQm44lJUQ0zCiV/wBxr0fqaW1zd20nDzf3Ms/Pw5nGJDaYXUKLExa1e71f6vP7Jbsu+1cYcj3vFmxLKqGDBTaFFiAYkTUd22NS11zV37mXd7nxfK24jcZixK9R4Vh9Xa+tV3zNY/3CAc2fCh8iIigkj/luK6ujXPLGzhgjGmXJ5bMBqR0Gtdl2YoMn1ZCQOgAnp+6qynB8SK4IeA8TvuRbSr1tPDc9t+4MmNJGMHOsFiLbtBJsY8a5uzqyecOn4Wb2blZTlPE2qRdsuYkAkyW2hR30ri7JtDly6Lg8f2Z82NseXAI8yqjlQpYQZBJJiNa5dvZpl23H9m4b4sO708m8SGXIWkEnre3zrj22vy0ky0k+3uI7T6ZWf4maAb6XHSs/2SNNeq5Tr7V7fgXccAIUkEwTYCawvZdmk6efIWz8LFjD4cCDZEs0xcHxvWc1u1a8aq3uPu+XJ7e78ZdikEMykC97D9ta6yZ5Z9m1s4clk9r5fMyI/JL5pO5Vidpjp4iPhXbN5JiOTCPne3ZsXE9EYGVMtpFwADpbrT13yjCliyNgx8dVG7IXcnHPluLT30FbeqNrWN7l7hmPIfCpDBXCOv0khRFv9K7enWScoqGR/KP/AN7/APy1rwWXmuTjZ8eZwoOwSB2I/wCFeh7D1S8fm41VseWQGF4AJsdZ6fKltMpwr8nNjbKSzb2Kne0GZPee1KQTUXAdGyKT5Tjlie8XGvjRZg2l7VxmB2l2CsdzwBN4aBfWYrn7NmmkaORv6p2eUxYDWBcA31rLGYeMVUOLOcygoSraFZboIt2FaSxGET+08jMxREOTb/T8kwDu6n41V3kuD9W9w+Hl42J87HdkEwqSzDIYYqYmI+Ncnbv7cLxiFj9t42PDmVmA2nfyCRdmu23TT9tTO25wcjmvd8mVjGVdpbzNuJkBrr+u1d/VGdZeHE7EottQVFhHXw61vfCGh7thwHDkzG+QMiY4EAqFJY/jFY63kMZYLaR0mtybPFzunszKh2hsgdtog9ResNpnY8MrOH9Qgmdtj8P0NayiRAJM9qAdpsTfvNAHifbkDsJggx8KeDSABmgA3/iF7dNaPCrHff43+1G9x5Q5JQNjwyRuiC2kAHUi5ryv7D7X65h3fV6c8vdfaPZvSRVOoJK4p+qQTKp+EV81ey3l6PGHT8P21T5fSFjKGTpY9O8TUZoauDioUU5AyqklTt3ADwHUz4VevJWgxYVRmRxjfEsorEEss+bUfxFdW8BVb7J1g8nt+M5SWJsRta6geO0FQfgfhWc24UWXCbQJYAGVFie1qz8Lng6Yd4MGPTjd3A1P4dYoCcBVcrjBJLQGJAgre5n9lXInKTM6CRJUMVbIToBN2k+XWlZkRT5A3ps8p3CGa0KJmWBPTW1RnClDNksAyArk/wDTXUWjaVKxZu5/fSuypGF7gmXLwuWVViq4W8rELreRImwMRRrtydrxz73xl34eDBkXHiSIxI8QdN1xbb18a976G0ktri+18OX/AO3EbTky+RnYNl1g6gGdJNehrtly+rZ+3+Rx/wC5RcKAQMnqZdwuVBubaE6Vz9+lxlppZFX3fl4j7ml9xBVUIZiAIvoB4WqujXGrPsvLlves5dnLOdzEKbzIBJvXofW1xMOXdTxaMTkAAQwReAYFbUvg+RVTj+q/1uxXxtYajxoydAFfIZ0KKZPSBpf51pLhIOM3oZ0yA7gfqBntHTrU3kWN7ge4YXZSxhWEERYam1cu+hxr8X3X0ShRtpsxECAYjxnwrnug2vDuPtH3fNl9z4CsFGLA7ESQIBBJEzHcxXnd3XjJ9VtseoZffMHJxYxgyptPlXKFLCB9Q2iPka8+zNd+cIcrcjkYz6DM5kgsFghRr9PelLyrMwwebwecqp6LEY/40Y326xrOhq5tIi6U3Lw5co9LEWn+HHjCmNbAErWetnyWLGdjOfjs2XIrvkUHyboO4STtJtEi8V0a+tvDL1s8ocmInYPU9N0ecyZWLMoMFIVpv41ecVDK4/tjZswyYM27IMjAMQQN14853H8BXReyYwzgsv23nx4smU4t7PLIkS8z9Wkd4uKev2dbxkXrvlX/ALJP/wBr/wD2v31p+zX8pw8nCM24/TuHmmdB/wAa9nKcqGRd7nYDaPgP0mtZUoeVhZWgj+HXp4VWthVY4PF3PYCGEkHUDpeo7NhI3cGMcfARILdZ69bfKuTa5a68I8CzymyEgAkQWk2BLXp28DOan5HN4qkbCHIYK5MwfNoKmaW8q4bGDlLg4OHBjxhBt9TPkbVm+WvhXNvpnbJtDEnH4/tvGRFEsm/K+q/SOk3/APUrn2l9lfDm+TzMhXKgYS8FwIMmOp7AV3adbP2xGB7mfU5rhf8A0xEtrcC8R0FdnVriM7UWDAu7IMgggbgPG3f4VVufCV7k8dM2DBjxuJYE3Phf9VZa3FDAgK+43XS3aunOSrUwoz8JQ1ljeoJ0g61hteVxXyBFQ7p3MJJ/h0tVC1nALJ+cCrQUQSYoNLiR8jqi3J1PxH7KKc8tnie1A4cbB9pORVJOgvr1rHbsw210y9u/xr7EeHx+KhJTKV3lQZIJMiYNtw6dINfMf2Pb77/4ex0aY1etcLCdibd26QCZP8Nj0rzps0saWEK0loGOSxGtr+HftTymreDj7XIHl6j+EAN01A8aZSpXxZJVlJ2gCxFoNjT2g1LIQd23T+Ld1J/QUpxDwg5LABWCgifKTbpaIM+Fqm1WsMmFnUMw8syyfSLmLxSO1Yx4l3/SoJgiLwAIAI8RWkZ2n5C4lVvVATGJRibaSYi9r1O3AlUXRciMBtWQQLEw1jusduvh8ax+VM7mo6YlzbN/8W7ePLMMdpMHobCo2aRkc1xgGXcqjaZciSRf4qpAEdDFKSqeUfeHERORj91w5FOUTuxT/AGPlNu3W9e19Hs/81y/Z1ziuY56cHk8NsnHCrkMsWldxF2AiPlXo6W63FYbYsyp+05cf/dUxEFDsO5VgnftM7j8637udWM8q3vbM3NTMSzAHJkZu5BIGh+FX9eZ1wz7Ly5Dl5HdhvuWJYwB1/4V6MmI5drlIhT0wAPBv06GlSzwsZgj5ExhbYwSxFwW63HY1MmI0tXDxsuHjDyKHcQxIEie/XrU67ZXZiKTYfTY6FFiDpeeo8arLOxFx8i4s2xyRjZhugC341VmYit/g8lsiouVQwxTjMtdhEKx6AAVy9mpx2HtfDyNjx5uOCUkMAYVSsSdTNed3X4w004d7x/uRl4noDNjwtEu3qLYRAUBZ6jQCvP9bL4a5zxlewfefHxYsbtzMyIRDLiUlbSD0qPX4sw22mPldT7k9p5WMeqeRn6SwibzoT0qN9GcybD757QOXsxYMoI8seRQYtqh/bWPbpj5a63CPkfcH28rDCuJ2Yt/VONgxNrXa0mp16dr4Xe2Tyo8rne25iMvG4OVkxkANkKwWJk6SdBeuidd1+WW+3t8JeP7e+ADLmREDP6gBJ3gtcqbCwFF2tuIPWSKvvHunLwcP1sbY2RRFxtmxkRbvWv19JbyXZOHJ/8Affd/58f/AEY/3V6Po5eXkiZM4SQBBJk9AJvXs7YZxGBbKFIZlxgPaP4hYfjTJd5XFw4uHiyZCXbarT/DJUG89prLXa5XYpcfkemx5AWQgXce4khvhW20THUY+OvI4uLNO5VEbbiwg6mbxevPu3rcNp4WODwcY4z8jIk5shcAE2FzsAHjAM9qns3ucFAZPa+DsTMSCVyEJjAgM9r/AABtRr27Zx8Fwvf9twcr2QqzqjbZEGIuR06ELNYftvs0k4RnGv8AbK+EsxVRiCsUH8K7oYnq1bb2WoYCcF15gxu3p4nEglpO6Jrom/BSI+RhxccsylXYNKuTER00ir69s+StwpKqcnmY1zk+kQCSpEwAYA8Sa1/1mGdvK2ca4vUbXCDGMSQZvM/jass2nGUeHjd1fLJSwCp1AmSZFb54GFtDhRHFlx7doVtSbGKzsuT8Mn3DkYyQiHd1LfsrXSflNqkPNebVeEnCkttHXQUjjX4XAUJuOpBvI1AJEfGs7s1mrsPtb2gDm48vKSU3B8Qd5QlV3Rt72tXnfb7eOHd0ac8ve/tbiYsJxOBPqKoJA1O8kMBcwbjwr5za5vL0fDtuHixbtzDwkCBYjxHasZqm1YXjYk2gHftBvcRtiJ/CachWrWJ1Tyk+UNALSSfNH8Xx/CtsIhZnBUiNwOo6QAaxtXIrpiORxICwpKjt2pSZVdsGyYsoG4AEgeVAddCB4flR64HskwwcTkEeWwmb/wCtELZYUxI3E7juItPToPhVpQ5cm1oUQWuwMX6W/Cp3VNVRso8yzJW24yfMTpOnTpUYUz+fkU4iLKFM7wphSbztBqbqrLlPfuSn9m+0KigqjP8AUw3NfU2FtIo65ydjyb7x9yyvj5HCwEQCMbEGQzawsgaAx/pXv/T6cWWuLv2+I5sZjj9rH9Lc1vTyiI2kkuTeb137az3c+eD+2P8A2zO+VlOTIwG5QSSWgQsRI8xp9sz4Rqp/dDumTGZKqPVVVI7NBtJ0q/q+EdjkJnMVmwlRfWvQcvys4EyHIFFt3fSR4fCltsUdT7J7GchYnE2Vsg2qqrJ3RIJHhXD398ny6urTPl0PM9g4mDh4m5h9FFWE3tAG4wZAuTfWsOjuttw17OrhhZPaPbthb1Qs3ZNT2hpE6VtOzbLHEjA904fEx5HOJiZAse8kRHwFdfXvWe2FXDywGQjVfKWEQQdLHtWtmai4dp9ve4e2Ngjk5MzlZdBiCFZH0k7mBifCvM+xpVaxv+wbeZ7hx+PyGJxozOyqCJxzMsATN/yrj7rjXhWuua6PPixZeQMWDh58XFDKMqjETIEmTIW1xXHrLr5uWtlrd5PB4fIxFwIzccDYxQB5EE+UC0gVlzarVoe0cw8TiYmwYC2Rfq34tTJudyzpGlY76/LbXZz+b7c91PuLc9sRVcuSWJAAktJsJgaRNdE7sasbp7VsHjji48AcDIyAhh5tqmAen1N5da583ZtxrFbk+y+5e5c08jkZW9NdEBjQ/G0zW2nZrpriMNtLtf8ACs3tHvWT1cfNwbMQcemuMC+02nWOkVd7tfMXemov/wAR5v8A9qf+oVX/AFp/Q8Fw5sePCUyHRSxHW+tfU7auGVTXMrB2BgmAI/5pv+FVhOV/m5ZwIQ9ts7Zm5F6x115XazOLkBGQSQm2GI6x0rXYpXb/AGHzcGXFy+NySu3CgyYwR5iCQGAv+k15v3uu8WN9Lnht4F4fP5Jx8XkY1zCScbNJUEgH6fCdK5Ns6zNaSRd5nsux8Xpgql9psLLcWN7mstPsWnevhDm8vDfEqsVCxsCgE+WNJtc2o1v8sjbiKqYicBwt/wCo25GNmPmtuIn+ECtdt+WbK90wumVmXANmPbDxJuYVQZi+2TXR0b8I24Zh4aJxm9UFny5LmZJsDsX4XLV0e/4Z5FwcCOF3Y9gWP7dEGtz5n8ZmnvvgSJ83HxjAfUIPnH03k9tdKym9y09WEHw4gzkQqAhZIFwZJ69667mpvDEzc/O8ru8p+XWa3k4RarW+FMitYimGj7PwMnK5AhSbxbvr++s+zf1jTSZr0L2z2I5FXjlQ3HOVAcpADsABZLaG4ryuz7HOXfp1Zro/ZPbUwe/cHjuNmPHyNxclZlUO0AEro/41w93bnWuzTTD2X2DhFOKG3Fdzblj+HGTbHZtdBXkZbbOlxbVVBMhbyRcjoBNKXlFWUxl3WXME7lIGv+0kdpmribUh8pAdrKCYiJI6wPAdKLS1AVxquoKibGR/F8OmkzUTwrKHKZyDyREzYGOsjX8jS8GTjb5mBeCSYDQbyLEgDUDWnPBZ5S8bcqm42i8dtLWqVVYbGrL0aCTa/wAIk/sqsoqjyVZC+kAHaIAjrJ1n8qW69aock2IKxjUSqgQAZnoPnE0oqRRz5BtLGdqkFQQ27yjQ6Xv0n4RRPCnJ++BhwcqAH6Q2QY4knsN2l+oo6eafw8xzLxlPo42XH6u0Zsr7ZUqAT0/jYV7GluM/hyXGWTycuLgcXPxFdHxQxTQkSOvl7wRXVpLvisdrJFEthTBxGyCPSKuSJkmw6A61vzOGF2ZX3H6/K5KooL3faoB0Yg10dMmsY9nKL2r7T5bZt/IHoY7NuceYieiiT37U+z7cnhGnU6Pge3+0cItkPGfmczc4xlliFA1CiTEiuTbtu/zhvNcc4bfHX3440XDw3w42MBUUYxuYQJLXFj+uuXe6Z8tprv8ABh9o+984l8rYsJfcYzMCdwH1DaP1Vr1fZ114kTejbzazOR9pswfd7phG2x9NdPLEd/xq9ft/4Rer/LF5/wBo5DjKj3BCo0BLCWUEaxGorq0+3z4Y79bleV7byOLAYqw3FQAQbrOkV3a7+zn2iHFynxZEdSVZDAIMGNdRVXFHs6n2v7zFsHMRQ5MDOtrT4da4O76XOWmm7seD90+6YMCnicjKuKx2OdwIJtZ56153Z1OnXsbHG++/esObdl44z4VgoqTi1+qTcGbUturSzHyudly6D2z/ACIvN5Pp8rgZeJimUdf6oNhMAbf4Qetc+/TNYvXbNdBn984wQkucbKyLtfEwLRcCFDN0rCYPbihy/cft3GSXnOhAm2wKdIaRbTSiaZaWyTldw+7+1cnCMnHyBna4U6gnzaRRdcXkrJZmJRy+PnxsDm3w0xBH6v31nt15V19nxTesv/7X/wA1T+po+Smwkh8jlmBEAWk2gDrX2zwUGJWBIAG65YDTt+2nsBcnl5MmK5gqAoURppUzXBqmBiJjt4XuLVeYGlwsubjZHKvBddgB6qT18Kz2mtXq1PZvf8XtnvC8jIGGNl2NtIkAx5vEzXP3/X99MHrtiu04P3b7TzDfkBTdd2eUJ0C6nuvevJ3+lvq3na22XG2DIUwbixDbyZsLgxPwrns2lxRbKy15OHBmyYseJQzHc7PtUKNTukMW/Gt/XM5Qp8nlrzkXM0umJx5FBi8EG4g/GtNdfXiFdbeXO+7cHPsBRpuSiT/CZJHziuzq3mGWEnAw5EyKjuchK6kRsBVp/wDKKW+0qtdVf3TlY046EMAhglifMbRINrW6VfVpbV7Vx/L5b5chYWE+W2o0rukw57eVaCT4zVQHIuI60waJMAW6/qqQ7L7N9ubk5hjUecqWudtjEkkXiuH7nbiOr6+ua9c4PtL409HFi24MSphyEAu6Ende4+pZuPCvnt+3nL1tNMO0+3vtri8bIMnprlyhnOMvpB3ecWIYmC4vFq59u21pt+Hc8RJJd1curRCgCDcwBrofzrn25K3HC3kxA4xIsYCtBLWBkQs05rSyJZhQSV12joJg9OtqNMpqbIdxY6kWEAk6CLE1Rah2I0Db5evWTrR6qMqydjKdpUb5vefH50xYfOVc+cKTYRBIkX0P66Vpaw2IEDy31/XB6VM1UcsWmxknzCDE2nSiwUGRV3GQbwdep0kC/SkcqlykXeWLQguBE2ix0vSXKoe4ZMSqBif61mQTBgE2t1pZNxnv2ZcXBZEb08c7WA3W3MJ3dSBOk2+dHVr/AC4VtMR5j7hmwHNnx4VynGAp3ZRElW81/Gvc6pZOXDtXNe5ZTyMpx48G3aEZspEGZ+kkba7+qRz9liXh+2cj3Bsa4MYbD5ZdVdiwHQWvbWl2dus8stdLa6n2z7QGEtm5GXFxzl/iYHLl2kkxpGnY153b9u7f/h1a9Mxmt9OD9vY1ATGc74nJ38gETtMkhBr+Fcu2+/w1101i2iZspbj8LjnYrbEyqmxJgL5evXtU+PNXdvxFjk8H3jIwxvlXC8BVXGruykgWG5gtz4UpvB61Gn23yyiPl5BxQpDnMgBI0i5n4Wrr6O7zifDPfWuW95+2/ZMOXLu9xYqXG5MJE2AsL3/6rVr0d22Jw5d9Nfy5H3L2/wC3cOJkfncg6g6SAfCbeIr0NNt7fDmuHHc9uCeSowZsjKvVxqde9ejpmzmMLjKrlzgyGC5gDAYSD4ePWrwSmSo1FwbDwpk1eD73yMKDju3kkFXMkgzP4VHZ063lppvjhvYveucxRlcHeu0gknaRbpXHt06xrNmtxOTzV4ubmZOT6WMGyqCAzkxqfCufbXW3GF/5y1+B955ymRCQ7AFVyNJKJF+n1Vl2fTnxGk7MpOV9yptdFzhcBaQWhiSRBtc3mnp0esyy23T+0+6D2rAzvl9TGROxtRIgAEz0OtZ9ul7PEXOz1mGz7R9y5uVycnJ2RiOMpgIOxQRAtMfSKx7umSSTyXTttm2r/wD37nfyp/1n91Zfpafu3eG8nCMSkKSWA2he3jp419Nm1weqLGiqx3KAACCT21o2Hqjye1qMQKncZBYDQSdBSm49Trw1xsQMe7J5Qm6AB1LVVuQYl1TeyhlDRuFgYJvSCpycecsCwFgLAQSNa0lGE/DxsyqMiws/6/qpWnI6z7X95y4sh4eXKrrmVvQVzJR1EbTe24aV5/2urOuWvXfh0Z5eHhhkzZsOPK3cCYYiQb/CuC9V2a3hA+IuxzATjysGBEbZAgdbACqzdZinnJ+X7NlGZeSwOwkrC7QBuEmwv86nT7Hwi9XyzeTi/tlObIPTDAAIPqYE+Jka106WbXhN4ee+5c318jIpjGpvJmYr1dNcRhtcqSyAO1aXwkkXU2gD8ZpQCZIWbWHSmEnC47Zs4X/5erHWBqTFTtcRWszXrn+OfY8d8mTcFsCwIEFZBE9IFfP/ANl3/D1Pq6PZfZw3BwP6KeWxyY1CxtKiZdwsnoa8TL0MOi9j4CrxsByoSyxGJB5gRuJAloI2nZFRtceEdjWxoBmYEMoLkSWJUCZgbhAvqdZilOUy8LSoVxfQu0HybTJ89mmygWpp9uTO5d1YsDH0uB9UgST8DApw8GCuyABhB179hakpKFaQSfL/AAg/Iaj4xWmtKp0KmSBBUSB8j0E0W5RnAfRcCYElZGpvA1+Z6UTUe5lVkIAO8/S09x4/OnnBzYDlt5AEI6B2eSLC3SOlRsUFlxqWIGhAJBuSNSalUUOWcYTdMEiIMiQOkCDrqKz2jTXZznMK+qWOxVC+WVkhhJ7gbYkTU3iNJfw4j39f77kPizZNmPGrentjzFhNzOoNbfXs1mT2uZy408A5cPocbKoDEpvAM7AYIks15NzFhXqzt+XHtJhA/A4eDAqPiXLjUhWIiFmAJJPcyf11prvdqy3xIl4+XLk4vp8LCHGKDsxeVZXQBpNr1O/pL/ItNtrOI2fbPt37i9yxnJkxDiccwUbdtKxG3zHcR2tWHZ3aTwvWW+XTcf2j2D27hNk5vLXJnJJKqWMiAYLdbjtXLtvvteG0xEXL+/PY+Djf+1wYUIKkZcsMwBgbj0tetev6e9qb26uL9w/ycXc7GOTzgooG0QSIJNuvhXo9f0M+XNt9nHhynuf3j7tyhlI5K4mYOoB3ZCI+O4Cu/p+ppq59u23lz/I9yzZJ9fPlzKZhg0RadOgPSujXSfEYXZlcvk4cgFsgf6Z36kzNq311TapZlUIAFdYuxMESfEVpIzygaQupPcaa1QLCZyKGuv6qkCyYr7lMqTp2oNo+2+4Y8Q25FLv/AAvuIFumlZ9mmV67c4dRi5XLfGuPM/kbRGEAWMa6zXJZMuuRA2DG0phQHIIZnA8xsRpNVn8i648IcrZUK7sbK6x6YaAsa6inJKy2y1/avdPYs/Jx4/dlyY8N19VZyAGD/wDLsax7evac6+RMfL032D2v7a5XCyZODyv77asKSFB1mIYwPJXlds21v8m+slWv+ze3/wDtZv8A+1/8VZfsX+mvn+XZzvsvcC5J/Gvq8vOyPGcCud3mZRNyRcCs7KeVh8yLx2UwEEHctix1gVnrrRlm5mfkNCGCsReBJFzW3GE/KfZKNjPmIH8IjzH/AI1NqpqLJgxIoyGQwmE66dTUzY8cgAcKWAliYLKLdvLT9hY1vZcI42VfcOS0Oo/p4Y1kRJB1FZd+2Z6xWmuF0c3lNx2VMIbM7sysFk7muWM9pNYTT1Xtci4+Ll8DEzvnGM5oXIjC4QTMCbmL1O913vgTMdt7byc2TAhzpBTGpdjN4WBPj1ryO2Ytw6dNszlxX+QfehhVcPGMNmSHIJgA6x8a9f8Ar+q+a5e+44ecgSda9Zyn2sfyoGRAFJkWFqBkygMTeJ72oC57cNu7dPpn6jJFoIP66z3Xrl6f9i++Lg5OLh5QqoWjcxIO6J1/3G9eJ/YdGZmPS+t284e/fbuLjemqgg3knQMP5pmvm7Lnl6lvDp0GUpiA/qlWgeeRHQyReql5YWLWMYzjXKAdpOgbcqmAbi4Ed6raIl5VszFCPTJyMxCyAslZHcdvGs5OWhZ849dEIB+E2/SauDBYSDMMSogKW+Gnb50bcBc46btsjaSZCxfvftaKerPbZax40GaT5iQTYXIiPxMVciLUwxy0rJ79bG8zJrT1rO7IsuMBwGG46kREGIgR8Ki6r12RnCdxPXRQB/MR30A296naHKM4UWCTZtI18KmzB+2WfzMIYIqAKbMdsxN4+M1Naa1z3uOPfmIdyu5YJtAC9J1N4tWO/LfTEcj7lxvVhJIwqfTZySTklCDCyLA9a06dBvu4vn8zhcfGePhUF42LiJkFWUE+ox3XJtavU6+u4za4t+yeFXiew8rPmDchWXjrDuJjGpkxNv5fGr27cThnNc1vL777b7LiYoxbNEExu0+P7a5r1bdldE2mrnPdP8nqkY1dsmQhVbHjIMR1JHlGmgrt0/rLfLDf7M8OJ94+/PdueGG4JjgzBB7akjWPwr1Oj6Omrk376wuX7hlzDzMM72WFkkRa5NhXXOuTwyt4Vs3K9w9NSMWxATtdr6/sq5pqzzVHJyuYSyM7BddosLfCO5rXXWFbUTIZuxPj0pkEKYJQyNR8KAYki0wpM6m9BG9QGBM2gTrQDDrBg9KMAUwsA2PT86DSwsh07if9Y8aRZdJ7P7mjqnF5WP1MxG3AZJJA/h16RXL29N8x1dXdL5WGLjJkycVnVVKwCJMC5mYJuSNKnE+V8/AsfKziBlSVXqLyOxFK6Q/f/AseLhZVcA7XM7SNbdNv4U7mRONavcDj+48KM3t3IL7Sd6Ag38V6zp8qy2ut42gxZ4X/AP8AJ/uP/wBn/wAp/fWH/F1NP3dji86lQNwKhRAHWf2zXpuLCB8uybQFtt8SPzrS5TkC8fkZyYVpJBAvN6i7QLqcXZlRHQBA0EiZM1Fq9Yv8PjHN/wChjZiTudTbU2MjQVjt2SNJOU3N9qyLx5fCFG6PTOu62gWWkT1rPXu1yNok43sXMKY1GK58oABLwDN9NdL0t/sawTS1pY/tDlvkV1w5GABO59ekQADFYbfc1ip02tTifZ/uX9s+XLlxcXEp3M1y8ASZ06Vjv96ZmI016avn7d4ODZn5WbHnYBTj3FQF6WWf11z/APTttcSNf0+vms7337s4XA4pJT+rklgkwWi3aTJM1r0fS23rLftk4jyn3X3Dlc/ltyOQ+/I95Gg8BppX0Wuk1mI4dtsqkDcbTHfSqSaWmNfjSpwYJCAzc6j4UsjBYV9Rj1MWAtfpRk8Nb25VTysLtIfXyr1A+VZdlXK6Di4MyPiUAgoSHyMpIjdMtOv7K5N7LG+uc5eq/Z/+QP7TGuLmFvTEKuRlhiFELY/WtraHvXh/Z+n8x6HX9i/L0/2n7v8Ab+UVKcjHkRhMk2BE7ibeFebv07aOnM2dNw/cuKgdt4Cj6EBMG86LMD5Uso20/CLmZlGIOXI27ShmY16NpP5VMvJyKXHz+s+7cVBuIswFx+2rwdamHHk9JXQ7piBAMEn5d+1FifZonLjXLj2A6sAP5rEi/wAVmr1jGyiVlzbxEoo3CQV2x2A8RWmuiases4WUWF0KxcdIuelVjhGAJlBG4yyAlSTBkD6o+BqcGDMz423FvKvkECZkERMwYPWouV6zKB8zEv5PKIAMjUj8QQamzK5FDkcniYsDZXhWKgsJkhexIBtUYw0xlx33N7/xMeUHyyPpUsdTABNv5ulGnX7U7t6uH9196y5cfpsVxKsQGEO236iButXXp0yVht2uQ5HvfA9vU4iEXMv/AKnqBrGdbMWkE9Fr0dPr7bObbdz3L+9ACTjZ8hDFt7nanhAEH8a7NPpflle3Dnud9wcrkH0hlZkcAtLeWF6x+Ndun1pqy27LWaiZc/0tuj63JhAAZGtbWo9jvm9r43lYHk5O87cYOkQLsJpTS0rsjz+88kEqqjEjwxRLTIHXWtNeuQvaqTcrNN2JPUE2q8QsgyPknQjpE/lQAMzs25pJPekCkjvB8dehoI2mkkzQKPYo8pmehnoaCyQBEKZv0oM5BB2ExPSBSCRMTbd0ElrEHWKeDyPCWUwpIZRI6HUXpyZgnl2/s65/ceCr8VQ+TEQMykAHoJnu0zXndtmt5eh1Z2nC1j4uAozZVU5SobymBF1v8SKyt+VWWKmX2TLlQbXL7pECFaR0v1tWunZIy268mwJzeIhT6kBg/wALgTE3Aka3qrjZMzq0f+48n+TkfgtY/q/yv9l/DkiilozNtUnWJMdK9Da4cc1IcLDmyDFhVmY6Lreou1i5rK2+L7fhTGP7hib2BtIAnUVybb10TSLHC4GAZkb0l9OYZ3BJBmF179Kjbe+FTWNY8tEOPHx1CIYEES1iO0Vy7aWzlc1mWdy/c+Zk5OREyAIpLKkkTtIBYk10dfTrNcs7P5J+NyuRgcHNmhU3b8YncLyD5u5XrUb6S+ILMNBffgh9R8pyOSF2qxiQTEkWFjWG31rfg52IMv3LyElWc7ckwNxjrqO1Xr0RF7rlznu/vv8Aa43zs4fPGzChLElh/EZtFdvT0y1n27uKzcnLnynLlZndrsWMnv8AhXoyevhy2gkgiCBHfxpZIwuTFzRkCxgGWJsL9aQPlKFmKwATYXoPKbDgOwx9bHag1160ZGW37csY2byvsLBlO64kASegZ+3SRXP2VcdDyeSMW1cuQYs2N/SAUAGBjDuHi0jdGnWCbTXLNW0qzwPcse3Hj5GBFRtxgkspBQHGApHlLFRN9Kz368zyvXdYx8z3Djc4ZeFym47KgyZFbzbWYnaikeYeUeOnwrO9Wu0/lGntZ4df7J/kj37gY8a8vD6+JMl2RtxIgttJXrBk+WuPs+npfHDo07b8tsf5Y4PuXGGJi/HAaSSQxK7ZAgA3v2tXNt/X7S8Ln2JXY/b/AN1e1cgJjw8hTKg7ZF9qgwR4Qa5d+rbXixrr2Suy4Hu/DfGu9lgbWJkCdw8T/NUTjynbS3wvHlcfIpYMCJBBgEj+ErVa2J9dkRzYvLkUrkldrIpCbjuEL2sCYrXXeFij9XJDPkcA2QGSZIJUyRut8hRttwma2pvVUoWDbIPlKgn42i2tR7cHJVTkZd87SQYKrck/h4VlbWsjNz+54sPGTM2TIuNwAhsqz0sdNPCnj/KpI4b7l+70x41TBkOXIxIxqGQDaR9R+rSNetb9XVdkb9uPDzL3D7ozjNiJccjku6K4Z2KgxEKq2JtXo9fRrI5Nuy1R935nJVsmfO3pNkJb0w67yDYyv8AgW61t16TLHauA9x9zxHK0S+Y3USZWb+Zifx616unXhhdmdGV/PyH2qIgaD5V0ZZ1Gz8feIG8CSFBteYmxozaSPkcvK0IRsUSVVfKO3S1EgQuzE7mWCWkfCe1XNgkwcPLySwRYg6Dpqf1Ci7CAGMbGi97HSlQPkYwMkAGTtkCf4lB6inLxkICkbzusOvwNMBJ3EMDBA60haexN9fjQVp2ExcQaCOZ3RIvcfoaDyQuwH8Ws6CnlSRGaN07lPTtF6CS+ntIyKSo8fh0p5OOh+0vdM2D3EYVbbjzko6iIMHcDPh+2ub7GsuuW/wBffGzsVxJgzI4COmRWB3agoSWA+AivK98zD1JrJytji8cqU2hXeNsjQlfqmLielRNuT21jI5/HzpvCncQ0oim/lBkWveu3r245jh7Zi8M3/uL/APuP+B/fVYif2Vz3E/qoVY7SLgTrAgV2bWOXRpe0lMeUsZBUgEiQBI0E36Vh2+HR0xeLoM3n8qAgqSDA1BtE1z+Iu1pc4FOAoxoWXHtLRJJBEjdXPpt/LlWcThi4+dnbIuPGxncCinQ36/jXZ6ypm9LhPu5KvmXeFH1DQwR0HbWp38Yg67i5rW9yYgDIoVlO4BxExYjoT3rn6/HKu7+V48MvmNy1GP0MSlWUDdvAvf6Qb9a319fy57wjyZnGZjOkiDe5gnvRiXwWvlyXunMPK5juCdk+QHt/rXf1aYjLa5quoG3cbxaO9WzpjF/1GlQaIMHTuaMA4O0eNGANPPkCmBJA8KR4bftvGGR5G1CB6WJyR9cyxFjMCsd9sKka/CHD46f3AUjEZ9A5CJYDyIWi4Bbca5t7a0guZyDiBdJ3SvHxFCDqd3IcWvItNVpMFlX5HNxjDi4+AL6r3Dzt7gx02266ijXTnNGWpxsy4mOPDnOXGroRkyEJtKSbrN9sCYi3Ss99Wmu9S8r3Zlb09oQEnzKP5ipLdrrA10qdemYy0/YfHxuI+NXuS4Useq7tSXEgKLknrUZvhMws8bj5UAfjcxyFyMSYkFcYbTde7bY8D4GlcfhpMtjD739y8ALyMPKbKHXHsEkhyQWgTvBgDWKxvVpfMaa77TxWth+/fuYI2NlGTc7ICro1vq8v0WuDXPv9Pra69+zV4n+Vfc+PnnPxcjNAUNG4Q5JSCC92k/srO/S44Xe+NHH/AJj9HGq5cTbZb1H2stgTuH0k/Gs9vpbYE79VzH/mL25XLlmKhZgRYknbra8VM+lflX7JRZP8p8QozYDuKAbI+lSI3Mxnp41P/Lsd7ZhyHvv35y+dkf05/tRkvyWkyCrDaijWxNdPV9SY58ubfvYeb3fk8kZjt9Di+YvmbcWJKgtrHTtpXTOqTiML2Zcpl+7dren7djhx5V5DqGysYuEiu7T60k/kyvZPhV5/E97z8U8vm5xw+K4Bb1GHqsvYdYPar0311uJGdtc6c/ExLswIXJM+o8W0/ZXZM/LO1WzcnK+RmYy+Qgl/2DtTkwWUZyMI81ut++s0zyk4mNnySRYWm1p63pWhdxcT+6ysbLjxKAABqRYDxrO7YNqDj4uH7Scm0pk5DkI8gHYjQ7Afl86y9rdj8Mll/wDph5SszkFoEEgT+VdFqS5UryUmzj0yJiCQBE3NOeAp8pic+Td/MQPgun5VUvAygAaCBHz/AAp5K0PWSTSySVXKiIuO1vxmjICIJte9hTyEm8QAbAW+dGTMHF1UW0vM0smmVlKyQbwS1704B8acWRMzNA3CPCDNLaZmBnDr293ytxsXrNKoScehIEGLj9s1wXp1zXbO/b1jTwfdHtz4j604MjFAWYEkDfH1iVMRMVj/AM1lbz7Evli5s7+qxQ+vjJLB1O4x4mde9dXrMOXbe5VP7nJ/7bfif30Yhe1ZnE5uNoB8uWxHj3iurbVhpu2cO52JVFDk7gQxBBHh41ybTDfOaJjycrFDMsJBWSsi0T00pZkjSfyaPF/v+N6aDIXwixLkgCZB7fIVz7+tVNMLWVuHlyKW4yblOoIDDcx1t3rPXjwdmQp7XxXBKuUuSCikzIiDrT/dYXq0eN7SmPEmzkusEqQyrAkTpWHZ25+F+vA1+38/LyL/AGzYxtNnbIgt3i2lGv2JPhPpll/c/sHvvF4ebk+tjdiyrOPKjNLCP4T1FdH1u+bbYwz7evE4eZspVyGEMDEfOK9hxjMwFHS4A60JCTfzWImTQDvum/1A6k0AKyWJm5oOLGBD/cA2aPMbdamnGu2KPSx4wAmI+nuJjzNLOTNZex1Jmy+u49MzvP0jQbPKgHS1TrMHmi5ufFj4eEYS+NMQKMxiDr6jDxZm21OszTuyD2ctyeccrkKRtw4MUqF8w26v5Yx473q9+ImXLWzPxOGVbBHIBnEmaQNzO82m7EqQWisNf5eVW4L2bNhzc/k8h2KMoKHI/lbaiEs0yI8wHyp9s44E2buBBkyYs+5jkbAMa48flyZcrEIhYnTauVWbt+Nc98NtaL1lxYDyHPqgEjijaHd0xH+plO+PLIhTUTXJ7VHx/cczemTCB9sIHckAv5D/ABQu9fL/AMsxV79eJka7JsfuJx5nwum3KMgORVhiDsCqsArA2oPKI+FRtplU25B/3Ub0RCRnD42dMm4vOMGfp3Hc38XQfGl+rE//AGr2M3KGwpvxqyJk2k7xK5GLHVLAEC3XrTuRkX/cuVldEUqAxbIgDqxJyA3Y201nwtTumEXsDzPccWQLxcJfKVIX0sf1uwQIu4DRY0FRNMcsrtPgeP3BPbsR5XuJ9XIiKMHtoBVUAmPUYmev76PT3uIPZyfu33J7h7pmPqsPTSyBfJjUADRRrXf1dE0jLbbJuP7lxPZwdo/ueYYILfShjr8O1F67v54OWRie5e7cz3HkHJychyE/SToPADpXR19c04K7KYPy8PjVYQIHQfLSaAJUYljYdY7xQcXseEYkwyDDAO3iDO0flU2G3vbPb/WRcZI/qMXdgJ8iQST2Ek1y72qjO955qcnORjx7cYMY1EwqKIUD9db9OmJm+SqDkKwXEpUhhhVSAOkz49DT8hT5bMc5IETERHQeFaScEjyQYEANc9Z6U5OMpqADUQB8aQSY8GbI5GJCxUFioE2AuaLwJMhYEEArBHSO9AwEaiRqZFqMARv5gJmxHj+6hQlkSVN+k+PjTAwJB8tvH90U4BABtwAkgmJPTtprSptb23Fl5WDdj+rEdpE9Cun4Vh2X1uWukzw0giJximUMQFkQJ0OlZW5rXxEOL23fj9TjuMWSVBk7ene9/Cq98J9Pb5P6fO/n/On7a/gem35cxuKsGGoINdzjjUwc/IUB3kE6EWisNtI2m67w+bycZ8rsALmDPSKyvXK302w0uJ7zBT1JUkC7frNY79DadkrSfnq4YxheSfTJUKTBJkn4G1c96rGvCU8rHkcKMYxgBoIb6gP5Y0n41leun6jT3PDgVgHPkXQETEkafCn+i1O1wbH9x8NIBwb1B3MTaFGmtH/JaU3jJ+7ff+Jn4mPDiwsis2+LXhSIkeNb/V+r63Nc/fvmcODchiCLxYXvXpuQ8Nuk/wClqE0/lhiQJ7aVUgIi/m16nU0rAYDym0np86IFjheXkIQCQhDEWP03m9TQ1zyVTi+Zl35CWPW5a8isPW5PKt7a05LEDbZSY+o28NJmr31VlX9z5ivySmNSuLE0IP8AlG0GNPGnpriFamxsMJwl1248cY23SfMSS56+APhU3W0pQ8rl5jlxqr7hjQHJk1DZG8xaI6boFPTrkVa1vaURS2TK3qZnZVCkGchPnab/AM2wVl288Qm3j5GLi/3eXjEPlxInA42QhfrzN/UdEGp3XBiIMVyWXOG82mEvN5mHJn5OPERj46jDwsKblc+lik5SI/5ATTmiLuiTkLixYOV5djZ1XGujbcEQrXOkwNo/XRZbwrWizt6C582Byi42Y4nKsHlg8ObfUDk7zYUY5wq35UsHJwtzszYsLAqo2YyQCqDylWYkbQ2p/DtWm2mJC98ocfOODgY8eVsfopmOQ4AQd0GWaQTuXaAPjp1qv152KXEQcbkcwrk2+flcvc2RmMbUBlmbtuNXtJWeVtvcH4eJMXDl+RnJ9TMv/qODqEFyqzN9TWX65f8AbwLGd7kEg/3+b03/APtMcs4mIJM1r1a2ePCayuRzMMAYkIERJPmIiOnetvWpUW8xBEgG1+8VpgAgkWFhSBHWe9VAlVJIFoF7eFKnFwYQzjGizuWWaNB1NKmnfGr50ZVgKCxXsFkhaWTw2M3Pw8fg4sGPy5sy/wBV+2OJ/wDNWE67bkZwxuNgY7ZPlceQRMmYWa3vEJY9wCnkhFYkYwU3QdAI/AUTXENb9u+zvd/dMq7cJx4HdAc7kIqggSbm8C9Z37Gmutx5OddrUzfbP297fnyYcpPNyoGJYnak9AFWNJ8a5de/feZ8LusjHyjJysp/t8IXjY5ccfaI22/lA6V062yco21z4A/H4vG4/M/tzDZyFxCbjEvnYG15sKUzadmIzeTxg+DFmBAYLDldZ/hnoLVtlOKqDFIkzI+kR28fCrQPL6bMNo2iPNJnzdf1UaxSNFBhYhesXP4UwlVLQbkfgKCqTFu3d+p7X1gfKlYMtb7Zyqec/FcjbyFKrPRgdb3rHu14bdO3LqX9uzOQWUbgSYQqZdZYnUfy/wDGuCb4dl1mVXjYcanlALDJkIZeoIMGB+daXZGuJVj+wfvk/wCmqyvDzjKWAjpMHvXovL1T8Vt5YF4lR8opbWNNV31PTYy4dYAKjWf+FZNJRLysawbmYIPXWp2jSbcr7ZmyFcolE+orMATMfrrDDX2zS5PLZcqoWbIAW2iY+H6qc6z23Cr5WDRI3sFmJgDXoO9PiI8rrZONjSd39UBisiwOg3eNrVNjSeGN71jZcaggi41+elb9EmXN2+GIQJg/PwrocxwLEfp+VSDG1/104DXPz0+NFBKYMGiBa4bKHcdNseHXW9TVRJzG8qE/yaiJ+cfGiQBQlOMGkgZCxAF/pgXn4mjyEAYvk3GACdb96KlZyiVxggsWO5mHjc2+EVMgRKOwkPoLjS5H4VVhxse1lmzjO7ADj4Wy7jeGcxjFvl+FYdlwbS4XJwhuHx9wd2IzZm2kQrEZP/0oL1hdL5XNlh8i4/QONduTl5nKHQdFDeF5qNdMiUB5vHHOxcYR6XHxPsfcbOyHzMdZhmNuprSacZPPLM5PLxrmVcLkYsbbtpiC6klZCmOvmradfCd7yp4uZny8jkZMTlRlMNkJJhd1pPyqrrxE2puHxG55LKsquQY16TuJhiSb61O1xD8rHMzYuNn/ALDhEZUkF89j6mTUncf4V6fjRrrnmlag5Xu/9mXXjsuTO0rl5RksTA8qHoo/OqnXnyUrF3uzFj38161n+CtAIJM/GmDWEGJA6GgGU9RQBqogFtW0+FATYwHVt0zA2x3ApUf5WnJTGDMtl8pmJUDWIPXvSOfksOZTky5D5VtMWHaBeljJ0GfPkzvMmWIBkyLgRHwp+Ilo4wONnUNcIgYGZAYaa1GcweGx7d7TxseTHyOUQQyb0wtMibn1NdR5o7a1h272zDXXh0PI5/K5LBMYbbB9LGIBP0rbtaD4CuXTWa63K8+zK5qcXD/c5crDNyP4gCAqrIkMzW3SegNaa5uJD/jGJx/c3x52bDhQhjAtuJkj+I2/AV03ThE2R5M4/uA2VEVC4VlUbb6k6mq1kwLcquc4OOHVSrgHym4kRNwYn8K0lym4wz8+XGWJUTJkT016VprwzyhYsbuSd1j3tTGTqIIuZPcgTNqSkoIj+YyZM0BIMyhpVYfqR+FMCwZ1xcnHm2hyhDESbwPjWdmYetxXpvtvN9sz4V5ckuybj5txDFRAaBqa8jfr2lel1+lmVrHxvbWOR8D+p6jK7gkCzMAemvnkVlfaKnXql9Lh/wD2yf8AV/pSxVfqjxB2n8Pzr3rXjxNw8WbIWVCRAufAGo2uF6zLRPF2qpIJJjUzpSti5rUw4bZEhEJnTUCReKn2i/Wpc3H5wKoQGEqDEyQABJpZhzWliVwCpXcAd28zYKdO9LKl5cbqpyhoYRkAiLgz+dZXDTWVDyeYEUu+FYbzOX6k3NvnWmuuWe22GX7n7tm5WNcbKAAIBNmIMRW+nVhhv2ZZZAFtO0VqxLqb3+d4oBt/mkWFIGAP+tIENsG96AkxAbHNiZAFBizvLTFh+oWoIs7GUS/lUCPE+Y/nQpHjUltoidJOkmlUrPJy7szbT5RZR8IX9lECE5XJLze9zc3pho4HOLjTN8rREmSqgKB8Naz2macCvMIzZW36LsXbabgW/wDDajBreXmPyMnFR3KouPGFK2I2pP475qNdMBGeWDmz5SfrdQF0+lZ06XAp4NUfKw4qiYDkM3ckyP2Vsg3FxnIjrcYpDO50NxC/nUbKXTyxjwlMZAbJMhZ0A0g9SKzuuaFQ59gdUXzZQN/Xav8ALpqesVpgqj5PHyYwpzET9QQHSQNY0p5ylWYMIMeVtKAGw6WoMh9JIiencVQJQxa2g8aAMHc1jCx16RSoSYgRYfxanr3NzSBs2Zi5IHlEADsKDgg7LiCIfM5ECYiKZrXtiTl3Ms48QOVwdLWHxv0qezbgLjr6mT1MxLZt3nxiSIN5/YKx1PDb9n4T8rMr5n2Y1Adj/EZBsPnWPdtJGmuuWhmybML4+EvoqxPmnczWuxPQ1jp4zWm0/Ct7d7bjfDnBPqO6MF3axIaSSIFPbsx4RNfyh43B4mDIy8nkhMqlYCMpfbuGglr1pd97ODmsjI935XGOVhgw+liLSjMfNAtBH510dWlxmo7GVn5IJV01VQFnuP4vCtprhnVYtuuL3g9R2qkl1AESL0BNiG5SX0ESdYE9PhNAhPii4EAi0/p3oOnkwQwk3BItegRCQTHa8kmnBV3h83mYU2YXYY5BZRpbSR86z21i9drGjx/cvcvoxM6WAUjoVgi+uoms7pq0m+1bP979xdv/ACr/APFUfr1b57HAkC0iI1FdDgb/ALHxGx425Bwb/UgYw3bWax7duWmlsbPDVfV3ZcSH1GssQO0DtrWO9/DedtX8ZxY1YHCoVQBjsJndJmfjWWKv9psicXK5C4/4CcZnS8TBiTap5P8AaMcPg5s6OsoXswJAUgEktbQExRdrg52RbX232xiuAkBSDkDTIInS9utY+205V+zLnffvZuMMiLjzN6eQswJEDyhR07zXf9fttjl7HM8xcCuuJJ8tmJ7jtFdettY1VJA77exq0mIUXB+A60AjERAJ6RSBAA2sL/UTQDbYYyYI0oB1kEkdKQJjuJaPiDQCyE7yTN+h/Cg8jwMRkJBHkUn8KCMEJUt1sAPzoBgZG0G5IgdPxoCbPmcyo0Fl8ALCjAB/D4tY36UqeUvqKwWGO1E2idTbpSGSbO2yZksxYk63tVYGTKDmYJjFyQE6GxM3FTaS074sG3Gu6EH9RwbEzaoxaqA44zcvOSqyFmw+lZ0v+uja4hWmzvhwEJhbdmE78pNp7Cq1mYSnlybmJPmJ1JJ/0q5Ack3JnwM6wKMAwEggSRHS5PwowDbTBI/d8aAfHCgkTu70AxMMQLxoRpQE6vGC/wBT2BGsdaVCIi26bWtN/nSB8QLmQNNacPLb4OAYOKuTIC6chvpFiAhhQSdASaw35qpEnCC5+SxYHcTJAPlsLTU3g3TcNhizBmC40ZU2RG2ygQIuetcm+uW+nAUzBs6JlI9JMbHd/AxgwAIuIqppfXIzyqcrnJ/btxEnEFaH2i8kC/yp6aW8ltWDk5XH4TtMtntuHYm41J+ddnr7TDPMjJ5nMzcrMcmSDM2At8a010wzu2QKqET1i81ScmMGSFF9f0FAEAsAAyZ6W+VPAFhP9UAfSTEfHoKRRcTExcYZYlA25SOg7TRavCI49hJax6AQLRb9lAQ7ADbtHSjIaPsDY/7spkErkVlAMi5FiI7Vl23+K9PLpj7blx53yNjX+k7ShkWBAH/mItXLeyNprflb2r/9tj/P91Rg+Xn3F4rcnkphWQGu7xoOprv2uI5JHZcbHiwwGhdoCmW0AsYj5Xrk25bSNHFj42M43yAGLwLQYH52rCy1cizswqS6rO3zCLz/ADA9rVGTwJeNibEuisVsJAvMk6XPyqbauaDwDEjszlCFUkHdKlhPh3pbXgSD5Qxs+Da8ZFxiA12UsLAL8qnTbHk7HL/dPKzcVMYyEHPc4xAXysAJC3MeUV3/AFplj2cOMfIcjEudTBrvnDnyFxkJPjrTIrAA9RM0sg7J0EkabvHwoBmUSJa96AUyDM307WvQCESdY7dKQMSQZIigFNxOooAkOzcYuQAfgb0sgKyQfhemBAefymSP10AoO6BqCT+NATGxbILL9IHxEfqpBCWuQBHgKMAjBIAMgRfpEUwu49mFAxMswEdx8aigWDinNALhUAD5ch0A/L8BStPJ8/KxY8Jw8QHHj0yP/G8HViP1UvUsqB3EsASQbnxjvWkBtpNgpnWKYKbRuO0SR0vpQDSZ8tp6A60sg6i3aenjTB2Iny6DTTtSyDpG4brTqT2oyDFr7RpOg60sg4Rmfa1iSAZ6dKcEWuFjT1XMEpj87Aa+W3T40tuDw1EZ8mHjoqiWBJYC4G6f1GsvC4IZRjbGBjKu48rNcEgQZHjSvPMDo+CuHHiwtlliqBVBgmTJ07RFcm95bysvmZMj8xmO0o1ySYYC4ER+ddGnMwjbyzPcveNqgYwpzalo0tFoMH8K00603ZhHdkDOZLCTf8a3ZEg/VJB60Cw5AmZ/G8n40EdWH6C1qAJdpQKFO+ZH7hTyCVeo+nwvSDTAMJnUTGvTTWajZUQco78hyXAY3Gn6qoVUdfNAJgi1r9Ne1GSlWeNmTDmxNtuhG7r4aVNmYqO1QcjLiUbAzv5nyEmDu2kdbyfzrgsmXTM1sf2PtP6I/wC+o9m3rXF+3e2LxULZI9Q3MRIAN9a6+3dw66ry5fTyKliASIJBAuDJjxispK0XEzqWRyh8i2aejDt8utTIrKY52OJsg8qmxWZ066dbCs/Xk5sm4ufOwcsTARhuJAEmJMnWltrhcuV5uTxcCByiXXcXmwLzE3jQ1ldbVZQYuUPUOR8qhQZLNYgRtkfhVXTPB5xy88989zye5c7LnZiUHlxr2UE6V63Tp66uDba2s0x1up0Ol61SYgQZPX9LUAgLmDSwCMhb/GelAIAjSxFzRQfQAnU3nuKQMBIJgE0ApJidR1igGaCRp+FAOptA7/qpYBXidSekdKYECs2tFACVOsWGgpUHcmApkTfSKUBtAYBgaGqAsalyZFhrQEzS5E22xum3S0VAS8t/TjCi7VQAuB1fX8pgU9YFMHdbqTp0jvVWAflI8vS0mLiiABlQwJu2vwoBh0+PyoBGLG8xcClgHIIhfmB8qYNB6axqKWANdRI0uDTBbQWAOne9qWAlRGfLt1JtuN58KMCVcw7MWKFO98pAKxrep28nlpLx8qcXDugAKvmPUkxfxmsfbNw0xhC+bj5uRhcgAhdsXAmYJM95mKv44Jbz+4jC6lCAjKd4A8xg6RNZzqyr2UPdOac2MKl1xbriREm58fnXRp14iLsxwDuJnzC/yiqiCAEGf4YB7mhWQxCzYeA7HSmKNAosRIN4/wBaMJLYisZsZkg6eOlICLCB1PfragCTei6SBYxc9aAt8efSK+pa9hPQxY/OpsVDuk4wtt4ltvcdjTnJ2qou+7dDRE/KjBZKEn+W1yO9Adl7X7lxj7Zxxlzf1cR2BYsFHietq4ezquXX17zDU/veB2H/AJf31z/p2aftcOvvOZFITzTe9/gflXq3q1efNgf93zBt4Gpkr3jS4pzSYGalX7gzjGBtAMyo7WqP0w/epMXu+ZyA3lgdZ0GnUd6X6ofun433HnwqVUDYZJm4uIkTUbdMpzswPl/cWXKqeoZ2qAQO58O1KdEP9mWTyveMuRLMF3AAlRFq3165E3srOeCQAQflWiDEwtz8KQNHlO4xIkHuaYED5dwtYCBa4oACCLEydBabUgJjode5oBtxaJNgI0pA06zNvnQBTN27QKAGFF/1eIoBpA+EaxQDncojoaAQjbYSdD8TQDksvwFreFAO7dT8uvhQC22jv2oCQA4xEAsB5vienyoBB/L4TSBiMjSxG5mN/ifjTBKNreYTESOmvegHZlYsyoQrE7V7CZGvagIXue896AUj8DagCBWR11oBGbbtIgH4UAwMmNKMgbI0AsLG/angF5tAY7AfOikmwFQDfzGw69NNaWMhZ4hwYvTy5AGfVFOiwevzqNuZg8pub7pmz5RubcoIiLKB2pa6SK25V8mdBDRdTbvcVXqMqzZWLAzLXEnsarBZCWgmIB1H41XwRtykdSZkgCLVIOEIknv1oOAlmAi8AkdYApi0SCAYnUSP9KCEwBNrDUA2pA4b+nH8Ji9/1UAwYiBp/wA36dqAmwllG8EQehN6BlIcrlVXUgmCD0/406LULfWQ0mDcE/j86CDA3QT5e4/Kg1lM+RJTEdqNcx3jxo9T9sJP73k/zt+f76WIXsovBIE97kVSYYAAzIjUE2mB8KFCGMtBVvL3vb40BYQZF0YaXtb9tIAzZsmL6HNtLad7R1owEGTLmaxcyehv+dGAg0FzoIFMHF2Am/5UgROkXt1pAlV2DCB+2qCXFuDAHvBM3E0AmDRIP0iKVCIqTBZp66dJ60gaJM6UA3zHeig5gARTvgGNxuNIBj86AkI3QPlQDER9MkH9tAPBAJNwL0Aokn8QD8KAJRrb4/GKASqCfMddL+FATR6h6LjTr0k3j5xUhGWEgeFuv51QIC3m0Bmb3m0UAJaPy08KAARNzHagEPGgHkWHxJB70ERkrPjp2pgoG74C9TTFI22mOtEoKDaOv408gQBJAEAGfGgLrruXFcMQgEC/6GpEV5ef92utxBvTUF9rORck6CmlGWvANqASxtExEwBVfAOdoubN1mpAmawUmSI/X0oADIAGgv4mgGmDe1rHrQEoBA/XPwoBLBKqWm41vFMiIcPBYToDQEiK+0xca6ifypGXfeYB+kyDp4igYO8TckMve96Bg0ws67jYj/hTCTEbSGJ1AjSD3oyml6S9m/GkeIjyenvJYGNCKpJirMunkHXSaDFjEjaAwmB4/hUqLIpUMkk9AB/pTJEz4+rlj/Co0seppBG0HdujcdOxNAiML20F5pwyVbHoTpTA2CkTAB7T2+NBGVZg6dBUmkGPjkiZ6zf8OlAGowkRAAawM/rmlQHNiRRKE6eYkdfh2ogREiJsR2+FMBO2fDWgGFtJBnSgHKqRrp8aBkoAiCPjQBAE9Y7DpQCiNNbz0oBgSJIIAjQamgHkR4m0zRQNLYyxPlvA8akBUBgL3H1eIqgJ2MhSYUaD86AcBFu91tYWkdY/fSoCWQsYgdfAXogRmWPT4iig+p0uDrJpA5hWtcfG1AOQJEXj8aAQO0EaWv4zVkG8E/nUGcGSJ8vWgDmxYmSLD40EfFBMTqQAPjQIt5WxY7CSVAHa/wDEO1OZNA4YRkJAVhI66zrTTnlEGyMoWbAz89KFbGiD5hHjQCYsB/t0gVXwBbVbTy/E2PWpVDtCsYi3UU4VCSoxhtTJ6ybiiiGmX0E2jtp1pHUm5mPmGoAEdtNBR7JMAQ0HQyKAcKzMF08SaAkxjbb5A2tP/CgDgiSQC03m/a1vhQEafUZGvWRa35UAmVjdTaLAXj8aAPGSq2mQL/u8aMhLI/n/AFUy9UGXcB5j9XjpTER7iQJ0OizankkheBNyR4jX9BSNCuR5EMQNRBvagIzJJvoL0qMmjbEgfjSPImUFQ3SmDarMg/7aZEWYgH8qMmPGGJsY6VITBMlhs8ZNoijgHcZ1RQ+MRdkEd+opZJHlyI6HcgVpuw/V+2iQIWAGh3Ej4UwaDeb2/VQDusN4nX9DTBLIMKdbH4UjD6d51XofCgZInT8x40EMN5dfiT4UAxNgD0stFBQkgCPx/XSgEATYA3sBPXS9MDZQqr46L+omkDDGJ3MQVHTS8UjAxOR50B0A6AUAx1UdetBHaJgjXt8KAbzC836eFAOOh69KAfcdCYDRI/OgzQtyen7aAcbZAPxP5UDJyR8ZH5RQVI62Nj2oGRodtjbpu+XegZOzEyALnWgBC7tBe36CmREAKI6ak/qoMBTyjWJvfp8qZjYIADowEkftp3wAXNunWP10oBNIEjQ2tQVDA27Jt+2gCRQbBtqnUmaDO1yApBAn9dAPIEi1zf8AQ0AWNgpaQplStwfxFxQMCL+YG0+NKgTZBkBIMQbdT+VEBizXTUeI/fTIlWSu7y7jER+6gCEqYDa6L1vQMpvXfv8AlQMqjyZuNI/0qigVkWEa3j99LARO0nwGlBmk6ePzoByLkjSYGnWgiLCwsT1A7zSOC8o1tEwf0NMzsBB6mxkRFGSwRUqoKi5sTaKRkMpO2/09h+6mFnF7iUZXUDemkgMZ+dTdAduaz4ychUsTIm5/P40sYCvkHqNuJ2q1x27Wp5ILIsm/mA0tBt8aJTAYB80W0HftNMB6wYnrTI+rWA08BSBMTuIH0m1MYMSSokeEj40AQhTpr18PypAIOs69KAdQImJ+NBpUGSQyiWMhe9LJJmGJBucw3RRe83JNLFNBlYuwjSI6fsp4ILNtWIv+dPANaYEa/KjAJlAhgbn8qMAg3TvppRgErCfN84owDs0E2sbD5UYAd09I8O9GDEQIHSenhSI8CJ7yBcdKRExv8NP1UHYImxWDAvB704IGSdbyNfCngEPC5GkeHejAMztFzY3I6UGcSAJ6eFr0ATAsqqTEA7p/TtVfBwOwpFwQZv2v1qRRC1p3SJK9taCCsrk1BB1E9KAfcRJteQaALA4mAA02uSBE+FAARDEgjy970KwKdDHz7/GhOUqwRZo8NNaAEBlViGg9rA2NAJMaywdlWJIkEkmNLd6AYEkgKRA0+dtaCSKq+qAetgunwvagljdj7flTGFXLADJoe8X/ABpiAB73J+k/KgI2EjS9Iwkg2giNaATOBYa9DStGEYOsn4RU5M4yGfN5l1A/1olCy2b+nAxonabtFUeUQy/09htedOtPgi8haFnbqSRcijIONYjpodKRkCAsj6TMSASaVKnZyzARZbBVpEZZ3TMk9aYICwJFjRkwSszGmoijJErKJEXOnS+tVgzAknuL0A7me8dutAGdN206AQfGnggkLMgEDp8KRiVQ0nWB+zpRYEy5QqwFhhfcLGKWAhJBNhfvQRt0yNKeQRybiZv8qAIQRtA0806eXtQATMnt/rQBKRcaftoBl2mZBibaCgE7SbiCe2lAOY2iwF9KRnIXbAmTrpSIwcgR8ppFgrg6aftpyGW6DfzSIp4BXGlAM5AaOv65oBA7iBJH/CgHBg20HcfGgDlGx/7rXPSq+DhiDsJ6N1PjSgols8x8T2oOQ+THBkf6igWAcaA6nrRgjfSpEfOPyowWTqB/GTt6imeSZIIKmQbjWR8bUsFlJGsgWi0X+NGBkknQWGviQKMDJOemgnv4UYBwpiAAdCfHwvQSVAA4NiBE+AnU0wk3t3H4j91IKuQkSI17fjemUAWDXa472mgwuIIUmR+l6DRltQCb9aigJv8AGkZKpIMCw1n99IGAJMD8aJANMTxIEnqOsCgGMWk362mrwDqoLxcj8TRmDFTtgyKD/TfxlTp0p8DADiNrW7wdaWCMAdQInrfpU0HBWdNL3ogMwm40m3eaeDB18e4owDlQCRYRrPeqyA2m3SkBpEjd5h40yyUEMJ6i/wAKeQQ8pk3EkkdKQhzCk7pVtKDOYM7Ta8W1pEaBBNz2ntTAGEwSJE+NLIFtW0XPh/rRkHPa4B6UZBXJAP4fnSyAldvcA6/CjIOGMAjVTIPWnkEADrdtYijIJhuMSJ1BGg/Clkw/smB4UiGPy6x2oBW006xTyMFG1wQPx+FGQRWCBAgUZBEg3n56mnkZE3li1jexnpbSmAnsLD8qQOp8q31uFg1XwZwNwMGIEz8KQOmwGcjExeBqRQcp/UXVVKjWZk+GtAyEb90NJb+H40yOy7huZtx6/KhORQLGxWIHx+VAAQSw8LWoCVQTZtB1NAJmYWVoU2OuunagBZVABUyDJabUgdWvBJkX/CgDEqwBg2vf5daZJ/UH8rfn+6gKeWJnvFvCg4YgaDTX9BQQXljJ+RHWgzbPx0FTYeTLjKx17/lU0E6sD6feLdz8qRrmPjY+M4/uAMub+HirMknTeR+oGpvMORp4PYuXzGP9zkThqRu9ACX2gT9I+m380VG3djictP158on4vsvFBBDZmWfrkAmbERSl3p3WREnvDYVUcfGiQSFG0aE/6Vt6Z8ou+Eb8jj8lmOUNvNpQkCenlvT9ceCzlcP2/m/tzmVsmPHALl1tFpNvE1l+7nCvRj5sTodsgjWVvHSt85Z2I2DAA9bmD0oIyiW8T1oM/mJgTE/IGgGMGSfyoIJBCwO0HrTB0AkXgdTegCJtPfQUAJB27TrPzoB7WB0kmaQEqWN7n6YoyMkSIMG36z8qMg7CB3gwe1IB2iJHyikRGwHyvQDsQDIM9/2igzI9thHhQCBAAtemCE7tJEfhQCJJ6UgGD1NjrE2oJIFAIPT9cUA1vG/7KDgu0gnqP0+VPAD5T4QIPyvSBML2ERqaYP0v8h2NPIMoUkbtAbk3tQBFsW4hVkfwzf8AVVfBhkgQb6zUkXmFxqRTM427oaR4C/b9dGQTG5BsOveghgjXrHxoIwBmF/A0EUWDAk3mjJp1QNiBMCZgyLxTCNfNEWv1tM/6mkIZpGn09L0ASgbZvukFT3M3oBwTtgG/caWoJJI/lP8A1UxlAyw0tQcCYPa2qigGYj5TMaa/CgGhQfz+VAFhVTkE6ASfl0qbDiTBt3nM7BGP/pudQxOsUYVEmHl4+NmOTjSGIO3Lo249u1Rjg41W5mDB7bucb+RyCC2tlABudbnp8aw105a7WYYyYuVzeRtxXkwBMAfqiui7SXDLGWti9g/tuGebywoxNfGcpKq3/IB5nHjYeNY7d/tcRfpjyTc/jZhi4/E4+TkvIJRF2JIvZFlvxNOa880pfwfKnvnI4rqypg442tkxgqpAmATfdVTXWc0XNY2bHkUedgSbkgnv071r/wDEYQthzAAsjAHQmdDSzBin6bdRrNMjTa3W5FxrQAzFjePGgUjBuR0/OgjhVAHU9qYwIXBIP53oGDG8nrrNAImTA06T2pUC3bh0HUXqSDuhjBtM0GTAyJtQBbo/3G8/GIFBAYjdNAJgNsdO/wA6DKAdOl9aAUgDwi16Ae95EH99AK02FjagCWItEnWgjEw1zIjSaYKF+Z1owDgDbB16GaqmZtJ/mM2NKQHP1Dt8Zp4BBoK9SNJ6UYBgTe8jqKAXQTbtfWn8BI4htZH+24PwmpAYxmwmI6R2oBog2E30P+lBidw9zqAB2HbpTIoUSJt1I1pEczIj4QSP10AeML9UwYk9bzpQDlzG03Ez+y9MCVWibi581o70CIwtyeo+kmNPypAjAPbsNdaAPGALA2IO7pTKi9Mdj+nzppQ5NwBiQJgRpQuAuojpFzQQdCT01/EUGEmPDSKDIZB9IMydYBpUCz5ZYIABsG2f9w1JpZVhc4fCyZSsyxALZI/kGs9p0rPbZci1g9vy87N6nKb0OOi+Z27CwCjXW1Rt2+vjyqa+zreP7T7V7R7UOV7mBx8eQeph4r3yZ9q+VsgmQCSIT8a8+9m3Zt66/wD2/hv6zSZrlvcfujl8/Pk3Iro7DYrKIAAsB4DtXdr9fXT5Y3tu3w1eBk5X9s68jOOHxMcNyExxiS4lRkdAWZmn6Bc+FTvzeD1siDOv97hC8Jf7fgMAo5Lr/VzHdcY8a6hWOg+bU5Jrzb4KfyS4OPxcHLHtntHH/uvcZPr8vIN2wg39NT5RFRttbPfe4nwuSePlD9wDh8HF/aKf7n3HJ5uRkL7vTJiFkQNPwp9Fu38v/Kd7NePlk8T2Hl8gHkZnHG44u+XJM94CjWtt+6Thlr128t72T/F33H7v5sGP0MB+nkckFAR/tUbmP4Vy939pp1+XR1/T23dRxf8ABRKK3K90KsfqXFi66altPlXDv/eS+I6df6z81Dy/8L8bGGOP3LJE23Y16d71Gn93n4Vt/V4+XP8AuP8Ai/3bj7jxs+PkAHygyhIIPeR0ru6v7PTbz5cvZ9HbXw5jm+187gOycnC2JrCTofmLV6GnbrvM6uTbS6+VPr4C5rRImJCiR8BSoCD5ZFtaQNcCOveaQIEsQPGgH6n4iOlAFMDXUTTIEyDrMxrSMQHWYHWKYIi/6GgiFpHWgyE2gQbW1vQDr1NvhPakDWETePmaqARuJm1yBajICoM/G8/qpygeqbjoDFAMT87WoBgb3+Uf6UA0kkRrQDiSJIkdbxVfAF5uggVAhjImIvrFBkGeBFp0OhAFBGIkQov1pg5NgPHSgC/hgiY70iSIQApFyO/5GgDIIG4AyDcadKAFS3px06troe3xpiBXcVmJtYfupUzCZEA3MDrSgHjY+oJ0PS0W61RJt/8AsH6fOkhWcWtJgSx1tpTmy9UDZCRafn1NHsYHdmO6wnoKgwkGb9b/ACoA0UK4LCwv86Alw48bAnM0MCNq951osodBhYcThM6kf1Ts22N0vJ7iTWOM3lrLwnxe68j27JwM+xcmZ3DYVyQ0Kh2l2HxsvaJrPbqm+Yv3urL959353uvJ38jJ6uQnyxa3QACtunp165wz33u15aHs323yHZsxcY8GCG5vLJlcU/wCQd2Qj8Kx7u+SY/PiNdNJjNVPcvfOM/KCcXAp4XHJbjYclwGIAbI4BG5mj+Karq6rNf5eWe+3PDR57Z+AcHK5Q2e88zGi8fiYVCjCgVVR3Qf/ADHBsPnUdeN7j/zr/wD6vf8APyvLzOP9re2PjxZVz+88pB/cZlhhjZtUB67evjWd127ts4xpD9/XX/Kp9rew4/cMXK9z55BQSFZxYFSGZvjGlV9zt9Maap6tPbmvQ/tL7cxe5vh9z5+Ef2WO3t+A2ELP9R1kA7uleN9z7PpPWPT+r0e3N+HpGHYcsHysVUwDMWt+Qrxs23NejOPA3xY2xMAY3N5dvSTb99BqPI4loW0t07fP86eiqzuTwsZaNFM9qvS4Z2Wsvmex8TOox5sK5EJAYPBF/jXTO7aXMrHbo1vw5P3z/GXs/Idn44PEyWEJ9NhqV716HT/ab68Vydv0tb4cR7r9g++8WfQx/wB1iF/JZh8VP7K9bq+9ptOa87f6u8vhz2fi8jjnZmxNib+V1INvjXVr2S+Kw21s8xCY69fhFWkpUaiT+FIG3GYE+AoBLcgEXoBRJB07mnAMqQAYvpToMZjWKkFEjQfKgHCwwJHiAIpg0nroTf40AjIMRegGJM+A0FICJIuLaUyJTBjpH50Gfy/kTEdqQMAdNOtMj41DGBdzodOlMzboBAOpmP0+NXngxGDEGLdOvSoyVIqpUSbD9tMGAFrajT4UAy2Otjr8KANepAMkW8KAaSCIP7/lQBjaQB+cVJQ6vEiJPSb28KR0Y2jGSOvf86qAJEgWMReehJooMu9X2AecWvpShCQDoJM2FMLO5/5X/CgM4o6+AYQanAlR7TB6jpQYSrX/ADtQBAFh4eNAFYiWE04BYYXIGIHlMwdDVG2+Lgx5uThHKY4+NixDJmaZA3DeY8dpgDvWG94xGulQcjnN7j72eSABjW2HGdFxosKPkKrXTEK3I/ZsGGcnMznbhxAsXjdHS2nmn6fGl23OJD1mLmp/evuU8riYfb+FiHG4GMT6OpYxdnNtxOpNZ9P1cX2vNG/ZlF9u4OFxg/vHuCrmxcYn+14x0zZgJG7rsSxPjA70+63f/wDnPn5GkxMmfl8jMnN955r+pzczHBxi3/uMPO4//ppAHiRT/XjGk+ClzyzH3McW4H6Rrc10S8/4ZbW123pZMft/tPtOIFfWAOUixLZDJnTvXk5lu21duOJHr/ty4sHFw41kImNUCdIAgaeFfO93O2XtdfGrVw8hTmLBt0gaeEnpWO2raVP/AHAVQGM9ZHwGgqPWnlXbkFidswGXUdOv51esTlDnRX3wSrTIi/TrelFRHkxjaCSS4HmnSa0mAo58Y6667e3wpRNiJsKBdLE/l+hq/cvU2f2r27lY9nL42PkY9AHVSY+dOfZ318VG3RrfMcZ9w/4x9n5CNk4Kf2eY3XZ5sfzU/sr0vr/2e8/25cXd9CXxw8w939k5/tfIOLlYwAD5MiyVYDsa9/q79d48js6rpWcQRcXi9aMxbYkxedKqAtlwIv0FAEWLEFZJ/TSgGm0Hp07UAsZLNBt2m1AJhEhrGYJOojuKAA3MA2GlqQIkmbfCkDEgQBpQBCQfyM9qAcg9bRqKAUDxjtTB58vbt4/GkCYAX0PYaXNWC8p1vRQcFoCgXb6reNKAJUfxfUOkRRQdVYz3AvNEpG1kRAmnkxldpgi069/xoAlOxi1txBAB8RH5UoRwWPkJgax/u0/ZQB7VtuiNbzYG9BfJhKgqbaEfsmhQUJ3wTE27/qoISgbpc7gBAI7gCgCSJAEXMQJoJP6LdjTynKszbZgQ3zmg4hEdBIPz1pYUaREGBTwDjbJ3DTvRgAncNPhQZwRe0g9D2oC3l55bjnCqQWAGZ5ksE0FZ+vOTlN7cQHyEajG0/l++q7LlWi97vyEx+2cT29IBBOTkbRA3dBPWJNZaTO2Vb3hkZEY5BjI8xCj4WFaptT5nd0UkgYklMa9AFHT9dGskvIyu+84/Q4/A4oIjFgV3UdMnI87T8iorPpubaN/OFVin9Flt5FDmJgzf86qeKHZ8TlnN91cS4dcGFdk9f6YgjS9687bXHXs6tbnePTcPK8ixqAV6GZE14G2r1td/hcXmlc4NyNsz+6srGsyM8li4Bkgix+A70XSq9kicxWBJa5gwQe/jUWYEWEdXO8iRMMvcdKzXDMVkEGDFyPy/KrlCJwDqJvbt+NIw5UUKVETIFtCI/wBKcKhY7IFpNh3sJpVPKtnZ2DAdNPnVai8uX+4vYV9xxhXx74JJEde5r0PrfZ9HJ3/X9nGcv/G2XMAeC4w8kgk8POTBj+TIBqexr1NP7ST/AGmXndn078OT9x9o5/t+b0+Zx3w5AdGBAPwOhFel192m0zLlx79W2vlUkDteY8LVsjJCSZBg/lelQUGJMDwpZBxKsIMkgEG/5fOjIA97G5Jmb/nRkHCqT2nSkDwB9Nz2oACC3lOo/GgEDaeonSgDAm5N7eNME1miI8DQRNtAEDpegyiwE+M9aoC2qACdQJi9FIvTyFd8SotI0BqcgMA2B2zc3oMtLd6dAjIaI0GotakIQLSDYmfj+VGRTGRfxoyQy0rEdOtqYTFiqxt3L0E6GdbUFgBAgMNLUGYAix6Tp4XoCQEKQIhdQTeaAbU+UeUdJielMk21f5fz/wBKfrEq73Y6DS4oOBdGWQfqFrflSwaMwJnv86DMJIN9f1CgzQes+IoBCzXsfAUAjLNGn6qMhPw8mPHmJyfSR5h3g7unwqdplWu2EfM5D58hyG0wAB2FEmCtzRcfz8xWYkLEk9tqzQeU3GKZD6RdceNTvLNaxFx46UDJc3lHl8h87CN5OwEzAFl/AQKNJgtts0OK/EkfwE7pn42o+T8xq+0ckYffEyPtIZQBckRp0vasO3rzrY102xZXpHG91RgpRiQbCD8IMxXib9OOHpa7/K5k92CNO7pBIJgTesf0tJ2p8Puy5yYcSl18NbCjbqOdi1h5ykgbo0uPj/pWO3W013afGzMHBsFk9oHSue6N5ssBwAQDHy6TAiljCspcRSCCBvMfGSKzqw5EO5hF92ut9elIYM2JWuBc6/CL/hSqLQnGdRqb9L0e2FzU2Lh+o8sAPw1iaV3P1NzvbuPmwlDH/OJBDDxHWnp22VF68sTl8Dcu3n4P7nCgYeqolgpBHnF/yrt6uyTmXH+HP2dPHh5/7/8A4/wNPI9syIqG5UmJ0Fh0r2vr/ds/2eX2/V/DkOX7F7lhZw+BlCfUZkWtM/GvS179dnHenaKDplxuQywetWzswYp5VJvY0AIiQSfjHagYIr5pnyidfxowMivNjMUDBmHqSf8Ah40A2zb9Xb8KcgnI8eMtETfwnUWo4/IxTlIMPYxYePzoll+QXpsWAFzGvcUcCcmVGCjyyD9JAp5GDuxDQD4AnXwFPawYODuQLeNWPU+FSWEbiRaiGQJK7f2UwkLKdqyLWvcDr2owDhQTBIAOp/SaWE2GmWW1j0p4Mb48mNirWizGgCBG4jsLeJoLJ1U9LzY6TQMnZnIksZHT4mgSmAkeUkldeo+AolAghABMkHQCKZZT7B/7mT/y/voySkzNJIvPzpnAswIgEjoRNCgEz4z36jwosBiViCY6mpyZ1KhpILLcbSYsfhTlILT+dvhQCOoiT0IoMt2o+RNAMAJE3H7AKAIOygxqQRrpNMZKIHTsKCFqnlPiZowEnHZQStirEWP+2anCsnzZlTmHJjYEAgCJiO1GDy6L273rKyKA3kAAIJgg+Glc2/R8t9ezlcf3gHLtDyJ8p6X6/hWH6W37Y0OB7tu2gHS0k3I/aKy36la9nDb4fLLBV6gg9Z8a4uzR0abN7i8lm3BbNILTcQa49teXRrs0MXJ+lYkka971ltG8qfHlsZkxBOsa+FZYaWrJzKuMwfiNJ6il6p9gnOgRVYiYmD2IAqbDymZ8YC2iPqJ1rKtZVbLy0xkS0j+KZFrVemmWd3wLj83Fl8s/U3e9LfTC9d2tgTjZF2sQATf5RWd25VnLmfuL7VHIHq8PIcGQx9H0sJi4+VdvR9vHlz9v15fDyT3zD7vh5v8AZMjf3Lg/STDm5t1NfT/X30219nid021uHO8rie5hyc+HIpEKJU2m/bWK6Ne3S+K49taqEN9MHcLFRrWntPynFbPtX2b7x7rhfkYEUY01Z2g/JRJNc3d9vTruK206bsvP9kuMSke44A5AOxxkQgk7WHmA8Ky/7ZfErT/msVeZ9me9cbGpxKvJDkgHC2+Os1en29b54Rt01lf2ubC7LlBQ3BUi+tdU3lnFZbaX5aPtuL28Z8fqqVe3ne6WE3FY9s2wvWR1GB+RiXfx8YZMagjIgUx5bbVkd9a4tpL5uHTpJFXle+58yqmfi4eQgIKqV25Bfp+FV19E+LU7bX8KeXL9scjLkPK4j8TK7EjJiMBTII8sREeFaydmn+tTfXbyFftoZQmb2z3DDn2acdzsYf8A8J/Kn/0XW42lTOqfFZ/M9u5uLzcvhMqggbkgTb87CbGum7644TZWby+KcLLunuQbGDpNPXbKNtVdiQpB0Pj3rSIMAehibEEjpTB1swJuPpibUEMqBMgyO17/AIUgLEGZ+wBuD/pQKsOis4LuS0Alj4WiL0BGNkw0i0RY+agrC2N6ZMGxgnsTQcCzKQFJIPy16UUiX05mSRME2nS9LAqRQIhTMGfiKaRQPGng8IWTbINr2M9aYiN180ga6xQaDI4m3fwqbVAVmnxHU1ORhIPl3PWqhUtpLD9VqYOw83U6yKAYgzu1B/OgykiKAVokfgaZHEXF7CYoCQO+1l/hNyfHSmVgN5OwBYKyLWNzrUnIaCT5zfU6UDOB48r45ALQex/I0KiT+6YAHzEdQf30rg2r7XyOft3+mx4ymPU2wAZkAmufsmuMNdcu59u25E9Qv0nX9OteV2x261ucXIEUEH6okzfS8VyXVvpsu4shIXcQVIte/f8AVWO2rpmy2mcQ6zboSRpWG2tayizZCq2YkyY6xNVrqmok5JgA2PQ97dKLqWV1MjOneOhN65rry0kY/vjcg4D6UyJhvh3rs+vZnly/Yl+HGP8AdvN9s5u3khgoYTeSALA2r1v+TXecOD991vLufYfvLh8vHjdMkMulx08a8fv+htrfD1Or7Usbw91x5sQG6LQWm/jXBemuvXaOd+5PZuJ7jjGUTiz4zvx5BZlIOs616P1fsenF5jl7+qbuPT3LkcXOeJzkbHnx+bFysRG14iCVPWBXqfqm89pf/jzLLrxYrt78pzzyeFi5uJRtLDamQAwZBUbutafotnFwnMS+1t7aztk4Puf9vkAYDj5wGDkidh0t0rPt128WZPS6tvPxn5XFyO+NEdFLKu5WwOAJjupNcuu/rcNduXK5nOLkM3t2Z8GfVuExmdf/AEybER3vXoaTM5nDDbM+UmP3T233Lj5ONzME5wRLCAdYLHr8RRem63OtTLnyo5fZeAOQF4fNOLKCIV4KGQDMmtte3bxeUXqlRH+8wZPMTjZDfJgNrGzFe3jTvrTmY0RzeNysOIe44w29Nqc3HB8wY3aBY9aw9LLxVZ/Kl7jwjicuhPJ4zAMGF4sYH7K6Ovs4xWe8Y3oSpfiOcZAkoTBEVv72cbTKJricDT3P3DFjGH1WONDuUMZFzqD01rT01x4R71Vzvl5Kepkkm4LHqR0BpayTwLcqLEkkzOsEjvWiKbaSPyimRws22mRO4x4UgKwJAHQX/XRkjoCPMJJBHafyoKpsubcAb+oGtIGmus0BHJbISREdBA70zOLg9T/F4Qf9aCyaN0x0m1qBk2n8OtAqVTB6kaeNCUu9f5G/GjJZQkKG8xgHp8O9Cor5HJWFJjrStOIChMxeNKlQ8eOwBp4K0cbVAMMfD8daqAgYIn50A8m3SLW8epoATcHsLiKAE2g9KDET5AN09T4UEYAXB/HUUwNYGM9BVTwDbfKTrcSagQeLDky5hjxqzs30hRJ/AUrZPJ4tb3t/2R7xywWyheLjA1y/Uf8AwiT+NcXZ97TXw30+va6P2n7K9swZMYyH+7zX3FlGwdoXw8a4u77t28Ojr+vitXm+15PT/qeWLnGFBG0aafHvWHX9i5a79WGNxuU/GznA5J2WBtcWv+FdW+uZlEuGtj5Z6HyiCI8R/rXN6tZV7jc4KV3aEGSQI0is9utprutJymx2k9NfGbVhettrutL7kojre/7Io9FzceXkY1x7yZgmNDS11yd7IXH94SNgBEmCCdJjpUb/AF6mfYXsDpmxwYKmQV+IrHbS68uiY2c194fYae48d83DYY86XRf5vA13fR+/6XGzj+19LMzHlmNvc/aeS2NS2LNjMFK+h19OyPGuu2ldN7P9+5VVcWeRoCx0kHvXD3/1+t8Ozp+5Z5dhj+5sXJwrtbcTrcV5m308V6Gv2JYwvcQnMyn1FgN1m4hq6uq+rLeezGXEOOCMjNAEBl6AeP8AEB17V13b2nDkvXZTe4+24FdVyeRmgYs6fS83v2tS07dr5Rvp+Gb/AN09w4eUI2RtqztnQ10fr02+OWftYssw9wwPyS5TkKQ28NcRAF6iT0v+Fe2YjHIz8p1OSMfPQz6sBd8DsLTVeoid8b8rDkyJ/Tzgg5uPFj0JF6mX1p1m4ebzOFld8RYpjN1Nypredc2nDK2xpp7rxMirycRPHzCzqsFCBrIPesP0WNZvF/1PbszOFYI39MlUjYx/mE6ANrWM1utayysD3DAmDI5xOCk/SPE+Fd3Xt7eXNvwrFz6e3NBB08Lx0NbbThng2TcwISLjcQBHa0VEKxTchxtIIPgBerQijaATbxoIkMGza2mgJNwPiewE0iKSTGnYCmCUyQJAki/agDDFrCdBGnT4UyH6jjQa6yARJ+dMIpXpaPzoPAlEgk2i97UFRqSSP4jbwk9aEpPN4/gKPaHhSKk3Oo76VmqEFMAm0aGJq/UEAPNe1+ljpSBSN0T8aYMANYtOlAKZgAa60gXVVFhoetMEAFaGE9IFMBPjrrHagxTPlPb4eNBGH1eXXsfGgFYWmSaeeBy3Pt/7bye4uuTNk9DiyTvA3O23oq/tNcnf9ia+G3X02u19u4ft3s+H1MC+ntJDMQGyNJnzNbXsK8vs337Lz4dmsmvJ8/uoySxyFVMxAA6daNeiKu+eXQ/boXJxkzgD03mLAyBXD3cXDp6Z8r3uS4/RVdogzfW2tc/XmVpviuJ9/wDbnRlz8ddzY288iZ6j417H1+34rh7dLOWZxPcd4gN5xG+Rf5/Ct9uvnjwmbZaGD3BWlnvu1B/AC9Z79X4Vrs0ByBZkJM6iNCP9K5rPy1mzQ4uRMliQCCOmoNYbyttLGgeMH8rTt7CDAisvfDX0y5X7l4/uHtZTNtbLxSfrA0/CvS+v2abz1/8ATj7tLryvfb33RxsmPGCw3/xdIHYz8Ky+z9Oxf1/sOu43uCZsRAO8SIPTvFeTv13V6evZNoxPuX7V9u94wk7QnJH0uoFj0rr+t9vbrv8Ahy931pvHkvuXsfI4XLfjcgbWBkOfpI8DX0nX367zMeJ2dV1vJuFzuZw7bj6B7CZg0t9Naem9je4fvGPKgcPLRdepO4fpFcu317PDr0+xldy+nyBtEWA2mAb9vlWUl1ra/wAooeuFdMOYH0zLJMbVYr2MW/VWt1+Y57McVne4Mrq2N10LBMgHSbCetb6Rjuo8bkHG7KZA0Za220mGWu2K0OWuPOoYQj222Fxr+2sZmNqLC2TKyrkIHJUQHgjcB0N6W04Eh/cePiY+rhlctg6FTEkf60uvY94ysmIsv9MbXsCBMmNZmuibMLA4eRmxqdxtYRrF5qvWWI13sqwcquklt+5fpjrOtKTDT2yif0SGWLCygEkVrteIVM2xQTjaQJAEGopBba5IA2k6EazRBhUcQ0ERBvTZ2HgBSNQeva9MjqA1ok6qPA0ASgkAz1iY+BvSIMKYEfHtTNIpXb8RpFv0FIrDEFtRBPbp+NBYPtkktFr28fDSgzSCYiwt2oKpUxSDtvGsA0JSbR/7bf8AS37qAremiwSZtIHjQcNtUqFBv2qgF4Nuvzv40jAwAP7PGgzm8FjAix+FIEbEdB+HzoBMD/Fr3OtqAGCCT1pmYiZ0nWgEog6gkmPCgEB5h1FASYVGTMmM2DMBI7ExRniq18x3p91x4ePsxY/TRQNqY4BgQAdSdO9eXr0e1zXZezDMf3LkZCwY7UmQsmLRW36+MJ22bPs3tHI9y25BC8MNDZDI3G0hQa5fsds6+IvTXLsFz4MSY+PiGxMZ2hB2AiK8u63a5rs12k4i7gX+4xqxut4gXk2Hw/Cs9sThpNc8qfunDxK5ETuF7dbSP+NX09nI7NJh5/717Q6chuTxiQyqCV/EkV7HR3cYrz+zTFZmDnIG6gi20117aM9dsNbjc0ooadyi8mTYa/rrl26suibra+5qBuQenBgz1BntWd6Mn+zDf9r95GQhNwBN/H41xdv17K6OvudCy8Xm8Y8fOi5EYTGtus1xXOm2Y6pZvOXnH3R9m872vNl5/toY8dZY4x0Gg0Ne39X7s3nrs8z7P1rrcwPsH3ewbHjysUYmGnQzOtP7H05eYXV9rHl23G97xPikkglZH6CvJ7Pr2PQ07phkfcnB4vuWD0//AJxXduj46V0/W7L1suzWbx537lg5PCf+1yJtCkyLmQTY17XVvN5l5fZ13Xiqi5SBvw2yIbgC0d61xllnDR4fvpBKZPJaE7SDNY79OXT1/YwP3P3DjZ+J5GnKo1Ghtelp14q+3tm0U35iZsKl4k3MkwPwrT05c+eFfKoLFlEAm/UadK11jPY+bJCrBIJF40gVMktPNT8bnYssY8xjYPK4ERAqdutWu7WXLhLY3zFRlULLro69fnXNdW8swyfdEPH5bjGSdp18CZFdPVtww7ECj1cW76WAsb/vq2eUOIsja+XqD2JqgTqIub3E/Dr86121/jCoA/l00FjfWayEqRc8EyBHhQfsjyOGmOmg/ZQVoRrMfKmkQBGog6H/AEoAjO1jEC0C9AOQWUAAyDcz0oBl3AXAJFj1oAzBXoOw6m/SgFAJAHX8j16jvSIiBujU3uet4phIoTZ5fKDBO79lIlrfj/Qn91CVNluDeNLdutM54Rvt6A6X+NM8FlQKJkG8R1/CgplE+RAdwk/ppU5VhG2UFoAsO9GRgjlUmDe3fxoyMJAwewEtOnjTBESSRInvQAxPlHXpQDRfaBEdKDOAB49Traglv21Vbn4QJ27gZ8Bep38K05ra5bgZQL3BM9R2rDSV0WJ/ZfbP+58nbkLJxMKzmyLMtH8C+J/KsfsdnpOPK+vTLr8/uOLi8P0uOoXEq7VUCIAtXmTqu1zXRnEVeB7hk53uGPGARuMswJgC8zWnZ1es5LTbl2fH5GPBhGPHobEDwj9teTtr7V36XhQ5RdyJ8wgwOst1tW3XhG7nvdijDIyrPaOk20rv6cueyVxnueELk3IIgyDrqa9bTfhxb64ScTnY3XagtexOh1M0uzTjI02X8oTNjKiCZAtMdptWGbK19cxl/wDcOV7ZypYF0vodCLVv+vXeMbvdXa/b/wBzY85ktANjE9hXnfZ+rj4d/R35jr8XK4/Kw7XQbGGh0mvKut1uXfNptHnP3j9ntxsx53AUKG3M6LoDrXs/Q+5meuzyvt/WxzGN7X7/AJknBkhIG1gbaT3+Ndu/RLy5dO2ziup9q56O4ZzJX6WmwjW9eb3aWcO/q25P77w+H7ngdyQuYbdpGoMEGajo7Lpf8NO/SbR59zOHm4eXJjyiDNokAielq9nTebTMeVvpdagT08vliGOp+dWjCMSQwYGBMEW0NAwJmI2p0UG1+v8Axp5MJb+mbaG3UU0pnG/AGAJ2i5ANTYdqBSC0jp+VOJW8fNZSsR5dB++ldYrXawHKzrkF7u1zf8KJMHdsoUZUO6Lqe+vxiqwgTw43GSzRuF51vQozxtVQL9J1it97/CJoV2mQfKJv8q57SCSp7DUxRk6R8RJ70QjqYB1vr8KoDYrMQYGg7Aa0EbdIt5dt/n4UGIHyi+vQUENBKhpsBEWE260gdCm2GXwMXpgoYsZkLaB27fCkDN5Mo3aqYMEESLWNMqkVhbrAAXta1/Ggsh9Ru5/6RQRm2xeZF4tpTOAIDC52kdIv+NB1DnOSQCbCYpbHEQU6m3zrPCsnjyzrQRgixBOvQUxkQDLBEx0pgZY2gyaqERP4C9MjMRrN6SggmCZ7XoJoezbTz8ZNtqtAnrHwNZ9nhenlpspz+4Lx527mAZ727n8Kz9sa5b/LoX9wxcLipxeIIxLM9CToST1muCdd32zXRcScMjk+6ZcgKtA12jWQbdfhXVr1xldnRfb+Icbhnl5CFfMfIJ0S9/nFed9va7XDq6sSZdDwXfKYWQEP13uT8q8/t1xXR13Jufy0xKRMMt21ifl0p9PVbU9u2HJ8v3HGu5mIYys9wDb9lep19Tm22wwfcuUcjEqZGiQYkeFd/Xqx3sY7lkYFW2sLCCBXTrHLWhwPeWj08jeebeJrHfry103W+Rlx8lSWJZtwYyJEm3So1l1rS2VkYuTyOHnbLiJCzJVTbxit7JtMVhePDsPYvvAMFTIx26spN9INvlXnfY+rnw7unvw0PcPfsfKxuFYye8XBtXN1fWxW3Z25jh/ceMjkeivnMzHUzMzXrde2HndmkzkHt/u3J4mQY3fyjRvCn2dc2iNOyyug4vu7ZnxsMm4CNwBtE3rj36cR269vs0PdeHw/ceMcbEJkjyN2vIrn6drrs17NPaOC5PGzcPkNje206g6jvXraX2jzd9LrQbt9gfMfzq8IyZ4LGDpRgshVo1vNAyM2Eb410Os9KVFoB0ExrPjRCFtFpMki1x070wQX6vAEiLiZpZMIY7NIPh1v41XAOLEyLnSDFA9kj2VSwIixE3nvV786wso3O6SLlvx/KsQYSBOoHTwFAycq8wYB6XHW9MGJAv8ArNGSGY2wNewNGSP5fTiIM/VRk8kq2toD86MgabgukhrCP1UwK4UXkwNOtMGLKSF3SCJ+BOmtIBJAMEn4Tft1pkkQtEmx018YoyMLHpN/Mn/UtGUoMqqOsk6ga3pnAOwaNQTAECwoOo3XQSPHwpU4hgA96iwwGZBnXoaASm+nwNAHqLm/hpTBwZJjXUn91VAYtOmmtBYJh3BANBmH4AUBY4nIOHMGkgaNHjbWp2mZhWtxVz+4K8gZC0gnUG1/21N14a55XDyspG5v6igzr+EH41j68quxe14f7rlgMCMYu3wBtS7LiH1811hyZH9PiYZOQkKFW/6CvOnj2rrxniNp83/buCuLf5kBLGf42uTXLZ77ZbX+Mw5X3X3p8hcA+buTYQf316PT0Ycu+znuT7gzgiZsIM+PjXbrpyx32yoZeSzEASJst5rea4YXZA2YFNRfXTrTTkysJkmOs60FUuDl5cYgtYiL3pWSnNhDlq4Ib4wb0SH7I9xDhsTEfA06PHhMnuOdYGQmJ+rp2qLpF/sq0nKVwGBude/yFZ3Syrm+YizZEckBbyCO8RH51ctKyWKmPkZcGbctgCTA8ae3LHXb1a/H98yOoQsY63iaw26o69e5F742LKq5QwJkBAOgHiarpllHfZYxwfNr+dbZcZSxkC470yOdoWAbnrpRkzbjABJPWJ60ipw1yRr8aAQIkTf50ZBxFr/L/jSBAAntpApjIl2lh3i56U8gjG0CbRp8zT28AI8Jj5UgIMxbtECO0UhgIJJN9evekCN2PU63/OgYFuG3SSNT+qgsH9QgFQJU08DAlZSD0m/TWjAwdWI0JK9RTAjvkNMgHUfKjIJS29SVmDOg0mjIA0sTB6kxSyEoUbFkmBciwsaeSF/bD+f/AMwoSifJuWRYjxi1PJwDQVteTc+NMwECY+RkfuoMLgfp0NTYAlHAk9BYxSwZlUkS2ptNGAKALTEU5ARJBiIKiPl8qYK1w2vQ9KASyR3igC3LMTY6mJoBiBqJg/voJLjchSIFoPz0oq5VxM84RDQPw1qLq0y2vbMqYuFvafUeTYjTRQK4+2Zrfr4dX7eeP7dwzy+Qd3KcDya7VJsted257N/Wf6uvXGsz8uX9798fK7Q1ySPhXo/X+tI5+zsy5nJznckTaZjv8a7fWRx3aq75GezG3YCqkiLaFVLGA0CYpg8XuBpbxoBwlogT1pUCCbR2gdu9IUIF5j8qoZOuMkSoIOtSMUxxsBcUA/nERIBva1Ayc5WAi3cHrSGaB8m4iLRpA0NAJoEgdNCKfAGHNixLAWE60pRnIDEGBrqO0mkRTB/d1oMSkT5hQQXIBJ79aAQt/FprQDm3w6GgH7SJEAUyOTKn8rUAwYDzE3mjBiBtJBk2B8TVWcAzbQY1tfpSEo8rqYIhTG07badb96MHkJVgR+IIpYI+0zBseooBAmIAEkdL0gEEmFuN3XpVgQnoDPX5GgJVNoAO4iAAB11/XT4wAqbaS37flUeSCxG2xM0YAkfzERYTqKQEjQQVmxmmMJZx9/yNVhCmVYmTYdqk4kWAQNoVh0aR1q1AcMTJtu7zegGgxbWaQLUSek2vQDBHVhKkgH86AHb5v1GgzkNaQIXp40Ax8T31FAJCATN5oBarMXOmv7aARjtNAIFgCAAJ1/HxpDI0cHGFM7pnT8aFZdH9uZcb55yNKYlLqkT57BfCK5fs68cOnp3/ACl9697yZdyBpvcjxOvzHSo6frycn2d1tc3y+RkOQi3mNdeuuHPd1eVA2xc9SapBbiSI17fl0pwErNPS9MHVjJkz1FEBt7AXO7pFKjIgSyzNgfzpFaZXsAvl/m60wfewGpt9JoGSOQ2jXQjpFIzsSTAII1n5UFQ7LHQ9/n++gEI7fKigxiQKQEN0eUebUmkDE6AyT4/GgCY2trQDAWk6eHTxoBrzcR28aZHKmJNwe3cUA6iVIGhg/hQZlBCyfna8UApvDW+VBFtG/uR+kVRjMdAYOqz1vVXwQSYNrEiKgHB6jyt3pmX59TNpNMjnoIsesVNB9BEC1hSBQbKfjYX0qgMYyfKYYiII0oA1A2y0Mo66HXqRU0EFVG7/AI69qcCIwWLbfnRQeWZ17fw/CkKkWA0hZH7KE5Sbm/8Abp5JG6xfW9j4/OmNUTT1Jv4Cmo24hhuMjqL9ooBhsLMCDHbrQDEr/DPzpGUltdPCiAzK3Ynx+f8ArQDEDQUGc2I7mQL0AMlbEX6nrQDaregHvPgKATG4i/76Aa8G3w+FIZXfbchQ5joGUDWLzU76Za9dNyHTzfzmTN6NZgt6qmSJkwKpASWKmRagFuHXQ9RTgNBAEyBFqZUxB06GkDkgmDoNTSEOLiJtr8aCpysi3QdflQo5M2N/CqIxJJM3pA8CxGo+oGjBZIjtp8OlGDyaDE2oBXED5Ugcg9rdaRBOuuo/QUGcnTp+ugGJ2sREhhb40gQ6m8fqpkeek9rXjSiGdYjWF6eM06DlY7RbwpAxK2HhHwqgNCFEm4t3o+SOFM7gZtuNVuDeWYa171ICD2/GkD9L3m/40BJjbyNjgAkggle0jWPGgEusn4idTQDblgiJGnj+NAEolx2MTQBp2Bi9z4GgCG0zb4sZ60qAMogSNs6DvBohEpCm30kTe5BpijxDzQIjqaEi2Hufw/0oAHYgxooNh4mqhaoyxsCYkXoMB+gknTQiPyoUYgRu0nQT+dIzNJFoKjU0A6llJi19e1FAWJK66Cw7wetIBkgR/wAKZj3gxafA/CKaQCR1kEWM0lGvYa/smgHuPADvegGaAAwOpmPGgEJMePSgqlx5TjMnQ/UKFa3AsjaQQNAQSDpSVnKENYiYBM2PhQkJm4EzQDhTMAfnTgLfPl/D40yp4LRNj+FKiBm48e1Iz7oJ/KmRbmmRIpGTEkROht86ZHB8xBE2M+FANIBJ70AiT166UZB2J+FrH4UewOGJAhjY9KMg8hjY/DxigBgwTMAa/CgHgmQDuvZu/wCNSETbiR3HSkBozAEDr9Qv0qoR90kaWoBw0W+YNFAhMXGnW9SAT4fC9MCBvBiIpwETcQbnUeNVQTRI7GSJ1qYZCI6A/OKZFuZTINKgW6IJMeHU1IFPmn86CMTOht8aozhhfrPU9zTyBg7iAAP20gLc0AkidDenQD4kX7nSiJhLBJE270HRo3mBb5yetJI/7j/9iPxagImDQQbEGR8adGoVAAF7wB86akbMb2HbtQAWOtzQYgYECx/16UASMLqZFpDa0iK0QemjdZNBmDBTuBhh8/10gAib/l/woBQAPN1uI69KARkm5gRp2FMzsApB6D9vwoAWIn9NKAY3UCelAPJnWexoBoBFz8KRnKwLadQaqERF+0dqBAjcIgnxH+tCqcqY7nqTrSpEZ2ga/MWpEaTs+NAKTAB6XmgyBgEdelMjEgkToaQOCRBn4d6QMGM9us04BDcb69+tAPMzeB0+dFBCYnS1IEI0/CgCcCAQQTA0oBbizX7Xi9MB8u4ayNOlKgoaI6Cgj7YBPQWHhQDwQZPWCKeAMs5RU1UaXvPWaDDska21g0AxHl8T40yFBCjxEg0beDCQQbmZpEK8wIHh1oAkCbDJ2t0M2/QUACgkHqDYXoAlkzGg1igEAANbHX5UA8QL2JjrQDqItP8AxoAmlSDaNRef1GmCczBsZ8fhQAyo1kG4YDxoKiVJ1aaSUkD/AHfiKpWDO14kG+mtKcpgASJIvGp7dtKakZVrgGBqAaDCdbSSPhQCKnqI6R+2kC2kg/jPQCaATFpkfSLjtQAsSVtagESINANOkXBvGsCgznW2n7aAQBJH6qAYideukRRQERG3rHWgHkaa9jSB91vLqNRQZIREi5/3aR0tVycDAZHwvY+NICkvaLzHe57UAsu0MNk21nvSoCCRpY/w0iIGTeCb696DOFMAnQ/soBQDN47mgETJECSbUEYAAxFyNPGjAJl0Hf8ACkBqRt2wASfiacoL+GxnSZ1ooJDA0npcaUgQnWLU8AwnpbvNSCvNxE3p5Ai0HsD01oBljUCT1E0EIMNpvaehtNPUyJta1gSaq0ED/t6CL9qQNNwOp1oByZPw6W6UvkDDCdpBgxenQbaSYHwv3pEZgbqTJogF5SCotGpmOtFBtCB2km9LIIb9BbW1MEZtIjwEUAS7mvG6IiKAeSw7DvYaUAy9R9U6RQCmWnSZmO5/CmDiLTqemtBUS9oubA9PmKSR+bsv4Cnk8gezAgX0g0QY4AxMx0Av0mmYCTHawvpQZrX8NAaAQAgsbga0gYgzF+wtRgHaYmCNBQDFIm9ANFAyYiGEi9pBoyZMxYi/S09h2oByrKNwBAm0zQAkyBtFhYW1FANcCaAddCTrSBBovYfn+ugykHTTsKuA1pMmTJ0FIGGkg0sgSiCfhpQDN+zSNL0gU9OkzQCNhJtQClQuhkzQDqxDB1iRcUA8sFPQGJ+VBGBAvtsdeppUFAm0W/A0QHk7YBsYk06CEgkCx60ga5JjpejINu/OkBToJ8KAaCJB0oBgZi1iKAICQLQO1MEJP64oAlI/f3p5BnIJBAjuBp+dMEG6AGe9T8gR8pmIjobVe0ItxA+dvjU4BdOx6UDJ5B1ubQf2UHkR2hoIM9r6/hSwWDam5t1+VGQQABIQTJsOtGQSi0jXTaRefzpgVzEC9r9KMgwVtP2DoTSyDEgGIn9lMCIAY9B3P46UEJRBj8KWSwk9Rew/D/WmQMjMRJtYyao/hGJKxPx6eOtCgNB0kwKAYGxg37fvowCO4WNtaMAiSDBsekUDBTKxa5/SaQM7EtLWk0YBWjoZPjRgGkx4LQZXLDpPegH3sxG5jH+lAMzHaBoB1i96AEAmZIiNBSAd0mCfA0GUkE9DQCmDbWnAQsf9KMgQdgIFjoT3pA09up1oByxIi2utMHm8Hp0owCLMACTY2ApAEnp+dAIzOv40A6su6G6TQCDGbHXrRgqdWkGRM9Y0ogOTf49BRQYsI/XSwDgkdLRrFGAHSDRgHIIiYk3owDdZY/CgHB1JpA+6R0FMFa0UYB+030oIj+qqMwH4daUnISQxMt2mr3Io6QLxf9lSAn9VqQOVIAvrp+NALzAnpJoBix160ZMe+AD8jSwCBsYgd4N6YSMUhSZAj5dqMA0iwMTqfnSwRGNxKixtTkGCGuhka94HagHVjPiPypYGDyv+786bMeT/ANBp2/WNfq0/VVXwueFbtPe/+tCjWvQRY9222sHvVQBO6RM0qDPE9J/ZSM43TQCGhjXp3oBHb0kDpF6Ae28/l28aAC83+XekD36zMUAxiBp4RrQDWvrHWkIYxNvCgy6eF/jQDLG799UBHbBmd1oHSpAR/wAaAe8iaAdp669Z1oBvLInT9tALr1oBjp+mlAPaf1zQDdo16UA/Xy/60Al3XjWgj+a060Autp+dBmOgigittNAJ9aAN92zHO3QxGuv8VKgI0M9vGkDHT9JpwCWb6+NOgvNuEfLWkD9L69+tUBDdtO3SRNGoIep6Qj6JvHe9PciGlp29PypA7TJtSBXgdumsfnQCb6jpPSgFfw1vSBH9g1qjLpeNs/LSgHWfl070AR37xrMD8KAR0XtNo+P40A53TbWLxNAP/wA3f/hQQvw/Okh//9k=","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Image"},"5973":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5974":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"5975":{"x":425,"y":661,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5976":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"5977":{"morph":{"__isSmartRef__":true,"id":5940},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"5978":{"x":260,"y":945,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5979":{"x":200,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5980":{"x":309,"y":-21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5981":{"partName":"MonaLisa","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Fun/","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"5982":{"submorphs":[{"__isSmartRef__":true,"id":5983},{"__isSmartRef__":true,"id":6195}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6525},"id":30,"renderContextTable":{"__isSmartRef__":true,"id":6528},"eventHandler":{"__isSmartRef__":true,"id":6529},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":6530},"LK2":true,"_Position":{"__isSmartRef__":true,"id":6531},"priorExtent":{"__isSmartRef__":true,"id":6532},"targetMorph":{"__isSmartRef__":true,"id":5983},"titleBar":{"__isSmartRef__":true,"id":6195},"contentOffset":{"__isSmartRef__":true,"id":6167},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":true,"_Rotation":0,"_Scale":1,"__SourceModuleName__":"Global.lively.morphic.Widgets","prevDragPos":{"__isSmartRef__":true,"id":6533},"isBeingDragged":false,"showsHalos":false,"magnets":[{"__isSmartRef__":true,"id":6534},{"__isSmartRef__":true,"id":6537},{"__isSmartRef__":true,"id":6540},{"__isSmartRef__":true,"id":6543},{"__isSmartRef__":true,"id":6546},{"__isSmartRef__":true,"id":6549},{"__isSmartRef__":true,"id":6552},{"__isSmartRef__":true,"id":6555}],"cameForward":false,"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"5983":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":5984},"id":29,"renderContextTable":{"__isSmartRef__":true,"id":5990},"textChunks":[{"__isSmartRef__":true,"id":5991},{"__isSmartRef__":true,"id":5993},{"__isSmartRef__":true,"id":5995},{"__isSmartRef__":true,"id":5997},{"__isSmartRef__":true,"id":5999},{"__isSmartRef__":true,"id":6001},{"__isSmartRef__":true,"id":6003},{"__isSmartRef__":true,"id":6005},{"__isSmartRef__":true,"id":6007},{"__isSmartRef__":true,"id":6009},{"__isSmartRef__":true,"id":6011},{"__isSmartRef__":true,"id":6013},{"__isSmartRef__":true,"id":6015},{"__isSmartRef__":true,"id":6017},{"__isSmartRef__":true,"id":6019},{"__isSmartRef__":true,"id":6021},{"__isSmartRef__":true,"id":6023},{"__isSmartRef__":true,"id":6025},{"__isSmartRef__":true,"id":6027},{"__isSmartRef__":true,"id":6029},{"__isSmartRef__":true,"id":6031},{"__isSmartRef__":true,"id":6033},{"__isSmartRef__":true,"id":6035},{"__isSmartRef__":true,"id":6037},{"__isSmartRef__":true,"id":6039},{"__isSmartRef__":true,"id":6041},{"__isSmartRef__":true,"id":6043},{"__isSmartRef__":true,"id":6045},{"__isSmartRef__":true,"id":6047},{"__isSmartRef__":true,"id":6049},{"__isSmartRef__":true,"id":6051},{"__isSmartRef__":true,"id":6053},{"__isSmartRef__":true,"id":6055},{"__isSmartRef__":true,"id":6057},{"__isSmartRef__":true,"id":6059},{"__isSmartRef__":true,"id":6061},{"__isSmartRef__":true,"id":6063},{"__isSmartRef__":true,"id":6065},{"__isSmartRef__":true,"id":6067},{"__isSmartRef__":true,"id":6069},{"__isSmartRef__":true,"id":6071},{"__isSmartRef__":true,"id":6073},{"__isSmartRef__":true,"id":6075},{"__isSmartRef__":true,"id":6077},{"__isSmartRef__":true,"id":6079},{"__isSmartRef__":true,"id":6081},{"__isSmartRef__":true,"id":6083},{"__isSmartRef__":true,"id":6085},{"__isSmartRef__":true,"id":6087},{"__isSmartRef__":true,"id":6089},{"__isSmartRef__":true,"id":6091},{"__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},{"__isSmartRef__":true,"id":6111},{"__isSmartRef__":true,"id":6113},{"__isSmartRef__":true,"id":6115},{"__isSmartRef__":true,"id":6117},{"__isSmartRef__":true,"id":6119},{"__isSmartRef__":true,"id":6121},{"__isSmartRef__":true,"id":6123},{"__isSmartRef__":true,"id":6125},{"__isSmartRef__":true,"id":6127},{"__isSmartRef__":true,"id":6129},{"__isSmartRef__":true,"id":6131},{"__isSmartRef__":true,"id":6133},{"__isSmartRef__":true,"id":6135},{"__isSmartRef__":true,"id":6137},{"__isSmartRef__":true,"id":6139},{"__isSmartRef__":true,"id":6141},{"__isSmartRef__":true,"id":6143},{"__isSmartRef__":true,"id":6145},{"__isSmartRef__":true,"id":6147},{"__isSmartRef__":true,"id":6149},{"__isSmartRef__":true,"id":6151},{"__isSmartRef__":true,"id":6153},{"__isSmartRef__":true,"id":6155},{"__isSmartRef__":true,"id":6157},{"__isSmartRef__":true,"id":6159},{"__isSmartRef__":true,"id":6161},{"__isSmartRef__":true,"id":6163}],"eventHandler":{"__isSmartRef__":true,"id":6165},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6166},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":6167},"priorExtent":{"__isSmartRef__":true,"id":6168},"_MaxTextWidth":594.2445358010191,"_MaxTextHeight":321.0298249234139,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":5982},"layout":{"__isSmartRef__":true,"id":6169},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":6170}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1314741781735,"accessibleInInactiveWindow":true,"priorSelectionRange":[313,313],"charsReplaced":"","lastFindLoc":290,"__SourceModuleName__":"Global.lively.morphic.TextCore","lastSearchString":"$world","_Scale":1,"showsHalos":false,"magnets":[{"__isSmartRef__":true,"id":6171},{"__isSmartRef__":true,"id":6174},{"__isSmartRef__":true,"id":6177},{"__isSmartRef__":true,"id":6180},{"__isSmartRef__":true,"id":6183},{"__isSmartRef__":true,"id":6186},{"__isSmartRef__":true,"id":6189},{"__isSmartRef__":true,"id":6192}],"prevScroll":[0,225],"savedTextString":"m1 = lively.morphic.Morph.makeRectangle(0,200,100,100)\nm2 = lively.morphic.Morph.makeRectangle(0,20,200,30)\nm1.openInWorld()\nm1.addMorph(m2)\n\nm1.applyStyle({clipMode : 'hidden', fill: Color.green})\n\nm1.getPosition()\n\nm1.bounds()\n\nm1.setOrigin(pt(50,50))\nm1.setExtent(pt(300,200))\nm1.remove()\n\nclipMode\nthat.setClipMode('visible')\nthat.setClipMode('hidden')\n\npos = that.bounds().bottomRight().addXY(10,10)\nt = that\nlively.morphic.EventSimulator.doMouseEvent({type: 'mousedown', pos: pos, target: t})\nlively.morphic.EventSimulator.doMouseEvent({type: 'mouseup', pos: pos, target: t})\n","textString":"m1 = lively.morphic.Morph.makeRectangle(0,200,100,100)\nm2 = lively.morphic.Morph.makeRectangle(0,20,200,30)\nm1.openInWorld()\nm1.addMorph(m2)\n\nm1.applyStyle({clipMode : 'hidden', fill: Color.green})\n\nm1.applyStyle({clipMode : 'auto', fill: Color.green})\n\nm1.getPosition()\n\nm1.addMorph(that)\n\nm1.bounds()\nshow(that)\nm1.shape.getBounds()rect(pt(50.0,50.0),pt(150.0,150.0))\nm1.isClip()\n\nm1.bounds()rect(pt(50.0,250.0),pt(150.0,350.0))\n\nm1.setOrigin(pt(10,10))\nm1.setExtent(pt(300,200))\nm1.remove()\n\nclipMode\nthat.setClipMode('visible')\nthat.setClipMode('hidden')\n\npos = that.bounds().bottomRight().addXY(10,10)\nt = that\nlively.morphic.EventSimulator.doMouseEvent({type: 'mousedown', pos: pos, target: t})\nlively.morphic.EventSimulator.doMouseEvent({type: 'mouseup', pos: pos, target: t})\n","__LivelyClassName__":"lively.morphic.Text"},"5984":{"_Position":{"__isSmartRef__":true,"id":5985},"renderContextTable":{"__isSmartRef__":true,"id":5986},"_Extent":{"__isSmartRef__":true,"id":5987},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":5988},"_Fill":{"__isSmartRef__":true,"id":5989},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"5985":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"5986":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"5987":{"x":594.2445358010191,"y":321.0298249234139,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"5988":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"5989":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"5990":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"5991":{"style":{"__isSmartRef__":true,"id":5992},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"m1 = lively.morphic.Morph.makeRectangle(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5992":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5993":{"style":{"__isSmartRef__":true,"id":5994},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5994":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5995":{"style":{"__isSmartRef__":true,"id":5996},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5996":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5997":{"style":{"__isSmartRef__":true,"id":5998},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"200","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5998":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"5999":{"style":{"__isSmartRef__":true,"id":6000},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6000":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6001":{"style":{"__isSmartRef__":true,"id":6002},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6002":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6003":{"style":{"__isSmartRef__":true,"id":6004},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6004":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6005":{"style":{"__isSmartRef__":true,"id":6006},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"100","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6006":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6007":{"style":{"__isSmartRef__":true,"id":6008},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\nm2 = lively.morphic.Morph.makeRectangle(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6008":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6009":{"style":{"__isSmartRef__":true,"id":6010},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6010":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6011":{"style":{"__isSmartRef__":true,"id":6012},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6012":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6013":{"style":{"__isSmartRef__":true,"id":6014},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"20","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6014":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6015":{"style":{"__isSmartRef__":true,"id":6016},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6016":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6017":{"style":{"__isSmartRef__":true,"id":6018},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"200","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6018":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6019":{"style":{"__isSmartRef__":true,"id":6020},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6020":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6021":{"style":{"__isSmartRef__":true,"id":6022},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"30","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6022":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6023":{"style":{"__isSmartRef__":true,"id":6024},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\nm1.openInWorld()\nm1.addMorph(m2)\n\nm1.applyStyle(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6024":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6025":{"style":{"__isSmartRef__":true,"id":6026},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6026":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6027":{"style":{"__isSmartRef__":true,"id":6028},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"clipMode : ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6028":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6029":{"style":{"__isSmartRef__":true,"id":6030},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"'hidden'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6030":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6031":{"style":{"__isSmartRef__":true,"id":6032},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6032":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6033":{"style":{"__isSmartRef__":true,"id":6034},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"fill:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6034":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6035":{"style":{"__isSmartRef__":true,"id":6036},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" Color.green","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6036":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6037":{"style":{"__isSmartRef__":true,"id":6038},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6038":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6039":{"style":{"__isSmartRef__":true,"id":6040},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\n\nm1.applyStyle(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6040":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6041":{"style":{"__isSmartRef__":true,"id":6042},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6042":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6043":{"style":{"__isSmartRef__":true,"id":6044},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"clipMode : ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6044":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6045":{"style":{"__isSmartRef__":true,"id":6046},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"'auto'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6046":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6047":{"style":{"__isSmartRef__":true,"id":6048},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6048":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6049":{"style":{"__isSmartRef__":true,"id":6050},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"fill:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6050":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6051":{"style":{"__isSmartRef__":true,"id":6052},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" Color.green","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6052":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6053":{"style":{"__isSmartRef__":true,"id":6054},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6054":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6055":{"style":{"__isSmartRef__":true,"id":6056},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\n\nm1.getPosition()\n\nm1.addMorph(that)\n\nm1.bounds()\nshow(that)\nm1.shape.getBounds()rect(pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6056":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6057":{"style":{"__isSmartRef__":true,"id":6058},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"50.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6058":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6059":{"style":{"__isSmartRef__":true,"id":6060},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6060":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6061":{"style":{"__isSmartRef__":true,"id":6062},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"50.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6062":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6063":{"style":{"__isSmartRef__":true,"id":6064},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"),pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6064":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6065":{"style":{"__isSmartRef__":true,"id":6066},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"150.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6066":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6067":{"style":{"__isSmartRef__":true,"id":6068},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6068":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6069":{"style":{"__isSmartRef__":true,"id":6070},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"150.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6070":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6071":{"style":{"__isSmartRef__":true,"id":6072},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"))\nm1.isClip()\n\nm1.bounds()rect(pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6072":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6073":{"style":{"__isSmartRef__":true,"id":6074},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"50.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6074":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6075":{"style":{"__isSmartRef__":true,"id":6076},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6076":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6077":{"style":{"__isSmartRef__":true,"id":6078},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"250.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6078":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6079":{"style":{"__isSmartRef__":true,"id":6080},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"),pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6080":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6081":{"style":{"__isSmartRef__":true,"id":6082},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"150.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6082":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6083":{"style":{"__isSmartRef__":true,"id":6084},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6084":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6085":{"style":{"__isSmartRef__":true,"id":6086},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"350.0","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6086":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6087":{"style":{"__isSmartRef__":true,"id":6088},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"))\n\nm1.setOrigin(pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6088":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6089":{"style":{"__isSmartRef__":true,"id":6090},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6090":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6091":{"style":{"__isSmartRef__":true,"id":6092},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6092":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6093":{"style":{"__isSmartRef__":true,"id":6094},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6094":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6095":{"style":{"__isSmartRef__":true,"id":6096},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"))\nm1.setExtent(pt(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6096":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6097":{"style":{"__isSmartRef__":true,"id":6098},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"300","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6098":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6099":{"style":{"__isSmartRef__":true,"id":6100},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6100":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6101":{"style":{"__isSmartRef__":true,"id":6102},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"200","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6102":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6103":{"style":{"__isSmartRef__":true,"id":6104},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"))\nm1.remove()\n\nclipMode\nthat.setClipMode(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6104":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6105":{"style":{"__isSmartRef__":true,"id":6106},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"'visible'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6106":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6107":{"style":{"__isSmartRef__":true,"id":6108},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\nthat.setClipMode(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6108":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6109":{"style":{"__isSmartRef__":true,"id":6110},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"'hidden'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6110":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6111":{"style":{"__isSmartRef__":true,"id":6112},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\n\npos = that.bounds().bottomRight().addXY(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6112":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6113":{"style":{"__isSmartRef__":true,"id":6114},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6114":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6115":{"style":{"__isSmartRef__":true,"id":6116},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6116":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6117":{"style":{"__isSmartRef__":true,"id":6118},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"10","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6118":{"color":{"__isSmartRef__":true,"id":298},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6119":{"style":{"__isSmartRef__":true,"id":6120},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\nt = that\nlively.morphic.EventSimulator.doMouseEvent(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6120":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6121":{"style":{"__isSmartRef__":true,"id":6122},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6122":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6123":{"style":{"__isSmartRef__":true,"id":6124},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"type:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6124":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6125":{"style":{"__isSmartRef__":true,"id":6126},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6126":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6127":{"style":{"__isSmartRef__":true,"id":6128},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"'mousedown'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6128":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6129":{"style":{"__isSmartRef__":true,"id":6130},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6130":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6131":{"style":{"__isSmartRef__":true,"id":6132},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"pos:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6132":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6133":{"style":{"__isSmartRef__":true,"id":6134},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" pos, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6134":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6135":{"style":{"__isSmartRef__":true,"id":6136},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"target:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6136":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6137":{"style":{"__isSmartRef__":true,"id":6138},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" t","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6138":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6139":{"style":{"__isSmartRef__":true,"id":6140},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6140":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6141":{"style":{"__isSmartRef__":true,"id":6142},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\nlively.morphic.EventSimulator.doMouseEvent(","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6142":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6143":{"style":{"__isSmartRef__":true,"id":6144},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6144":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6145":{"style":{"__isSmartRef__":true,"id":6146},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"type:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6146":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6147":{"style":{"__isSmartRef__":true,"id":6148},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6148":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6149":{"style":{"__isSmartRef__":true,"id":6150},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"'mouseup'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6150":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6151":{"style":{"__isSmartRef__":true,"id":6152},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":", ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6152":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6153":{"style":{"__isSmartRef__":true,"id":6154},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"pos:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6154":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6155":{"style":{"__isSmartRef__":true,"id":6156},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" pos, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6156":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6157":{"style":{"__isSmartRef__":true,"id":6158},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"target:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6158":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6159":{"style":{"__isSmartRef__":true,"id":6160},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":" t","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6160":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6161":{"style":{"__isSmartRef__":true,"id":6162},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6162":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6163":{"style":{"__isSmartRef__":true,"id":6164},"chunkOwner":{"__isSmartRef__":true,"id":5983},"storedString":")\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6164":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6165":{"morph":{"__isSmartRef__":true,"id":5983},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6166":{"x":2,"y":1,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6167":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6168":{"x":594.2445358010191,"y":321.0298249234139,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6169":{"resizeWidth":true,"resizeHeight":true},"6170":{"sourceObj":{"__isSmartRef__":true,"id":5983},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":5983},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6171":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6172},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6173}},"6172":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6173":{"x":417.2942334248662,"y":331.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6174":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6175},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6176}},"6175":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6176":{"x":714.4165013253757,"y":331.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6177":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6178},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6179}},"6178":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6179":{"x":1011.5387692258853,"y":331.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6180":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6181},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6182}},"6181":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6182":{"x":1011.5387692258853,"y":491.5884668497325,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6183":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6184},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6185}},"6184":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6185":{"x":1011.5387692258853,"y":652.1033793114395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6186":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6187},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6188}},"6187":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6188":{"x":714.4165013253757,"y":652.1033793114395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6189":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6190},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6191}},"6190":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6191":{"x":417.2942334248662,"y":652.1033793114395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6192":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6193},"morph":{"__isSmartRef__":true,"id":5983},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6194}},"6193":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6194":{"x":417.2942334248662,"y":491.5884668497325,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6195":{"submorphs":[{"__isSmartRef__":true,"id":6196},{"__isSmartRef__":true,"id":6234},{"__isSmartRef__":true,"id":6328},{"__isSmartRef__":true,"id":6409}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6491},"id":31,"renderContextTable":{"__isSmartRef__":true,"id":6496},"eventHandler":{"__isSmartRef__":true,"id":6497},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":6498},"_Position":{"__isSmartRef__":true,"id":6499},"windowMorph":{"__isSmartRef__":true,"id":5982},"label":{"__isSmartRef__":true,"id":6196},"closeButton":{"__isSmartRef__":true,"id":6234},"menuButton":{"__isSmartRef__":true,"id":6328},"collapseButton":{"__isSmartRef__":true,"id":6409},"priorExtent":{"__isSmartRef__":true,"id":6500},"owner":{"__isSmartRef__":true,"id":5982},"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6501},{"__isSmartRef__":true,"id":6504},{"__isSmartRef__":true,"id":6507},{"__isSmartRef__":true,"id":6510},{"__isSmartRef__":true,"id":6513},{"__isSmartRef__":true,"id":6516},{"__isSmartRef__":true,"id":6519},{"__isSmartRef__":true,"id":6522}],"__LivelyClassName__":"lively.morphic.TitleBar"},"6196":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6197},"id":32,"renderContextTable":{"__isSmartRef__":true,"id":6202},"textChunks":[{"__isSmartRef__":true,"id":6203}],"eventHandler":{"__isSmartRef__":true,"id":6205},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6206},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":6207},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":6195},"priorExtent":{"__isSmartRef__":true,"id":6208},"_MaxTextWidth":535.2445358010191,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":6209},"__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6210},{"__isSmartRef__":true,"id":6213},{"__isSmartRef__":true,"id":6216},{"__isSmartRef__":true,"id":6219},{"__isSmartRef__":true,"id":6222},{"__isSmartRef__":true,"id":6225},{"__isSmartRef__":true,"id":6228},{"__isSmartRef__":true,"id":6231}],"__LivelyClassName__":"lively.morphic.Text"},"6197":{"_Position":{"__isSmartRef__":true,"id":6198},"renderContextTable":{"__isSmartRef__":true,"id":6199},"_Extent":{"__isSmartRef__":true,"id":6200},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6201},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6198":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6199":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6200":{"x":535.2445358010191,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6201":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6202":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6203":{"style":{"__isSmartRef__":true,"id":6204},"chunkOwner":{"__isSmartRef__":true,"id":6196},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk"},"6204":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6205":{"morph":{"__isSmartRef__":true,"id":6196},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6206":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6207":{"resizeWidth":true},"6208":{"x":535.2445358010191,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6209":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6210":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6211},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6212}},"6211":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6212":{"x":437.2942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6213":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6214},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6215}},"6214":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6215":{"x":704.9165013253757,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6216":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6217},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6218}},"6217":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6218":{"x":972.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6219":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6220},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6221}},"6220":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6221":{"x":972.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6222":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6223},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6224}},"6223":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6224":{"x":972.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6225":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6226},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6227}},"6226":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6227":{"x":704.9165013253757,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6228":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6229},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6230}},"6229":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6230":{"x":437.2942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6231":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6232},"morph":{"__isSmartRef__":true,"id":6196},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6233}},"6232":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6233":{"x":437.2942334248662,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6234":{"submorphs":[{"__isSmartRef__":true,"id":6235}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6271},"id":33,"renderContextTable":{"__isSmartRef__":true,"id":6286},"eventHandler":{"__isSmartRef__":true,"id":6287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6288},"priorExtent":{"__isSmartRef__":true,"id":6289},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6276},"lighterFill":{"__isSmartRef__":true,"id":6290},"label":{"__isSmartRef__":true,"id":6235},"owner":{"__isSmartRef__":true,"id":6195},"layout":{"__isSmartRef__":true,"id":6299},"attributeConnections":[{"__isSmartRef__":true,"id":6300},{"__isSmartRef__":true,"id":6302}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6304},{"__isSmartRef__":true,"id":6307},{"__isSmartRef__":true,"id":6310},{"__isSmartRef__":true,"id":6313},{"__isSmartRef__":true,"id":6316},{"__isSmartRef__":true,"id":6319},{"__isSmartRef__":true,"id":6322},{"__isSmartRef__":true,"id":6325}],"__LivelyClassName__":"lively.morphic.WindowControl"},"6235":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6236},"id":34,"renderContextTable":{"__isSmartRef__":true,"id":6240},"textChunks":[{"__isSmartRef__":true,"id":6241}],"eventHandler":{"__isSmartRef__":true,"id":6243},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6244},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":6245},"priorExtent":{"__isSmartRef__":true,"id":6246},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6234},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6247},{"__isSmartRef__":true,"id":6250},{"__isSmartRef__":true,"id":6253},{"__isSmartRef__":true,"id":6256},{"__isSmartRef__":true,"id":6259},{"__isSmartRef__":true,"id":6262},{"__isSmartRef__":true,"id":6265},{"__isSmartRef__":true,"id":6268}],"__LivelyClassName__":"lively.morphic.Text"},"6236":{"_Position":{"__isSmartRef__":true,"id":6237},"renderContextTable":{"__isSmartRef__":true,"id":6238},"_Extent":{"__isSmartRef__":true,"id":6239},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6201},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6237":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6238":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6239":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6240":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6241":{"style":{"__isSmartRef__":true,"id":6242},"chunkOwner":{"__isSmartRef__":true,"id":6235},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"6242":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6243":{"morph":{"__isSmartRef__":true,"id":6235},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6244":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6245":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6246":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6247":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6248},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6249}},"6248":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6249":{"x":991.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6250":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6251},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6252}},"6251":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6252":{"x":1000.0387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6253":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6254},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6255}},"6254":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6255":{"x":1008.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6256":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6257},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6258}},"6257":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6258":{"x":1008.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6259":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6260},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6261}},"6260":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6261":{"x":1008.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6262":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6263},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6264}},"6263":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6264":{"x":1000.0387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6265":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6266},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6267}},"6266":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6267":{"x":991.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6268":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6269},"morph":{"__isSmartRef__":true,"id":6235},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6270}},"6269":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6270":{"x":991.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6271":{"_Position":{"__isSmartRef__":true,"id":6272},"renderContextTable":{"__isSmartRef__":true,"id":6273},"_Extent":{"__isSmartRef__":true,"id":6274},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6275},"_Fill":{"__isSmartRef__":true,"id":6276},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6272":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6273":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6274":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6275":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6276":{"stops":[{"__isSmartRef__":true,"id":6277},{"__isSmartRef__":true,"id":6279},{"__isSmartRef__":true,"id":6281},{"__isSmartRef__":true,"id":6283}],"vector":{"__isSmartRef__":true,"id":6285},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6277":{"offset":0,"color":{"__isSmartRef__":true,"id":6278}},"6278":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6279":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6280}},"6280":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6281":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6282}},"6282":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6283":{"offset":1,"color":{"__isSmartRef__":true,"id":6284}},"6284":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6285":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6286":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6287":{"morph":{"__isSmartRef__":true,"id":6234},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6288":{"x":574.2445358010191,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6289":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6290":{"stops":[{"__isSmartRef__":true,"id":6291},{"__isSmartRef__":true,"id":6293},{"__isSmartRef__":true,"id":6295},{"__isSmartRef__":true,"id":6297}],"vector":{"__isSmartRef__":true,"id":6285},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6291":{"offset":0,"color":{"__isSmartRef__":true,"id":6292}},"6292":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6293":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6294}},"6294":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6295":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6296}},"6296":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6297":{"offset":1,"color":{"__isSmartRef__":true,"id":6298}},"6298":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6299":{"moveHorizontal":true},"6300":{"sourceObj":{"__isSmartRef__":true,"id":6234},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":5982},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":6301},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6301":{"source":{"__isSmartRef__":true,"id":6234},"target":{"__isSmartRef__":true,"id":5982}},"6302":{"sourceObj":{"__isSmartRef__":true,"id":6234},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5982},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":6303},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6303":{"source":{"__isSmartRef__":true,"id":6234},"target":{"__isSmartRef__":true,"id":5982}},"6304":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6305},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6306}},"6305":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6306":{"x":991.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6307":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6308},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6309}},"6308":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6309":{"x":1000.0387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6310":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6311},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6312}},"6311":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6312":{"x":1008.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6313":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6314},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6315}},"6314":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6315":{"x":1008.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6316":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6317},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6318}},"6317":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6318":{"x":1008.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6319":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6320},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6321}},"6320":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6321":{"x":1000.0387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6322":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6323},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6324}},"6323":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6324":{"x":991.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6325":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6326},"morph":{"__isSmartRef__":true,"id":6234},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6327}},"6326":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6327":{"x":991.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6328":{"submorphs":[{"__isSmartRef__":true,"id":6329}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6364},"id":35,"renderContextTable":{"__isSmartRef__":true,"id":6368},"eventHandler":{"__isSmartRef__":true,"id":6369},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6370},"priorExtent":{"__isSmartRef__":true,"id":6371},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6276},"lighterFill":{"__isSmartRef__":true,"id":6372},"label":{"__isSmartRef__":true,"id":6329},"owner":{"__isSmartRef__":true,"id":6195},"attributeConnections":[{"__isSmartRef__":true,"id":6381},{"__isSmartRef__":true,"id":6383}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6385},{"__isSmartRef__":true,"id":6388},{"__isSmartRef__":true,"id":6391},{"__isSmartRef__":true,"id":6394},{"__isSmartRef__":true,"id":6397},{"__isSmartRef__":true,"id":6400},{"__isSmartRef__":true,"id":6403},{"__isSmartRef__":true,"id":6406}],"__LivelyClassName__":"lively.morphic.WindowControl"},"6329":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6330},"id":36,"renderContextTable":{"__isSmartRef__":true,"id":6334},"textChunks":[{"__isSmartRef__":true,"id":6335}],"eventHandler":{"__isSmartRef__":true,"id":6337},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6244},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":6338},"priorExtent":{"__isSmartRef__":true,"id":6339},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6328},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6340},{"__isSmartRef__":true,"id":6343},{"__isSmartRef__":true,"id":6346},{"__isSmartRef__":true,"id":6349},{"__isSmartRef__":true,"id":6352},{"__isSmartRef__":true,"id":6355},{"__isSmartRef__":true,"id":6358},{"__isSmartRef__":true,"id":6361}],"__LivelyClassName__":"lively.morphic.Text"},"6330":{"_Position":{"__isSmartRef__":true,"id":6331},"renderContextTable":{"__isSmartRef__":true,"id":6332},"_Extent":{"__isSmartRef__":true,"id":6333},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6201},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6331":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6332":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6333":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6334":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6335":{"style":{"__isSmartRef__":true,"id":6336},"chunkOwner":{"__isSmartRef__":true,"id":6329},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"6336":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6337":{"morph":{"__isSmartRef__":true,"id":6329},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6338":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6339":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6340":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6341},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6342}},"6341":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6342":{"x":420.2942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6343":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6344},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6345}},"6344":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6345":{"x":428.7942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6346":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6347},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6348}},"6347":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6348":{"x":437.2942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6349":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6350},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6351}},"6350":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6351":{"x":437.2942334248662,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6352":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6353},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6354}},"6353":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6354":{"x":437.2942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6355":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6356},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6357}},"6356":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6357":{"x":428.7942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6358":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6359},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6360}},"6359":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6360":{"x":420.2942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6361":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6362},"morph":{"__isSmartRef__":true,"id":6329},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6363}},"6362":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6363":{"x":420.2942334248662,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6364":{"_Position":{"__isSmartRef__":true,"id":6365},"renderContextTable":{"__isSmartRef__":true,"id":6366},"_Extent":{"__isSmartRef__":true,"id":6367},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6275},"_Fill":{"__isSmartRef__":true,"id":6276},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6365":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6366":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6367":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6368":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6369":{"morph":{"__isSmartRef__":true,"id":6328},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6370":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6371":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6372":{"stops":[{"__isSmartRef__":true,"id":6373},{"__isSmartRef__":true,"id":6375},{"__isSmartRef__":true,"id":6377},{"__isSmartRef__":true,"id":6379}],"vector":{"__isSmartRef__":true,"id":6285},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6373":{"offset":0,"color":{"__isSmartRef__":true,"id":6374}},"6374":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6375":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6376}},"6376":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6377":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6378}},"6378":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6379":{"offset":1,"color":{"__isSmartRef__":true,"id":6380}},"6380":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6381":{"sourceObj":{"__isSmartRef__":true,"id":6328},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":5982},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":6382},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6382":{"source":{"__isSmartRef__":true,"id":6328},"target":{"__isSmartRef__":true,"id":5982}},"6383":{"sourceObj":{"__isSmartRef__":true,"id":6328},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5982},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":6384},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6384":{"source":{"__isSmartRef__":true,"id":6328},"target":{"__isSmartRef__":true,"id":5982}},"6385":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6386},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6387}},"6386":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6387":{"x":420.2942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6388":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6389},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6390}},"6389":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6390":{"x":428.7942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6391":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6392},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6393}},"6392":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6393":{"x":437.2942334248662,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6394":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6395},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6396}},"6395":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6396":{"x":437.2942334248662,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6397":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6398},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6399}},"6398":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6399":{"x":437.2942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6400":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6401},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6402}},"6401":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6402":{"x":428.7942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6403":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6404},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6405}},"6404":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6405":{"x":420.2942334248662,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6406":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6407},"morph":{"__isSmartRef__":true,"id":6328},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6408}},"6407":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6408":{"x":420.2942334248662,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6409":{"submorphs":[{"__isSmartRef__":true,"id":6410}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6445},"id":37,"renderContextTable":{"__isSmartRef__":true,"id":6449},"eventHandler":{"__isSmartRef__":true,"id":6450},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6451},"priorExtent":{"__isSmartRef__":true,"id":6452},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6276},"lighterFill":{"__isSmartRef__":true,"id":6453},"label":{"__isSmartRef__":true,"id":6410},"owner":{"__isSmartRef__":true,"id":6195},"layout":{"__isSmartRef__":true,"id":6462},"attributeConnections":[{"__isSmartRef__":true,"id":6463},{"__isSmartRef__":true,"id":6465}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6467},{"__isSmartRef__":true,"id":6470},{"__isSmartRef__":true,"id":6473},{"__isSmartRef__":true,"id":6476},{"__isSmartRef__":true,"id":6479},{"__isSmartRef__":true,"id":6482},{"__isSmartRef__":true,"id":6485},{"__isSmartRef__":true,"id":6488}],"__LivelyClassName__":"lively.morphic.WindowControl"},"6410":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6411},"id":38,"renderContextTable":{"__isSmartRef__":true,"id":6415},"textChunks":[{"__isSmartRef__":true,"id":6416}],"eventHandler":{"__isSmartRef__":true,"id":6418},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6244},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":6419},"priorExtent":{"__isSmartRef__":true,"id":6420},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":6409},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","_Scale":1,"magnets":[{"__isSmartRef__":true,"id":6421},{"__isSmartRef__":true,"id":6424},{"__isSmartRef__":true,"id":6427},{"__isSmartRef__":true,"id":6430},{"__isSmartRef__":true,"id":6433},{"__isSmartRef__":true,"id":6436},{"__isSmartRef__":true,"id":6439},{"__isSmartRef__":true,"id":6442}],"__LivelyClassName__":"lively.morphic.Text"},"6411":{"_Position":{"__isSmartRef__":true,"id":6412},"renderContextTable":{"__isSmartRef__":true,"id":6413},"_Extent":{"__isSmartRef__":true,"id":6414},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6201},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6412":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6413":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6414":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6415":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6416":{"style":{"__isSmartRef__":true,"id":6417},"chunkOwner":{"__isSmartRef__":true,"id":6410},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"6417":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6418":{"morph":{"__isSmartRef__":true,"id":6410},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6419":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6420":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6421":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6422},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6423}},"6422":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6423":{"x":972.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6424":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6425},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6426}},"6425":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6426":{"x":981.0387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6427":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6428},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6429}},"6428":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6429":{"x":989.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6430":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6431},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6432}},"6431":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6432":{"x":989.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6433":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6434},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6435}},"6434":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6435":{"x":989.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6436":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6437},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6438}},"6437":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6438":{"x":981.0387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6439":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6440},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6441}},"6440":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6441":{"x":972.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6442":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6443},"morph":{"__isSmartRef__":true,"id":6410},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6444}},"6443":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6444":{"x":972.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6445":{"_Position":{"__isSmartRef__":true,"id":6446},"renderContextTable":{"__isSmartRef__":true,"id":6447},"_Extent":{"__isSmartRef__":true,"id":6448},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6275},"_Fill":{"__isSmartRef__":true,"id":6276},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6446":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6447":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6448":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6449":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6450":{"morph":{"__isSmartRef__":true,"id":6409},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6451":{"x":555.2445358010191,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6452":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6453":{"stops":[{"__isSmartRef__":true,"id":6454},{"__isSmartRef__":true,"id":6456},{"__isSmartRef__":true,"id":6458},{"__isSmartRef__":true,"id":6460}],"vector":{"__isSmartRef__":true,"id":6285},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6454":{"offset":0,"color":{"__isSmartRef__":true,"id":6455}},"6455":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6456":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6457}},"6457":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6458":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6459}},"6459":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6460":{"offset":1,"color":{"__isSmartRef__":true,"id":6461}},"6461":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6462":{"moveHorizontal":true},"6463":{"sourceObj":{"__isSmartRef__":true,"id":6409},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":5982},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":6464},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6464":{"source":{"__isSmartRef__":true,"id":6409},"target":{"__isSmartRef__":true,"id":5982}},"6465":{"sourceObj":{"__isSmartRef__":true,"id":6409},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":5982},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":6466},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6466":{"source":{"__isSmartRef__":true,"id":6409},"target":{"__isSmartRef__":true,"id":5982}},"6467":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6468},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6469}},"6468":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6469":{"x":972.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6470":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6471},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6472}},"6471":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6472":{"x":981.0387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6473":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6474},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6475}},"6474":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6475":{"x":989.5387692258853,"y":313.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6476":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6477},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6478}},"6477":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6478":{"x":989.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6479":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6480},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6481}},"6480":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6481":{"x":989.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6482":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6483},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6484}},"6483":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6484":{"x":981.0387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6485":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6486},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6487}},"6486":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6487":{"x":972.5387692258853,"y":330.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6488":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6489},"morph":{"__isSmartRef__":true,"id":6409},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6490}},"6489":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6490":{"x":972.5387692258853,"y":321.57355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6491":{"_Position":{"__isSmartRef__":true,"id":6492},"renderContextTable":{"__isSmartRef__":true,"id":6493},"_Extent":{"__isSmartRef__":true,"id":6494},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6495},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6492":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6493":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6494":{"x":594.2445358010191,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6495":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6496":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6497":{"morph":{"__isSmartRef__":true,"id":6195},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6498":{"resizeWidth":true,"adjustForNewBounds":true},"6499":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6500":{"x":594.2445358010191,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6501":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6502},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6503}},"6502":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6503":{"x":417.2942334248662,"y":310.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6504":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6505},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6506}},"6505":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6506":{"x":714.4165013253757,"y":310.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6507":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6508},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6509}},"6508":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6509":{"x":1011.5387692258853,"y":310.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6510":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6511},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6512}},"6511":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6512":{"x":1011.5387692258853,"y":321.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6513":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6514},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6515}},"6514":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6515":{"x":1011.5387692258853,"y":332.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6516":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6517},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6518}},"6517":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6518":{"x":714.4165013253757,"y":332.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6519":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6520},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6521}},"6520":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6521":{"x":417.2942334248662,"y":332.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6522":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6523},"morph":{"__isSmartRef__":true,"id":6195},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6524}},"6523":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6524":{"x":417.2942334248662,"y":321.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6525":{"renderContextTable":{"__isSmartRef__":true,"id":6526},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":6527},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6526":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6527":{"x":594.2445358010191,"y":342.0298249234139,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6528":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6529":{"morph":{"__isSmartRef__":true,"id":5982},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6530":{"adjustForNewBounds":true},"6531":{"x":244.2942334248662,"y":514.0735543880255,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6532":{"x":594.2445358010191,"y":342.0298249234139,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6533":{"x":660,"y":509,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6534":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6535},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6536}},"6535":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6536":{"x":417.2942334248662,"y":310.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6537":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6538},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6539}},"6538":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6539":{"x":714.4165013253757,"y":310.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6540":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6541},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6542}},"6541":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6542":{"x":1011.5387692258853,"y":310.07355438802557,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6543":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6544},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6545}},"6544":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6545":{"x":1011.5387692258853,"y":481.0884668497325,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6546":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6547},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6548}},"6547":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6548":{"x":1011.5387692258853,"y":652.1033793114395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6549":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6550},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6551}},"6550":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6551":{"x":714.4165013253757,"y":652.1033793114395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6552":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6553},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6554}},"6553":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6554":{"x":417.2942334248662,"y":652.1033793114395,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6555":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":6556},"morph":{"__isSmartRef__":true,"id":5982},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":6557}},"6556":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6557":{"x":417.2942334248662,"y":481.0884668497325,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6558":{"submorphs":[{"__isSmartRef__":true,"id":6559},{"__isSmartRef__":true,"id":8300}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8438},"id":92,"renderContextTable":{"__isSmartRef__":true,"id":8441},"eventHandler":{"__isSmartRef__":true,"id":8442},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":8443},"LK2":true,"priorExtent":{"__isSmartRef__":true,"id":8444},"attributeConnections":[{"__isSmartRef__":true,"id":7601},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7604},{"__isSmartRef__":true,"id":7637},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7640}],"doNotSerialize":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$_Position","$$_Scale","$$_Rotation","$$owner"],"targetMorph":{"__isSmartRef__":true,"id":6559},"titleBar":{"__isSmartRef__":true,"id":8300},"contentOffset":{"__isSmartRef__":true,"id":8152},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":8445},"name":"PartsBinBrowser","prevDragPos":{"__isSmartRef__":true,"id":8446},"showsHalos":false,"scriptAnnotations":{"__isSmartRef__":true,"id":8447},"highlighted":true,"__SourceModuleName__":"Global.lively.morphic.Widgets","_Position":{"__isSmartRef__":true,"id":8450},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8451},"__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"6559":{"submorphs":[{"__isSmartRef__":true,"id":6560},{"__isSmartRef__":true,"id":6818},{"__isSmartRef__":true,"id":6832},{"__isSmartRef__":true,"id":6878},{"__isSmartRef__":true,"id":7391},{"__isSmartRef__":true,"id":7441},{"__isSmartRef__":true,"id":7491},{"__isSmartRef__":true,"id":7507},{"__isSmartRef__":true,"id":7520}],"scripts":[],"id":93,"shape":{"__isSmartRef__":true,"id":7619},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"PartsBinBrowser","partsBinMetaInfo":{"__isSmartRef__":true,"id":7625},"__SourceModuleName__":"Global.lively.morphic.Core","attributeConnections":[{"__isSmartRef__":true,"id":7626},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7627},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631}],"doNotSerialize":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$categoryName","$$_Position","$$_Scale","$$_Rotation","$$owner"],"selectedPartItem":{"__isSmartRef__":true,"id":6912},"layout":{"__isSmartRef__":true,"id":7648},"priorExtent":{"__isSmartRef__":true,"id":7649},"renderContextTable":{"__isSmartRef__":true,"id":7650},"eventHandler":{"__isSmartRef__":true,"id":7651},"connections":{"__isSmartRef__":true,"id":7652},"magnets":[{"__isSmartRef__":true,"id":7576}],"scriptAnnotations":{"__isSmartRef__":true,"id":7654},"allURLs":[{"__isSmartRef__":true,"id":7671},{"__isSmartRef__":true,"id":7672},{"__isSmartRef__":true,"id":7673},{"__isSmartRef__":true,"id":7674},{"__isSmartRef__":true,"id":7675},{"__isSmartRef__":true,"id":7676},{"__isSmartRef__":true,"id":7677},{"__isSmartRef__":true,"id":7678},{"__isSmartRef__":true,"id":7679},{"__isSmartRef__":true,"id":7680},{"__isSmartRef__":true,"id":7681},{"__isSmartRef__":true,"id":7682},{"__isSmartRef__":true,"id":7683},{"__isSmartRef__":true,"id":7684},{"__isSmartRef__":true,"id":7685},{"__isSmartRef__":true,"id":7686},{"__isSmartRef__":true,"id":7687},{"__isSmartRef__":true,"id":7688},{"__isSmartRef__":true,"id":7689},{"__isSmartRef__":true,"id":7690},{"__isSmartRef__":true,"id":7691},{"__isSmartRef__":true,"id":7692},{"__isSmartRef__":true,"id":7693},{"__isSmartRef__":true,"id":7694},{"__isSmartRef__":true,"id":7695},{"__isSmartRef__":true,"id":7696},{"__isSmartRef__":true,"id":7697},{"__isSmartRef__":true,"id":7698},{"__isSmartRef__":true,"id":7699},{"__isSmartRef__":true,"id":7700},{"__isSmartRef__":true,"id":7701},{"__isSmartRef__":true,"id":7702},{"__isSmartRef__":true,"id":7703},{"__isSmartRef__":true,"id":7704},{"__isSmartRef__":true,"id":7705},{"__isSmartRef__":true,"id":7706},{"__isSmartRef__":true,"id":7707},{"__isSmartRef__":true,"id":7708},{"__isSmartRef__":true,"id":7709},{"__isSmartRef__":true,"id":7710},{"__isSmartRef__":true,"id":7711},{"__isSmartRef__":true,"id":7712},{"__isSmartRef__":true,"id":7713},{"__isSmartRef__":true,"id":7714},{"__isSmartRef__":true,"id":7715},{"__isSmartRef__":true,"id":7716},{"__isSmartRef__":true,"id":7717},{"__isSmartRef__":true,"id":7718},{"__isSmartRef__":true,"id":7719},{"__isSmartRef__":true,"id":7720},{"__isSmartRef__":true,"id":7721},{"__isSmartRef__":true,"id":7722},{"__isSmartRef__":true,"id":7723},{"__isSmartRef__":true,"id":7724},{"__isSmartRef__":true,"id":7725},{"__isSmartRef__":true,"id":7726},{"__isSmartRef__":true,"id":7727},{"__isSmartRef__":true,"id":7728},{"__isSmartRef__":true,"id":7729},{"__isSmartRef__":true,"id":7730},{"__isSmartRef__":true,"id":7731},{"__isSmartRef__":true,"id":7732},{"__isSmartRef__":true,"id":7733},{"__isSmartRef__":true,"id":7734},{"__isSmartRef__":true,"id":7735},{"__isSmartRef__":true,"id":7736},{"__isSmartRef__":true,"id":7737},{"__isSmartRef__":true,"id":7738},{"__isSmartRef__":true,"id":7739},{"__isSmartRef__":true,"id":7740},{"__isSmartRef__":true,"id":7741},{"__isSmartRef__":true,"id":7742},{"__isSmartRef__":true,"id":7743},{"__isSmartRef__":true,"id":7744},{"__isSmartRef__":true,"id":7745},{"__isSmartRef__":true,"id":7746},{"__isSmartRef__":true,"id":7747},{"__isSmartRef__":true,"id":7748},{"__isSmartRef__":true,"id":7749},{"__isSmartRef__":true,"id":7750},{"__isSmartRef__":true,"id":7751},{"__isSmartRef__":true,"id":7752},{"__isSmartRef__":true,"id":7753},{"__isSmartRef__":true,"id":7754},{"__isSmartRef__":true,"id":7755},{"__isSmartRef__":true,"id":7756},{"__isSmartRef__":true,"id":7757},{"__isSmartRef__":true,"id":7758},{"__isSmartRef__":true,"id":7759},{"__isSmartRef__":true,"id":7760},{"__isSmartRef__":true,"id":7761},{"__isSmartRef__":true,"id":7762},{"__isSmartRef__":true,"id":7763},{"__isSmartRef__":true,"id":7764},{"__isSmartRef__":true,"id":7765},{"__isSmartRef__":true,"id":7766},{"__isSmartRef__":true,"id":7767},{"__isSmartRef__":true,"id":7768},{"__isSmartRef__":true,"id":7769},{"__isSmartRef__":true,"id":7770},{"__isSmartRef__":true,"id":7771},{"__isSmartRef__":true,"id":7772},{"__isSmartRef__":true,"id":7773},{"__isSmartRef__":true,"id":7774},{"__isSmartRef__":true,"id":7775},{"__isSmartRef__":true,"id":7776},{"__isSmartRef__":true,"id":7777},{"__isSmartRef__":true,"id":7778},{"__isSmartRef__":true,"id":7779},{"__isSmartRef__":true,"id":7780},{"__isSmartRef__":true,"id":7781},{"__isSmartRef__":true,"id":7782},{"__isSmartRef__":true,"id":7783},{"__isSmartRef__":true,"id":7784},{"__isSmartRef__":true,"id":7785},{"__isSmartRef__":true,"id":7786},{"__isSmartRef__":true,"id":7787},{"__isSmartRef__":true,"id":7788},{"__isSmartRef__":true,"id":7789},{"__isSmartRef__":true,"id":7790},{"__isSmartRef__":true,"id":7791},{"__isSmartRef__":true,"id":7792},{"__isSmartRef__":true,"id":7793},{"__isSmartRef__":true,"id":7794},{"__isSmartRef__":true,"id":7795},{"__isSmartRef__":true,"id":7796},{"__isSmartRef__":true,"id":7797},{"__isSmartRef__":true,"id":7798},{"__isSmartRef__":true,"id":7799},{"__isSmartRef__":true,"id":7800},{"__isSmartRef__":true,"id":7801},{"__isSmartRef__":true,"id":7802},{"__isSmartRef__":true,"id":7803},{"__isSmartRef__":true,"id":7804},{"__isSmartRef__":true,"id":7805},{"__isSmartRef__":true,"id":7806},{"__isSmartRef__":true,"id":7807},{"__isSmartRef__":true,"id":7808},{"__isSmartRef__":true,"id":7809},{"__isSmartRef__":true,"id":7810},{"__isSmartRef__":true,"id":7811},{"__isSmartRef__":true,"id":7812},{"__isSmartRef__":true,"id":7813},{"__isSmartRef__":true,"id":7814},{"__isSmartRef__":true,"id":7815},{"__isSmartRef__":true,"id":7816},{"__isSmartRef__":true,"id":7817},{"__isSmartRef__":true,"id":7818},{"__isSmartRef__":true,"id":7819},{"__isSmartRef__":true,"id":7820},{"__isSmartRef__":true,"id":7821},{"__isSmartRef__":true,"id":7822},{"__isSmartRef__":true,"id":7823},{"__isSmartRef__":true,"id":7824},{"__isSmartRef__":true,"id":7825},{"__isSmartRef__":true,"id":7826},{"__isSmartRef__":true,"id":7827},{"__isSmartRef__":true,"id":7828},{"__isSmartRef__":true,"id":7829},{"__isSmartRef__":true,"id":7830},{"__isSmartRef__":true,"id":7831},{"__isSmartRef__":true,"id":7832},{"__isSmartRef__":true,"id":7833},{"__isSmartRef__":true,"id":7834},{"__isSmartRef__":true,"id":7835},{"__isSmartRef__":true,"id":7836},{"__isSmartRef__":true,"id":7837},{"__isSmartRef__":true,"id":7838},{"__isSmartRef__":true,"id":7839},{"__isSmartRef__":true,"id":7840},{"__isSmartRef__":true,"id":7841},{"__isSmartRef__":true,"id":7842},{"__isSmartRef__":true,"id":7843},{"__isSmartRef__":true,"id":7844},{"__isSmartRef__":true,"id":7845},{"__isSmartRef__":true,"id":7846},{"__isSmartRef__":true,"id":7847},{"__isSmartRef__":true,"id":7848},{"__isSmartRef__":true,"id":7849},{"__isSmartRef__":true,"id":7850},{"__isSmartRef__":true,"id":7851},{"__isSmartRef__":true,"id":7852},{"__isSmartRef__":true,"id":7853},{"__isSmartRef__":true,"id":7854},{"__isSmartRef__":true,"id":7855},{"__isSmartRef__":true,"id":7856},{"__isSmartRef__":true,"id":7857},{"__isSmartRef__":true,"id":7858},{"__isSmartRef__":true,"id":7859},{"__isSmartRef__":true,"id":7860},{"__isSmartRef__":true,"id":7861},{"__isSmartRef__":true,"id":7862},{"__isSmartRef__":true,"id":7863},{"__isSmartRef__":true,"id":7864},{"__isSmartRef__":true,"id":7865},{"__isSmartRef__":true,"id":7866},{"__isSmartRef__":true,"id":7867},{"__isSmartRef__":true,"id":7868},{"__isSmartRef__":true,"id":7869},{"__isSmartRef__":true,"id":7870},{"__isSmartRef__":true,"id":7871},{"__isSmartRef__":true,"id":7872},{"__isSmartRef__":true,"id":7873},{"__isSmartRef__":true,"id":7874},{"__isSmartRef__":true,"id":7875},{"__isSmartRef__":true,"id":7876},{"__isSmartRef__":true,"id":7877},{"__isSmartRef__":true,"id":7878},{"__isSmartRef__":true,"id":7879},{"__isSmartRef__":true,"id":7880},{"__isSmartRef__":true,"id":7881},{"__isSmartRef__":true,"id":7882},{"__isSmartRef__":true,"id":7883},{"__isSmartRef__":true,"id":7884},{"__isSmartRef__":true,"id":7885},{"__isSmartRef__":true,"id":7886},{"__isSmartRef__":true,"id":7887},{"__isSmartRef__":true,"id":7888},{"__isSmartRef__":true,"id":7889},{"__isSmartRef__":true,"id":7890},{"__isSmartRef__":true,"id":7891},{"__isSmartRef__":true,"id":7892},{"__isSmartRef__":true,"id":7893},{"__isSmartRef__":true,"id":7894},{"__isSmartRef__":true,"id":7895},{"__isSmartRef__":true,"id":7896},{"__isSmartRef__":true,"id":7897},{"__isSmartRef__":true,"id":7898},{"__isSmartRef__":true,"id":7899},{"__isSmartRef__":true,"id":7900},{"__isSmartRef__":true,"id":7901},{"__isSmartRef__":true,"id":7902},{"__isSmartRef__":true,"id":7903},{"__isSmartRef__":true,"id":7904},{"__isSmartRef__":true,"id":7905},{"__isSmartRef__":true,"id":7906},{"__isSmartRef__":true,"id":7907},{"__isSmartRef__":true,"id":7908},{"__isSmartRef__":true,"id":7909},{"__isSmartRef__":true,"id":7910},{"__isSmartRef__":true,"id":7911},{"__isSmartRef__":true,"id":7912},{"__isSmartRef__":true,"id":7913},{"__isSmartRef__":true,"id":7914},{"__isSmartRef__":true,"id":7915},{"__isSmartRef__":true,"id":7916},{"__isSmartRef__":true,"id":7917},{"__isSmartRef__":true,"id":7918},{"__isSmartRef__":true,"id":7919},{"__isSmartRef__":true,"id":7920},{"__isSmartRef__":true,"id":7921},{"__isSmartRef__":true,"id":7922},{"__isSmartRef__":true,"id":7923},{"__isSmartRef__":true,"id":7924},{"__isSmartRef__":true,"id":7925},{"__isSmartRef__":true,"id":7926},{"__isSmartRef__":true,"id":7927},{"__isSmartRef__":true,"id":7928},{"__isSmartRef__":true,"id":7929},{"__isSmartRef__":true,"id":7930},{"__isSmartRef__":true,"id":7931},{"__isSmartRef__":true,"id":7932},{"__isSmartRef__":true,"id":7933},{"__isSmartRef__":true,"id":7934},{"__isSmartRef__":true,"id":7935},{"__isSmartRef__":true,"id":7936},{"__isSmartRef__":true,"id":7937},{"__isSmartRef__":true,"id":7938},{"__isSmartRef__":true,"id":7939},{"__isSmartRef__":true,"id":7940},{"__isSmartRef__":true,"id":7941},{"__isSmartRef__":true,"id":7942},{"__isSmartRef__":true,"id":7943},{"__isSmartRef__":true,"id":7944},{"__isSmartRef__":true,"id":7945},{"__isSmartRef__":true,"id":7946},{"__isSmartRef__":true,"id":7947},{"__isSmartRef__":true,"id":7948},{"__isSmartRef__":true,"id":7949},{"__isSmartRef__":true,"id":7950},{"__isSmartRef__":true,"id":7951},{"__isSmartRef__":true,"id":7952},{"__isSmartRef__":true,"id":7953},{"__isSmartRef__":true,"id":7954},{"__isSmartRef__":true,"id":7955},{"__isSmartRef__":true,"id":7956},{"__isSmartRef__":true,"id":7957},{"__isSmartRef__":true,"id":7958},{"__isSmartRef__":true,"id":7959},{"__isSmartRef__":true,"id":7960},{"__isSmartRef__":true,"id":7961},{"__isSmartRef__":true,"id":7962},{"__isSmartRef__":true,"id":7963},{"__isSmartRef__":true,"id":7964},{"__isSmartRef__":true,"id":7965},{"__isSmartRef__":true,"id":7966},{"__isSmartRef__":true,"id":7967},{"__isSmartRef__":true,"id":7968},{"__isSmartRef__":true,"id":7969},{"__isSmartRef__":true,"id":7970},{"__isSmartRef__":true,"id":7971},{"__isSmartRef__":true,"id":7972},{"__isSmartRef__":true,"id":7973},{"__isSmartRef__":true,"id":7974},{"__isSmartRef__":true,"id":7975},{"__isSmartRef__":true,"id":7976},{"__isSmartRef__":true,"id":7977},{"__isSmartRef__":true,"id":7978},{"__isSmartRef__":true,"id":7979},{"__isSmartRef__":true,"id":7980},{"__isSmartRef__":true,"id":7981},{"__isSmartRef__":true,"id":7982},{"__isSmartRef__":true,"id":7983},{"__isSmartRef__":true,"id":7984},{"__isSmartRef__":true,"id":7985},{"__isSmartRef__":true,"id":7986},{"__isSmartRef__":true,"id":7987},{"__isSmartRef__":true,"id":7988},{"__isSmartRef__":true,"id":7989},{"__isSmartRef__":true,"id":7990},{"__isSmartRef__":true,"id":7991},{"__isSmartRef__":true,"id":7992},{"__isSmartRef__":true,"id":7993},{"__isSmartRef__":true,"id":7994},{"__isSmartRef__":true,"id":7995},{"__isSmartRef__":true,"id":7996},{"__isSmartRef__":true,"id":7997},{"__isSmartRef__":true,"id":7998},{"__isSmartRef__":true,"id":7999},{"__isSmartRef__":true,"id":8000},{"__isSmartRef__":true,"id":8001},{"__isSmartRef__":true,"id":8002},{"__isSmartRef__":true,"id":8003},{"__isSmartRef__":true,"id":8004},{"__isSmartRef__":true,"id":8005},{"__isSmartRef__":true,"id":8006},{"__isSmartRef__":true,"id":8007},{"__isSmartRef__":true,"id":8008},{"__isSmartRef__":true,"id":8009},{"__isSmartRef__":true,"id":8010},{"__isSmartRef__":true,"id":8011},{"__isSmartRef__":true,"id":8012},{"__isSmartRef__":true,"id":8013},{"__isSmartRef__":true,"id":8014},{"__isSmartRef__":true,"id":8015},{"__isSmartRef__":true,"id":8016},{"__isSmartRef__":true,"id":8017},{"__isSmartRef__":true,"id":8018},{"__isSmartRef__":true,"id":8019},{"__isSmartRef__":true,"id":8020},{"__isSmartRef__":true,"id":8021},{"__isSmartRef__":true,"id":8022},{"__isSmartRef__":true,"id":8023},{"__isSmartRef__":true,"id":8024},{"__isSmartRef__":true,"id":8025},{"__isSmartRef__":true,"id":8026},{"__isSmartRef__":true,"id":8027},{"__isSmartRef__":true,"id":8028},{"__isSmartRef__":true,"id":8029},{"__isSmartRef__":true,"id":8030},{"__isSmartRef__":true,"id":8031},{"__isSmartRef__":true,"id":8032},{"__isSmartRef__":true,"id":8033},{"__isSmartRef__":true,"id":8034},{"__isSmartRef__":true,"id":8035},{"__isSmartRef__":true,"id":8036},{"__isSmartRef__":true,"id":8037},{"__isSmartRef__":true,"id":8038},{"__isSmartRef__":true,"id":8039},{"__isSmartRef__":true,"id":8040},{"__isSmartRef__":true,"id":8041},{"__isSmartRef__":true,"id":8042},{"__isSmartRef__":true,"id":8043},{"__isSmartRef__":true,"id":8044},{"__isSmartRef__":true,"id":8045},{"__isSmartRef__":true,"id":8046},{"__isSmartRef__":true,"id":8047},{"__isSmartRef__":true,"id":8048},{"__isSmartRef__":true,"id":8049},{"__isSmartRef__":true,"id":8050},{"__isSmartRef__":true,"id":8051},{"__isSmartRef__":true,"id":8052},{"__isSmartRef__":true,"id":8053},{"__isSmartRef__":true,"id":8054},{"__isSmartRef__":true,"id":8055},{"__isSmartRef__":true,"id":8056},{"__isSmartRef__":true,"id":8057},{"__isSmartRef__":true,"id":8058},{"__isSmartRef__":true,"id":8059},{"__isSmartRef__":true,"id":8060},{"__isSmartRef__":true,"id":8061},{"__isSmartRef__":true,"id":8062},{"__isSmartRef__":true,"id":8063},{"__isSmartRef__":true,"id":8064},{"__isSmartRef__":true,"id":8065},{"__isSmartRef__":true,"id":8066},{"__isSmartRef__":true,"id":8067},{"__isSmartRef__":true,"id":8068},{"__isSmartRef__":true,"id":8069},{"__isSmartRef__":true,"id":8070},{"__isSmartRef__":true,"id":8071},{"__isSmartRef__":true,"id":8072},{"__isSmartRef__":true,"id":8073},{"__isSmartRef__":true,"id":8074},{"__isSmartRef__":true,"id":8075},{"__isSmartRef__":true,"id":8076},{"__isSmartRef__":true,"id":8077},{"__isSmartRef__":true,"id":8078},{"__isSmartRef__":true,"id":8079},{"__isSmartRef__":true,"id":8080},{"__isSmartRef__":true,"id":8081},{"__isSmartRef__":true,"id":8082},{"__isSmartRef__":true,"id":8083},{"__isSmartRef__":true,"id":8084},{"__isSmartRef__":true,"id":8085},{"__isSmartRef__":true,"id":8086},{"__isSmartRef__":true,"id":8087},{"__isSmartRef__":true,"id":8088},{"__isSmartRef__":true,"id":8089},{"__isSmartRef__":true,"id":8090},{"__isSmartRef__":true,"id":8091},{"__isSmartRef__":true,"id":8092},{"__isSmartRef__":true,"id":8093},{"__isSmartRef__":true,"id":8094},{"__isSmartRef__":true,"id":8095},{"__isSmartRef__":true,"id":8096},{"__isSmartRef__":true,"id":8097},{"__isSmartRef__":true,"id":8098},{"__isSmartRef__":true,"id":8099},{"__isSmartRef__":true,"id":8100},{"__isSmartRef__":true,"id":8101},{"__isSmartRef__":true,"id":8102},{"__isSmartRef__":true,"id":8103},{"__isSmartRef__":true,"id":8104},{"__isSmartRef__":true,"id":8105},{"__isSmartRef__":true,"id":8106},{"__isSmartRef__":true,"id":8107},{"__isSmartRef__":true,"id":8108},{"__isSmartRef__":true,"id":8109},{"__isSmartRef__":true,"id":8110},{"__isSmartRef__":true,"id":8111},{"__isSmartRef__":true,"id":8112},{"__isSmartRef__":true,"id":8113},{"__isSmartRef__":true,"id":8114},{"__isSmartRef__":true,"id":8115},{"__isSmartRef__":true,"id":8116},{"__isSmartRef__":true,"id":8117},{"__isSmartRef__":true,"id":8118},{"__isSmartRef__":true,"id":8119},{"__isSmartRef__":true,"id":8120},{"__isSmartRef__":true,"id":8121},{"__isSmartRef__":true,"id":8122},{"__isSmartRef__":true,"id":8123},{"__isSmartRef__":true,"id":8124},{"__isSmartRef__":true,"id":8125},{"__isSmartRef__":true,"id":8126},{"__isSmartRef__":true,"id":8127},{"__isSmartRef__":true,"id":8128},{"__isSmartRef__":true,"id":8129},{"__isSmartRef__":true,"id":8130},{"__isSmartRef__":true,"id":8131},{"__isSmartRef__":true,"id":8132},{"__isSmartRef__":true,"id":8133},{"__isSmartRef__":true,"id":8134},{"__isSmartRef__":true,"id":8135},{"__isSmartRef__":true,"id":8136},{"__isSmartRef__":true,"id":8137},{"__isSmartRef__":true,"id":8138},{"__isSmartRef__":true,"id":8139},{"__isSmartRef__":true,"id":8140},{"__isSmartRef__":true,"id":8141},{"__isSmartRef__":true,"id":8142},{"__isSmartRef__":true,"id":8143},{"__isSmartRef__":true,"id":8144},{"__isSmartRef__":true,"id":8145},{"__isSmartRef__":true,"id":8146},{"__isSmartRef__":true,"id":8147},{"__isSmartRef__":true,"id":8148},{"__isSmartRef__":true,"id":8149},{"__isSmartRef__":true,"id":8150},{"__isSmartRef__":true,"id":8151}],"isCopyMorphRef":true,"morphRefId":1,"_Position":{"__isSmartRef__":true,"id":8152},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":6558},"categoryName":"Fun","categories":{"__isSmartRef__":true,"id":8153},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8190},"__LivelyClassName__":"lively.morphic.Box"},"6560":{"submorphs":[{"__isSmartRef__":true,"id":6561},{"__isSmartRef__":true,"id":6608},{"__isSmartRef__":true,"id":6655},{"__isSmartRef__":true,"id":6702},{"__isSmartRef__":true,"id":6715},{"__isSmartRef__":true,"id":6728},{"__isSmartRef__":true,"id":6744},{"__isSmartRef__":true,"id":6757}],"scripts":[],"id":94,"shape":{"__isSmartRef__":true,"id":6806},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6812},"showsHalos":false,"name":"morePane","partsBinMetaInfo":{"__isSmartRef__":true,"id":6813},"__SourceModuleName__":"Global.lively.morphic.Core","_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":6814},"eventHandler":{"__isSmartRef__":true,"id":6815},"owner":{"__isSmartRef__":true,"id":6559},"priorExtent":{"__isSmartRef__":true,"id":6816},"layout":{"__isSmartRef__":true,"id":6817},"_Visible":false,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Box"},"6561":{"submorphs":[{"__isSmartRef__":true,"id":6562}],"scripts":[],"id":95,"shape":{"__isSmartRef__":true,"id":6576},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6591},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6579},"lighterFill":{"__isSmartRef__":true,"id":6592},"label":{"__isSmartRef__":true,"id":6562},"attributeConnections":[{"__isSmartRef__":true,"id":6601}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":6602},"name":"movePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":6603},"_Scale":1,"owner":{"__isSmartRef__":true,"id":6560},"layout":{"__isSmartRef__":true,"id":6604},"renderContextTable":{"__isSmartRef__":true,"id":6605},"eventHandler":{"__isSmartRef__":true,"id":6606},"_Rotation":0,"priorExtent":{"__isSmartRef__":true,"id":6607},"__LivelyClassName__":"lively.morphic.Button"},"6562":{"submorphs":[],"scripts":[],"id":96,"shape":{"__isSmartRef__":true,"id":6563},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":58,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6568},"textColor":{"__isSmartRef__":true,"id":6566},"owner":{"__isSmartRef__":true,"id":6561},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":6569}],"padding":{"__isSmartRef__":true,"id":6571},"_Padding":{"__isSmartRef__":true,"id":6572},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":6573},"renderContextTable":{"__isSmartRef__":true,"id":6574},"eventHandler":{"__isSmartRef__":true,"id":6575},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"6563":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6564},"_Extent":{"__isSmartRef__":true,"id":6565},"_BorderColor":{"__isSmartRef__":true,"id":6566},"renderContextTable":{"__isSmartRef__":true,"id":6567},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6564":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6565":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6566":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6567":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6568":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6569":{"style":{"__isSmartRef__":true,"id":6570},"morph":{"__isSmartRef__":true,"id":6562},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":6562},"storedString":"move","__LivelyClassName__":"lively.morphic.TextChunk"},"6570":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6571":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6572":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6573":{"x":58,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6574":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6575":{"morph":{"__isSmartRef__":true,"id":6562},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6576":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6577},"_Extent":{"__isSmartRef__":true,"id":6578},"_Fill":{"__isSmartRef__":true,"id":6579},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6589},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":6590},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6577":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6578":{"x":58,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6579":{"stops":[{"__isSmartRef__":true,"id":6580},{"__isSmartRef__":true,"id":6582},{"__isSmartRef__":true,"id":6584},{"__isSmartRef__":true,"id":6586}],"vector":{"__isSmartRef__":true,"id":6588},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6580":{"offset":0,"color":{"__isSmartRef__":true,"id":6581}},"6581":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6582":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6583}},"6583":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6584":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6585}},"6585":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6586":{"offset":1,"color":{"__isSmartRef__":true,"id":6587}},"6587":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6588":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6589":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6590":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6591":{"x":163.67911865694913,"y":393.86777109042464,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6592":{"stops":[{"__isSmartRef__":true,"id":6593},{"__isSmartRef__":true,"id":6595},{"__isSmartRef__":true,"id":6597},{"__isSmartRef__":true,"id":6599}],"vector":{"__isSmartRef__":true,"id":6588},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6593":{"offset":0,"color":{"__isSmartRef__":true,"id":6594}},"6594":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6595":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6596}},"6596":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6597":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6598}},"6598":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6599":{"offset":1,"color":{"__isSmartRef__":true,"id":6600}},"6600":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6601":{"sourceObj":{"__isSmartRef__":true,"id":6561},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6602":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6603":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6604":{"moveVertical":true},"6605":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6606":{"morph":{"__isSmartRef__":true,"id":6561},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6607":{"x":59,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6608":{"submorphs":[{"__isSmartRef__":true,"id":6609}],"scripts":[],"id":97,"shape":{"__isSmartRef__":true,"id":6623},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6638},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6626},"lighterFill":{"__isSmartRef__":true,"id":6639},"label":{"__isSmartRef__":true,"id":6609},"attributeConnections":[{"__isSmartRef__":true,"id":6648},{"__isSmartRef__":true,"id":6649}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":6650},"name":"removePartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":6651},"_Scale":1,"owner":{"__isSmartRef__":true,"id":6560},"layout":{"__isSmartRef__":true,"id":6652},"renderContextTable":{"__isSmartRef__":true,"id":6653},"eventHandler":{"__isSmartRef__":true,"id":6654},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"6609":{"submorphs":[],"scripts":[],"id":98,"shape":{"__isSmartRef__":true,"id":6610},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":66,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6615},"textColor":{"__isSmartRef__":true,"id":6613},"owner":{"__isSmartRef__":true,"id":6608},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":6616}],"padding":{"__isSmartRef__":true,"id":6618},"_Padding":{"__isSmartRef__":true,"id":6619},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":6620},"renderContextTable":{"__isSmartRef__":true,"id":6621},"eventHandler":{"__isSmartRef__":true,"id":6622},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"6610":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6611},"_Extent":{"__isSmartRef__":true,"id":6612},"_BorderColor":{"__isSmartRef__":true,"id":6613},"renderContextTable":{"__isSmartRef__":true,"id":6614},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6611":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6612":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6613":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6614":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6615":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6616":{"style":{"__isSmartRef__":true,"id":6617},"morph":{"__isSmartRef__":true,"id":6609},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":6609},"storedString":"remove","__LivelyClassName__":"lively.morphic.TextChunk"},"6617":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6618":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6619":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6620":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6621":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6622":{"morph":{"__isSmartRef__":true,"id":6609},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6623":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6624},"_Extent":{"__isSmartRef__":true,"id":6625},"_Fill":{"__isSmartRef__":true,"id":6626},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6636},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":6637},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6624":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6625":{"x":66,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6626":{"stops":[{"__isSmartRef__":true,"id":6627},{"__isSmartRef__":true,"id":6629},{"__isSmartRef__":true,"id":6631},{"__isSmartRef__":true,"id":6633}],"vector":{"__isSmartRef__":true,"id":6635},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6627":{"offset":0,"color":{"__isSmartRef__":true,"id":6628}},"6628":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6629":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6630}},"6630":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6631":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6632}},"6632":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6633":{"offset":1,"color":{"__isSmartRef__":true,"id":6634}},"6634":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6635":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6636":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6637":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6638":{"x":92.12005863445097,"y":393.8518587078797,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6639":{"stops":[{"__isSmartRef__":true,"id":6640},{"__isSmartRef__":true,"id":6642},{"__isSmartRef__":true,"id":6644},{"__isSmartRef__":true,"id":6646}],"vector":{"__isSmartRef__":true,"id":6635},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6640":{"offset":0,"color":{"__isSmartRef__":true,"id":6641}},"6641":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6642":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6643}},"6643":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6644":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6645}},"6645":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6646":{"offset":1,"color":{"__isSmartRef__":true,"id":6647}},"6647":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6648":{"sourceObj":{"__isSmartRef__":true,"id":6608},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6649":{"sourceObj":{"__isSmartRef__":true,"id":6608},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"interactivelyRemoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6650":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6651":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6652":{"moveVertical":true},"6653":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6654":{"morph":{"__isSmartRef__":true,"id":6608},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6655":{"submorphs":[{"__isSmartRef__":true,"id":6656}],"scripts":[],"id":99,"shape":{"__isSmartRef__":true,"id":6670},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6685},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6673},"lighterFill":{"__isSmartRef__":true,"id":6686},"label":{"__isSmartRef__":true,"id":6656},"attributeConnections":[{"__isSmartRef__":true,"id":6695},{"__isSmartRef__":true,"id":6696}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":6697},"name":"loadPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":6698},"_Scale":1,"owner":{"__isSmartRef__":true,"id":6560},"layout":{"__isSmartRef__":true,"id":6699},"renderContextTable":{"__isSmartRef__":true,"id":6700},"eventHandler":{"__isSmartRef__":true,"id":6701},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"6656":{"submorphs":[],"scripts":[],"id":100,"shape":{"__isSmartRef__":true,"id":6657},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":66,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6662},"textColor":{"__isSmartRef__":true,"id":6660},"owner":{"__isSmartRef__":true,"id":6655},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":6663}],"padding":{"__isSmartRef__":true,"id":6665},"_Padding":{"__isSmartRef__":true,"id":6666},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"visible","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":6667},"renderContextTable":{"__isSmartRef__":true,"id":6668},"eventHandler":{"__isSmartRef__":true,"id":6669},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"6657":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6658},"_Extent":{"__isSmartRef__":true,"id":6659},"_BorderColor":{"__isSmartRef__":true,"id":6660},"renderContextTable":{"__isSmartRef__":true,"id":6661},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6658":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6659":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6660":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6661":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6662":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6663":{"style":{"__isSmartRef__":true,"id":6664},"morph":{"__isSmartRef__":true,"id":6656},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":6656},"storedString":"load","__LivelyClassName__":"lively.morphic.TextChunk"},"6664":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6665":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6666":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6667":{"x":66,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6668":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6669":{"morph":{"__isSmartRef__":true,"id":6656},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6670":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6671},"_Extent":{"__isSmartRef__":true,"id":6672},"_Fill":{"__isSmartRef__":true,"id":6673},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6683},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":6684},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6671":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6672":{"x":66,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6673":{"stops":[{"__isSmartRef__":true,"id":6674},{"__isSmartRef__":true,"id":6676},{"__isSmartRef__":true,"id":6678},{"__isSmartRef__":true,"id":6680}],"vector":{"__isSmartRef__":true,"id":6682},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6674":{"offset":0,"color":{"__isSmartRef__":true,"id":6675}},"6675":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6676":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6677}},"6677":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6678":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6679}},"6679":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6680":{"offset":1,"color":{"__isSmartRef__":true,"id":6681}},"6681":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6682":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6683":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6684":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6685":{"x":22.154971194602297,"y":393.89144835121806,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6686":{"stops":[{"__isSmartRef__":true,"id":6687},{"__isSmartRef__":true,"id":6689},{"__isSmartRef__":true,"id":6691},{"__isSmartRef__":true,"id":6693}],"vector":{"__isSmartRef__":true,"id":6682},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6687":{"offset":0,"color":{"__isSmartRef__":true,"id":6688}},"6688":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6689":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6690}},"6690":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6691":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6692}},"6692":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6693":{"offset":1,"color":{"__isSmartRef__":true,"id":6694}},"6694":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6695":{"sourceObj":{"__isSmartRef__":true,"id":6655},"sourceAttrName":"fire","targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6696":{"sourceObj":{"__isSmartRef__":true,"id":6655},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"loadAndOpenSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6697":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6698":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6699":{"moveVertical":true},"6700":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6701":{"morph":{"__isSmartRef__":true,"id":6655},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6702":{"submorphs":[],"scripts":[],"id":101,"shape":{"__isSmartRef__":true,"id":6703},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6708},"_MaxTextWidth":258,"_MaxTextHeight":17,"textColor":{"__isSmartRef__":true,"id":6706},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartName","partsBinMetaInfo":{"__isSmartRef__":true,"id":6709},"textChunks":[{"__isSmartRef__":true,"id":6710}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[20,20],"prevScroll":[0,0],"_Scale":1,"owner":{"__isSmartRef__":true,"id":6560},"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":6712},"renderContextTable":{"__isSmartRef__":true,"id":6713},"eventHandler":{"__isSmartRef__":true,"id":6714},"_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Text"},"6703":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6704},"_Extent":{"__isSmartRef__":true,"id":6705},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6706},"renderContextTable":{"__isSmartRef__":true,"id":6707},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6704":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6705":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6706":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6707":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6708":{"x":24.074220912172564,"y":8.635794805933187,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6709":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6710":{"style":{"__isSmartRef__":true,"id":6711},"chunkOwner":{"__isSmartRef__":true,"id":6702},"storedString":"Alien","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6711":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6712":{"x":258,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6713":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6714":{"morph":{"__isSmartRef__":true,"id":6702},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6715":{"submorphs":[],"scripts":[],"id":102,"shape":{"__isSmartRef__":true,"id":6716},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6722},"itemList":["Loading versions..."],"showsHalos":false,"name":"selectedPartVersions","partsBinMetaInfo":{"__isSmartRef__":true,"id":6723},"__SourceModuleName__":"Global.lively.morphic.Core","_Scale":1,"_ClipMode":"scroll","owner":{"__isSmartRef__":true,"id":6560},"prevScroll":[0,144],"layout":{"__isSmartRef__":true,"id":6724},"priorExtent":{"__isSmartRef__":true,"id":6725},"renderContextTable":{"__isSmartRef__":true,"id":6726},"eventHandler":{"__isSmartRef__":true,"id":6727},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.List"},"6716":{"position":{"__isSmartRef__":true,"id":6717},"_Extent":{"__isSmartRef__":true,"id":6718},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6719},"_Fill":{"__isSmartRef__":true,"id":6720},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":6721},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6717":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6718":{"x":259.7762078882963,"y":175.97632273920658,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6719":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6720":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6721":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6722":{"x":23.98146549080036,"y":56.349422571268406,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6723":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6724":{"resizeWidth":true},"6725":{"x":258.7762078882963,"y":175.97632273920658,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6726":{"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","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"},"6727":{"morph":{"__isSmartRef__":true,"id":6715},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6728":{"submorphs":[],"scripts":[],"id":103,"shape":{"__isSmartRef__":true,"id":6729},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6734},"_MaxTextWidth":261,"_MaxTextHeight":156,"textColor":{"__isSmartRef__":true,"id":6735},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartComment","partsBinMetaInfo":{"__isSmartRef__":true,"id":6736},"textChunks":[{"__isSmartRef__":true,"id":6737}],"charsReplaced":"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!","lastFindLoc":-139,"priorSelectionRange":[0,0],"prevScroll":[0,0],"_Scale":1,"owner":{"__isSmartRef__":true,"id":6560},"_ClipMode":"auto","priorExtent":{"__isSmartRef__":true,"id":6739},"attributeConnections":[{"__isSmartRef__":true,"id":6740}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":6741},"renderContextTable":{"__isSmartRef__":true,"id":6742},"eventHandler":{"__isSmartRef__":true,"id":6743},"_Rotation":0,"savedTextString":"Translator that uses the Google Translation Web service.","__LivelyClassName__":"lively.morphic.Text"},"6729":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6730},"_Extent":{"__isSmartRef__":true,"id":6731},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":6732},"renderContextTable":{"__isSmartRef__":true,"id":6733},"_BorderRadius":7.400000000000001,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6730":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6731":{"x":261,"y":156,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6732":{"r":0.753,"g":0.753,"b":0.753,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6733":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6734":{"x":22.028628699363026,"y":235.5767084837372,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6735":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6736":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6737":{"style":{"__isSmartRef__":true,"id":6738},"chunkOwner":{"__isSmartRef__":true,"id":6728},"storedString":"Extraterrestrial visitor from a star...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6738":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6739":{"x":261,"y":156,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6740":{"sourceObj":{"__isSmartRef__":true,"id":6728},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"saveCommentForSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6741":{"resizeWidth":true,"resizeHeight":true},"6742":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6743":{"morph":{"__isSmartRef__":true,"id":6728},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6744":{"submorphs":[],"scripts":[],"id":104,"shape":{"__isSmartRef__":true,"id":6745},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6750},"_MaxTextWidth":260,"_MaxTextHeight":18,"textColor":{"__isSmartRef__":true,"id":6748},"showsHalos":false,"_FontSize":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"selectedPartSpaceName","partsBinMetaInfo":{"__isSmartRef__":true,"id":6751},"textChunks":[{"__isSmartRef__":true,"id":6752}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[9,17],"prevScroll":[0,0],"_Scale":1,"_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":6754},"renderContextTable":{"__isSmartRef__":true,"id":6755},"eventHandler":{"__isSmartRef__":true,"id":6756},"owner":{"__isSmartRef__":true,"id":6560},"_Align":"right","_WhiteSpaceHandling":"pre-wrap","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Text"},"6745":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6746},"_Extent":{"__isSmartRef__":true,"id":6747},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":6748},"renderContextTable":{"__isSmartRef__":true,"id":6749},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6746":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6747":{"x":260,"y":18,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6748":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6749":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6750":{"x":22.381974001732715,"y":30.870025607392563,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6751":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6752":{"style":{"__isSmartRef__":true,"id":6753},"chunkOwner":{"__isSmartRef__":true,"id":6744},"storedString":"PartsBin/Fun/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6753":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6754":{"x":260,"y":18,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6755":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6756":{"morph":{"__isSmartRef__":true,"id":6744},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6757":{"submorphs":[{"__isSmartRef__":true,"id":6758}],"scripts":[],"id":105,"shape":{"__isSmartRef__":true,"id":6772},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6787},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6775},"lighterFill":{"__isSmartRef__":true,"id":6788},"label":{"__isSmartRef__":true,"id":6758},"attributeConnections":[{"__isSmartRef__":true,"id":6797},{"__isSmartRef__":true,"id":6798}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":6799},"name":"copyPartButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":6800},"layout":{"__isSmartRef__":true,"id":6801},"renderContextTable":{"__isSmartRef__":true,"id":6802},"eventHandler":{"__isSmartRef__":true,"id":6803},"owner":{"__isSmartRef__":true,"id":6560},"_Rotation":0,"_Scale":1,"distanceToDragEvent":{"__isSmartRef__":true,"id":6804},"priorExtent":{"__isSmartRef__":true,"id":6805},"__LivelyClassName__":"lively.morphic.Button"},"6758":{"submorphs":[],"scripts":[],"id":106,"shape":{"__isSmartRef__":true,"id":6759},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":55,"_MaxTextHeight":21,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6764},"textColor":{"__isSmartRef__":true,"id":6762},"owner":{"__isSmartRef__":true,"id":6757},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":6765}],"padding":{"__isSmartRef__":true,"id":6767},"_Padding":{"__isSmartRef__":true,"id":6768},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":6769},"renderContextTable":{"__isSmartRef__":true,"id":6770},"eventHandler":{"__isSmartRef__":true,"id":6771},"_HandStyle":"default","_PointerEvents":"none","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"6759":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6760},"_Extent":{"__isSmartRef__":true,"id":6761},"_BorderColor":{"__isSmartRef__":true,"id":6762},"renderContextTable":{"__isSmartRef__":true,"id":6763},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6760":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6761":{"x":55,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6762":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6763":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6764":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6765":{"style":{"__isSmartRef__":true,"id":6766},"chunkOwner":{"__isSmartRef__":true,"id":6758},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"copy","__LivelyClassName__":"lively.morphic.TextChunk"},"6766":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6767":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6768":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6769":{"x":55,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6770":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6771":{"morph":{"__isSmartRef__":true,"id":6758},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6772":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6773},"_Extent":{"__isSmartRef__":true,"id":6774},"_Fill":{"__isSmartRef__":true,"id":6775},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6785},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":6786},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6773":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6774":{"x":55,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6775":{"stops":[{"__isSmartRef__":true,"id":6776},{"__isSmartRef__":true,"id":6778},{"__isSmartRef__":true,"id":6780},{"__isSmartRef__":true,"id":6782}],"vector":{"__isSmartRef__":true,"id":6784},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6776":{"offset":0,"color":{"__isSmartRef__":true,"id":6777}},"6777":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6778":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6779}},"6779":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6780":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6781}},"6781":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6782":{"offset":1,"color":{"__isSmartRef__":true,"id":6783}},"6783":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6784":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6785":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6786":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6787":{"x":227,"y":393,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6788":{"stops":[{"__isSmartRef__":true,"id":6789},{"__isSmartRef__":true,"id":6791},{"__isSmartRef__":true,"id":6793},{"__isSmartRef__":true,"id":6795}],"vector":{"__isSmartRef__":true,"id":6784},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6789":{"offset":0,"color":{"__isSmartRef__":true,"id":6790}},"6790":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6791":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6792}},"6792":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6793":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6794}},"6794":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6795":{"offset":1,"color":{"__isSmartRef__":true,"id":6796}},"6796":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6797":{"sourceObj":{"__isSmartRef__":true,"id":6757},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"interactivelyMoveSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6798":{"sourceObj":{"__isSmartRef__":true,"id":6757},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"interactivelyCopySelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6799":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6800":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6801":{"moveVertical":true},"6802":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6803":{"morph":{"__isSmartRef__":true,"id":6757},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6804":{"x":50.41301952728122,"y":-17.360760576407074,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6805":{"x":56,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6806":{"position":{"__isSmartRef__":true,"id":6807},"_Extent":{"__isSmartRef__":true,"id":6808},"_BorderWidth":2.294,"_BorderColor":{"__isSmartRef__":true,"id":6809},"_Fill":{"__isSmartRef__":true,"id":6810},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":6811},"_BorderRadius":6.12,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6807":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6808":{"x":292.3858567057799,"y":420.7461090825698,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6809":{"r":0.258,"g":0.258,"b":0.258,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6810":{"r":0.921,"g":0.921,"b":0.921,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6811":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6812":{"x":399.61414329422007,"y":37,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6813":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","comment":"A simple box morph","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6814":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6815":{"morph":{"__isSmartRef__":true,"id":6560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6816":{"x":292.3858567057799,"y":421.7461090825698,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6817":{"moveHorizontal":true},"6818":{"submorphs":[],"scripts":[],"id":107,"shape":{"__isSmartRef__":true,"id":6819},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":6825},"itemList":["*all*","*latest*","*search*",".svn","Backgrounds","Basic","CodeSnippets","Collaboration","Controls","Database","Debugging","Demos","Documentation","DroppableBehaviors","Examples","Fabian","Forms","Fun","Inputs","Issues","Layout","Maps","NewWorld","Presenting","Robert","Sandbox","Scripting","Server","Testing","Text","Text support","Tools","uncategorized","Visualization","Widgets","Wiki","Worlds"],"showsHalos":false,"name":"categoryList","partsBinMetaInfo":{"__isSmartRef__":true,"id":6826},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":6559},"_Scale":1,"_ClipMode":"auto","prevScroll":[0,96],"attributeConnections":[{"__isSmartRef__":true,"id":6827}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"priorExtent":{"__isSmartRef__":true,"id":6828},"layout":{"__isSmartRef__":true,"id":6829},"selectedLineNo":17,"renderContextTable":{"__isSmartRef__":true,"id":6830},"eventHandler":{"__isSmartRef__":true,"id":6831},"_Rotation":0,"selection":"Fun","__LivelyClassName__":"lively.morphic.List"},"6819":{"position":{"__isSmartRef__":true,"id":6820},"_Extent":{"__isSmartRef__":true,"id":6821},"_BorderWidth":1.258,"_BorderColor":{"__isSmartRef__":true,"id":6822},"_Fill":{"__isSmartRef__":true,"id":6823},"__SourceModuleName__":"Global.lively.morphic.Shapes","_BorderRadius":0,"renderContextTable":{"__isSmartRef__":true,"id":6824},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6820":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6821":{"x":145.0100150200251,"y":425.002003004005,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6822":{"r":0.8280587561201496,"g":0.8280587561201496,"b":0.8280587561201496,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6823":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6824":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6825":{"x":9,"y":37,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6826":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6827":{"sourceObj":{"__isSmartRef__":true,"id":6818},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"categoryName","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6828":{"x":145.0100150200251,"y":426.002003004005,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6829":{"resizeHeight":true},"6830":{"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","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"},"6831":{"morph":{"__isSmartRef__":true,"id":6818},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6832":{"submorphs":[{"__isSmartRef__":true,"id":6833}],"scripts":[],"id":108,"shape":{"__isSmartRef__":true,"id":6847},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6862},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":6850},"lighterFill":{"__isSmartRef__":true,"id":6863},"label":{"__isSmartRef__":true,"id":6833},"attributeConnections":[{"__isSmartRef__":true,"id":6872}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":6873},"name":"reloadButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":6874},"owner":{"__isSmartRef__":true,"id":6559},"_Scale":1,"renderContextTable":{"__isSmartRef__":true,"id":6875},"eventHandler":{"__isSmartRef__":true,"id":6876},"priorExtent":{"__isSmartRef__":true,"id":6877},"_Rotation":0,"__LivelyClassName__":"lively.morphic.Button"},"6833":{"submorphs":[],"scripts":[],"id":109,"shape":{"__isSmartRef__":true,"id":6834},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":20,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":6839},"textColor":{"__isSmartRef__":true,"id":6837},"owner":{"__isSmartRef__":true,"id":6832},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":6840}],"padding":{"__isSmartRef__":true,"id":6842},"_Padding":{"__isSmartRef__":true,"id":6843},"prevScroll":[0,0],"_Align":"center","_FontFamily":"Arial","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_VerticalAlign":"middle","_Display":"table-cell","priorExtent":{"__isSmartRef__":true,"id":6844},"renderContextTable":{"__isSmartRef__":true,"id":6845},"eventHandler":{"__isSmartRef__":true,"id":6846},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"6834":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6835},"_Extent":{"__isSmartRef__":true,"id":6836},"_BorderColor":{"__isSmartRef__":true,"id":6837},"renderContextTable":{"__isSmartRef__":true,"id":6838},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6835":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6836":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6837":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6838":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6839":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6840":{"style":{"__isSmartRef__":true,"id":6841},"chunkOwner":{"__isSmartRef__":true,"id":6833},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"⟳","__LivelyClassName__":"lively.morphic.TextChunk"},"6841":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"6842":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6843":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6844":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6845":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6846":{"morph":{"__isSmartRef__":true,"id":6833},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6847":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":6848},"_Extent":{"__isSmartRef__":true,"id":6849},"_Fill":{"__isSmartRef__":true,"id":6850},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":6860},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":6861},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"6848":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6849":{"x":20,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6850":{"stops":[{"__isSmartRef__":true,"id":6851},{"__isSmartRef__":true,"id":6853},{"__isSmartRef__":true,"id":6855},{"__isSmartRef__":true,"id":6857}],"vector":{"__isSmartRef__":true,"id":6859},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6851":{"offset":0,"color":{"__isSmartRef__":true,"id":6852}},"6852":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6853":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6854}},"6854":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6855":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6856}},"6856":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6857":{"offset":1,"color":{"__isSmartRef__":true,"id":6858}},"6858":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6859":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6860":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6861":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6862":{"x":79,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6863":{"stops":[{"__isSmartRef__":true,"id":6864},{"__isSmartRef__":true,"id":6866},{"__isSmartRef__":true,"id":6868},{"__isSmartRef__":true,"id":6870}],"vector":{"__isSmartRef__":true,"id":6859},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"6864":{"offset":0,"color":{"__isSmartRef__":true,"id":6865}},"6865":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6866":{"offset":0.4,"color":{"__isSmartRef__":true,"id":6867}},"6867":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6868":{"offset":0.6,"color":{"__isSmartRef__":true,"id":6869}},"6869":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6870":{"offset":1,"color":{"__isSmartRef__":true,"id":6871}},"6871":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"6872":{"sourceObj":{"__isSmartRef__":true,"id":6832},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"reloadEverything","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"6873":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"6874":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6875":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6876":{"morph":{"__isSmartRef__":true,"id":6832},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"6877":{"x":140,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"6878":{"submorphs":[{"__isSmartRef__":true,"id":6879},{"__isSmartRef__":true,"id":6916},{"__isSmartRef__":true,"id":6949},{"__isSmartRef__":true,"id":6982},{"__isSmartRef__":true,"id":7015},{"__isSmartRef__":true,"id":7048},{"__isSmartRef__":true,"id":7081},{"__isSmartRef__":true,"id":7114},{"__isSmartRef__":true,"id":7202},{"__isSmartRef__":true,"id":7235},{"__isSmartRef__":true,"id":7268},{"__isSmartRef__":true,"id":7301}],"scripts":[],"id":110,"shape":{"__isSmartRef__":true,"id":7348},"droppingEnabled":true,"halosEnabled":true,"registeredForMouseEvents":true,"showsHalos":false,"name":"partsBinContents","partsBinMetaInfo":{"__isSmartRef__":true,"id":7354},"__SourceModuleName__":"Global.lively.morphic.Core","_ClipMode":"scroll","priorExtent":{"__isSmartRef__":true,"id":7355},"attributeConnections":[{"__isSmartRef__":true,"id":7356}],"doNotSerialize":["$$selectedItem"],"doNotCopyProperties":["$$selectedItem"],"layout":{"__isSmartRef__":true,"id":7357},"renderContextTable":{"__isSmartRef__":true,"id":7358},"eventHandler":{"__isSmartRef__":true,"id":7359},"_Position":{"__isSmartRef__":true,"id":7360},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":6559},"scriptAnnotations":{"__isSmartRef__":true,"id":7361},"selectedItem":{"__isSmartRef__":true,"id":6912},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7368},"__LivelyClassName__":"lively.morphic.Box"},"6879":{"submorphs":[{"__isSmartRef__":true,"id":6880},{"__isSmartRef__":true,"id":6889}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6902},"id":253,"renderContextTable":{"__isSmartRef__":true,"id":6908},"eventHandler":{"__isSmartRef__":true,"id":6909},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":6910},"partsBinURL":{"__isSmartRef__":true,"id":6911},"targetName":"Alien","partItem":{"__isSmartRef__":true,"id":6912},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":true,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"6880":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6881},"id":273,"renderContextTable":{"__isSmartRef__":true,"id":6885},"eventHandler":{"__isSmartRef__":true,"id":6886},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":6887},"priorExtent":{"__isSmartRef__":true,"id":6888},"owner":{"__isSmartRef__":true,"id":6879},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"6881":{"renderContextTable":{"__isSmartRef__":true,"id":6882},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":6883},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":6884},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6882":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"6883":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6884":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6885":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6886":{"morph":{"__isSmartRef__":true,"id":6880},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6887":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6888":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6889":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6890},"id":254,"renderContextTable":{"__isSmartRef__":true,"id":6895},"textChunks":[{"__isSmartRef__":true,"id":6896}],"eventHandler":{"__isSmartRef__":true,"id":6898},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6899},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":6900},"priorExtent":{"__isSmartRef__":true,"id":6901},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":6879},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6890":{"_Position":{"__isSmartRef__":true,"id":6891},"renderContextTable":{"__isSmartRef__":true,"id":6892},"_Extent":{"__isSmartRef__":true,"id":6893},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":6894},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6891":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6892":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6893":{"x":33,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6894":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6895":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6896":{"style":{"__isSmartRef__":true,"id":6897},"chunkOwner":{"__isSmartRef__":true,"id":6889},"storedString":"Alien","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6897":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6898":{"morph":{"__isSmartRef__":true,"id":6889},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6899":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"6900":{"x":33.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6901":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6902":{"_Position":{"__isSmartRef__":true,"id":6903},"renderContextTable":{"__isSmartRef__":true,"id":6904},"_Extent":{"__isSmartRef__":true,"id":6905},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":6906},"_Fill":{"__isSmartRef__":true,"id":6907},"_BorderRadius":6,"_BorderWidth":3,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6903":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6904":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6905":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6906":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6907":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6908":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6909":{"morph":{"__isSmartRef__":true,"id":6879},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6910":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6911":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6912":{"partsSpaceName":"PartsBin/Fun/","name":"Alien","part":null,"json":null,"attributeConnections":[{"__isSmartRef__":true,"id":6913},{"__isSmartRef__":true,"id":6914}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo"],"loadedMetaInfo":{"__isSmartRef__":true,"id":6915},"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"6913":{"sourceObj":{"__isSmartRef__":true,"id":6912},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":6715},"targetMethodName":"updateList","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"6914":{"sourceObj":{"__isSmartRef__":true,"id":6912},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"6915":{"requiredModules":[],"migrationLevel":2,"partsSpaceName":"PartsBin/Fun/","__SourceModuleName__":"Global.lively.PartsBin","partName":"Alien","comment":"Extraterrestrial visitor from a star...","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"6916":{"submorphs":[{"__isSmartRef__":true,"id":6917},{"__isSmartRef__":true,"id":6926}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6939},"id":255,"renderContextTable":{"__isSmartRef__":true,"id":6944},"eventHandler":{"__isSmartRef__":true,"id":6945},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":6946},"partsBinURL":{"__isSmartRef__":true,"id":6947},"targetName":"ColoredRectCreator","partItem":{"__isSmartRef__":true,"id":6948},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"6917":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6918},"id":274,"renderContextTable":{"__isSmartRef__":true,"id":6922},"eventHandler":{"__isSmartRef__":true,"id":6923},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":6924},"priorExtent":{"__isSmartRef__":true,"id":6925},"owner":{"__isSmartRef__":true,"id":6916},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"6918":{"renderContextTable":{"__isSmartRef__":true,"id":6919},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":6920},"stringifiedShapeNode":"
reset
make rectangles
","extent":{"__isSmartRef__":true,"id":6921},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6919":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"6920":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6921":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6922":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6923":{"morph":{"__isSmartRef__":true,"id":6917},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6924":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6925":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6926":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6927},"id":256,"renderContextTable":{"__isSmartRef__":true,"id":6932},"textChunks":[{"__isSmartRef__":true,"id":6933}],"eventHandler":{"__isSmartRef__":true,"id":6935},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6936},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":6937},"priorExtent":{"__isSmartRef__":true,"id":6938},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":6916},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6927":{"_Position":{"__isSmartRef__":true,"id":6928},"renderContextTable":{"__isSmartRef__":true,"id":6929},"_Extent":{"__isSmartRef__":true,"id":6930},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":6931},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6928":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6929":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6930":{"x":108,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6931":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6932":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6933":{"style":{"__isSmartRef__":true,"id":6934},"chunkOwner":{"__isSmartRef__":true,"id":6926},"storedString":"ColoredRectCreator","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6934":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6935":{"morph":{"__isSmartRef__":true,"id":6926},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6936":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"6937":{"x":-4,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6938":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6939":{"_Position":{"__isSmartRef__":true,"id":6940},"renderContextTable":{"__isSmartRef__":true,"id":6941},"_Extent":{"__isSmartRef__":true,"id":6942},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":6943},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6940":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6941":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6942":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6943":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6944":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6945":{"morph":{"__isSmartRef__":true,"id":6916},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6946":{"x":105,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6947":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6948":{"partsSpaceName":"PartsBin/Fun/","name":"ColoredRectCreator","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"6949":{"submorphs":[{"__isSmartRef__":true,"id":6950},{"__isSmartRef__":true,"id":6959}],"scripts":[],"shape":{"__isSmartRef__":true,"id":6972},"id":257,"renderContextTable":{"__isSmartRef__":true,"id":6977},"eventHandler":{"__isSmartRef__":true,"id":6978},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":6979},"partsBinURL":{"__isSmartRef__":true,"id":6980},"targetName":"CrazyColorsAgain","partItem":{"__isSmartRef__":true,"id":6981},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"6950":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6951},"id":277,"renderContextTable":{"__isSmartRef__":true,"id":6955},"eventHandler":{"__isSmartRef__":true,"id":6956},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":6957},"priorExtent":{"__isSmartRef__":true,"id":6958},"owner":{"__isSmartRef__":true,"id":6949},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"6951":{"renderContextTable":{"__isSmartRef__":true,"id":6952},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":6953},"stringifiedShapeNode":"
restore
start
","extent":{"__isSmartRef__":true,"id":6954},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6952":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"6953":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6954":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6955":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6956":{"morph":{"__isSmartRef__":true,"id":6950},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6957":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6958":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6959":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6960},"id":258,"renderContextTable":{"__isSmartRef__":true,"id":6965},"textChunks":[{"__isSmartRef__":true,"id":6966}],"eventHandler":{"__isSmartRef__":true,"id":6968},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":6969},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":6970},"priorExtent":{"__isSmartRef__":true,"id":6971},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":6949},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6960":{"_Position":{"__isSmartRef__":true,"id":6961},"renderContextTable":{"__isSmartRef__":true,"id":6962},"_Extent":{"__isSmartRef__":true,"id":6963},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":6964},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6961":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6962":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6963":{"x":99,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6964":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6965":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6966":{"style":{"__isSmartRef__":true,"id":6967},"chunkOwner":{"__isSmartRef__":true,"id":6959},"storedString":"CrazyColorsAgain","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6967":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6968":{"morph":{"__isSmartRef__":true,"id":6959},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6969":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"6970":{"x":0.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6971":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6972":{"_Position":{"__isSmartRef__":true,"id":6973},"renderContextTable":{"__isSmartRef__":true,"id":6974},"_Extent":{"__isSmartRef__":true,"id":6975},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":6976},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6973":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6974":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6975":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6976":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6977":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6978":{"morph":{"__isSmartRef__":true,"id":6949},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6979":{"x":210,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6980":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"6981":{"partsSpaceName":"PartsBin/Fun/","name":"CrazyColorsAgain","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"6982":{"submorphs":[{"__isSmartRef__":true,"id":6983},{"__isSmartRef__":true,"id":6992}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7005},"id":259,"renderContextTable":{"__isSmartRef__":true,"id":7010},"eventHandler":{"__isSmartRef__":true,"id":7011},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7012},"partsBinURL":{"__isSmartRef__":true,"id":7013},"targetName":"Elephant","partItem":{"__isSmartRef__":true,"id":7014},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"6983":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6984},"id":278,"renderContextTable":{"__isSmartRef__":true,"id":6988},"eventHandler":{"__isSmartRef__":true,"id":6989},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":6990},"priorExtent":{"__isSmartRef__":true,"id":6991},"owner":{"__isSmartRef__":true,"id":6982},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"6984":{"renderContextTable":{"__isSmartRef__":true,"id":6985},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":6986},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":6987},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6985":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"6986":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6987":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6988":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"6989":{"morph":{"__isSmartRef__":true,"id":6983},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"6990":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6991":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6992":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":6993},"id":260,"renderContextTable":{"__isSmartRef__":true,"id":6998},"textChunks":[{"__isSmartRef__":true,"id":6999}],"eventHandler":{"__isSmartRef__":true,"id":7001},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7002},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7003},"priorExtent":{"__isSmartRef__":true,"id":7004},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":6982},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"6993":{"_Position":{"__isSmartRef__":true,"id":6994},"renderContextTable":{"__isSmartRef__":true,"id":6995},"_Extent":{"__isSmartRef__":true,"id":6996},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":6997},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"6994":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6995":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"6996":{"x":52,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"6997":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"6998":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"6999":{"style":{"__isSmartRef__":true,"id":7000},"chunkOwner":{"__isSmartRef__":true,"id":6992},"storedString":"Elephant","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7000":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7001":{"morph":{"__isSmartRef__":true,"id":6992},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7002":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7003":{"x":24,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7004":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7005":{"_Position":{"__isSmartRef__":true,"id":7006},"renderContextTable":{"__isSmartRef__":true,"id":7007},"_Extent":{"__isSmartRef__":true,"id":7008},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7009},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7006":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7007":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7008":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7009":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7010":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7011":{"morph":{"__isSmartRef__":true,"id":6982},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7012":{"x":315,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7013":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7014":{"partsSpaceName":"PartsBin/Fun/","name":"Elephant","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7015":{"submorphs":[{"__isSmartRef__":true,"id":7016},{"__isSmartRef__":true,"id":7025}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7038},"id":261,"renderContextTable":{"__isSmartRef__":true,"id":7043},"eventHandler":{"__isSmartRef__":true,"id":7044},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7045},"partsBinURL":{"__isSmartRef__":true,"id":7046},"targetName":"FunnyWatcher","partItem":{"__isSmartRef__":true,"id":7047},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7016":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7017},"id":279,"renderContextTable":{"__isSmartRef__":true,"id":7021},"eventHandler":{"__isSmartRef__":true,"id":7022},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7023},"priorExtent":{"__isSmartRef__":true,"id":7024},"owner":{"__isSmartRef__":true,"id":7015},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7017":{"renderContextTable":{"__isSmartRef__":true,"id":7018},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7019},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7020},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7018":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7019":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7020":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7021":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7022":{"morph":{"__isSmartRef__":true,"id":7016},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7023":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7024":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7025":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7026},"id":262,"renderContextTable":{"__isSmartRef__":true,"id":7031},"textChunks":[{"__isSmartRef__":true,"id":7032}],"eventHandler":{"__isSmartRef__":true,"id":7034},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7035},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7036},"priorExtent":{"__isSmartRef__":true,"id":7037},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7015},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7026":{"_Position":{"__isSmartRef__":true,"id":7027},"renderContextTable":{"__isSmartRef__":true,"id":7028},"_Extent":{"__isSmartRef__":true,"id":7029},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7030},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7027":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7028":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7029":{"x":82,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7030":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7031":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7032":{"style":{"__isSmartRef__":true,"id":7033},"chunkOwner":{"__isSmartRef__":true,"id":7025},"storedString":"FunnyWatcher","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7033":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7034":{"morph":{"__isSmartRef__":true,"id":7025},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7035":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7036":{"x":9,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7037":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7038":{"_Position":{"__isSmartRef__":true,"id":7039},"renderContextTable":{"__isSmartRef__":true,"id":7040},"_Extent":{"__isSmartRef__":true,"id":7041},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7042},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7039":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7040":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7041":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7042":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7043":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7044":{"morph":{"__isSmartRef__":true,"id":7015},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7045":{"x":420,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7046":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7047":{"partsSpaceName":"PartsBin/Fun/","name":"FunnyWatcher","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7048":{"submorphs":[{"__isSmartRef__":true,"id":7049},{"__isSmartRef__":true,"id":7058}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7071},"id":263,"renderContextTable":{"__isSmartRef__":true,"id":7076},"eventHandler":{"__isSmartRef__":true,"id":7077},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7078},"partsBinURL":{"__isSmartRef__":true,"id":7079},"targetName":"GridColorArt","partItem":{"__isSmartRef__":true,"id":7080},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7049":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7050},"id":280,"renderContextTable":{"__isSmartRef__":true,"id":7054},"eventHandler":{"__isSmartRef__":true,"id":7055},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7056},"priorExtent":{"__isSmartRef__":true,"id":7057},"owner":{"__isSmartRef__":true,"id":7048},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7050":{"renderContextTable":{"__isSmartRef__":true,"id":7051},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7052},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7053},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7051":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7052":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7053":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7054":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7055":{"morph":{"__isSmartRef__":true,"id":7049},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7056":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7057":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7058":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7059},"id":264,"renderContextTable":{"__isSmartRef__":true,"id":7064},"textChunks":[{"__isSmartRef__":true,"id":7065}],"eventHandler":{"__isSmartRef__":true,"id":7067},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7068},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7069},"priorExtent":{"__isSmartRef__":true,"id":7070},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7048},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7059":{"_Position":{"__isSmartRef__":true,"id":7060},"renderContextTable":{"__isSmartRef__":true,"id":7061},"_Extent":{"__isSmartRef__":true,"id":7062},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7063},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7060":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7061":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7062":{"x":71,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7063":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7064":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7065":{"style":{"__isSmartRef__":true,"id":7066},"chunkOwner":{"__isSmartRef__":true,"id":7058},"storedString":"GridColorArt","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7066":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7067":{"morph":{"__isSmartRef__":true,"id":7058},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7068":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7069":{"x":14.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7070":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7071":{"_Position":{"__isSmartRef__":true,"id":7072},"renderContextTable":{"__isSmartRef__":true,"id":7073},"_Extent":{"__isSmartRef__":true,"id":7074},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7075},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7072":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7073":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7074":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7075":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7076":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7077":{"morph":{"__isSmartRef__":true,"id":7048},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7078":{"x":0,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7079":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7080":{"partsSpaceName":"PartsBin/Fun/","name":"GridColorArt","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7081":{"submorphs":[{"__isSmartRef__":true,"id":7082},{"__isSmartRef__":true,"id":7091}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7104},"id":265,"renderContextTable":{"__isSmartRef__":true,"id":7109},"eventHandler":{"__isSmartRef__":true,"id":7110},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7111},"partsBinURL":{"__isSmartRef__":true,"id":7112},"targetName":"Heart","partItem":{"__isSmartRef__":true,"id":7113},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7082":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7083},"id":283,"renderContextTable":{"__isSmartRef__":true,"id":7087},"eventHandler":{"__isSmartRef__":true,"id":7088},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7089},"priorExtent":{"__isSmartRef__":true,"id":7090},"owner":{"__isSmartRef__":true,"id":7081},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7083":{"renderContextTable":{"__isSmartRef__":true,"id":7084},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7085},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7086},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7084":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7085":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7086":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7087":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7088":{"morph":{"__isSmartRef__":true,"id":7082},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7089":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7090":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7091":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7092},"id":266,"renderContextTable":{"__isSmartRef__":true,"id":7097},"textChunks":[{"__isSmartRef__":true,"id":7098}],"eventHandler":{"__isSmartRef__":true,"id":7100},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7101},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7102},"priorExtent":{"__isSmartRef__":true,"id":7103},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7081},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7092":{"_Position":{"__isSmartRef__":true,"id":7093},"renderContextTable":{"__isSmartRef__":true,"id":7094},"_Extent":{"__isSmartRef__":true,"id":7095},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7096},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7093":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7094":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7095":{"x":37,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7096":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7097":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7098":{"style":{"__isSmartRef__":true,"id":7099},"chunkOwner":{"__isSmartRef__":true,"id":7091},"storedString":"Heart","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7099":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7100":{"morph":{"__isSmartRef__":true,"id":7091},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7101":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7102":{"x":31.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7103":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7104":{"_Position":{"__isSmartRef__":true,"id":7105},"renderContextTable":{"__isSmartRef__":true,"id":7106},"_Extent":{"__isSmartRef__":true,"id":7107},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7108},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7105":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7106":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7107":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7108":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7109":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7110":{"morph":{"__isSmartRef__":true,"id":7081},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7111":{"x":105,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7112":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7113":{"partsSpaceName":"PartsBin/Fun/","name":"Heart","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7114":{"submorphs":[{"__isSmartRef__":true,"id":7115},{"__isSmartRef__":true,"id":7124}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7137},"id":267,"renderContextTable":{"__isSmartRef__":true,"id":7142},"eventHandler":{"__isSmartRef__":true,"id":7143},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7144},"partsBinURL":{"__isSmartRef__":true,"id":7145},"targetName":"MonaLisa","partItem":{"__isSmartRef__":true,"id":7146},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7115":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7116},"id":285,"renderContextTable":{"__isSmartRef__":true,"id":7120},"eventHandler":{"__isSmartRef__":true,"id":7121},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7122},"priorExtent":{"__isSmartRef__":true,"id":7123},"owner":{"__isSmartRef__":true,"id":7114},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7116":{"renderContextTable":{"__isSmartRef__":true,"id":7117},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7118},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7119},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7117":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7118":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7119":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7120":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7121":{"morph":{"__isSmartRef__":true,"id":7115},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7122":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7123":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7124":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7125},"id":268,"renderContextTable":{"__isSmartRef__":true,"id":7130},"textChunks":[{"__isSmartRef__":true,"id":7131}],"eventHandler":{"__isSmartRef__":true,"id":7133},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7134},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7135},"priorExtent":{"__isSmartRef__":true,"id":7136},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7114},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7125":{"_Position":{"__isSmartRef__":true,"id":7126},"renderContextTable":{"__isSmartRef__":true,"id":7127},"_Extent":{"__isSmartRef__":true,"id":7128},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7129},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7126":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7127":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7128":{"x":57,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7129":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7130":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7131":{"style":{"__isSmartRef__":true,"id":7132},"chunkOwner":{"__isSmartRef__":true,"id":7124},"storedString":"MonaLisa","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7132":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7133":{"morph":{"__isSmartRef__":true,"id":7124},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7134":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7135":{"x":21.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7136":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7137":{"_Position":{"__isSmartRef__":true,"id":7138},"renderContextTable":{"__isSmartRef__":true,"id":7139},"_Extent":{"__isSmartRef__":true,"id":7140},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":6906},"_Fill":{"__isSmartRef__":true,"id":7141},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7138":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7139":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7140":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7141":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7142":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7143":{"morph":{"__isSmartRef__":true,"id":7114},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7144":{"x":210,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7145":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7146":{"partsSpaceName":"PartsBin/Fun/","name":"MonaLisa","attributeConnections":[{"__isSmartRef__":true,"id":7147},{"__isSmartRef__":true,"id":7148},{"__isSmartRef__":true,"id":7149},{"__isSmartRef__":true,"id":7159}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo","$$part"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo","$$part"],"loadedMetaInfo":{"__isSmartRef__":true,"id":7160},"part":{"__isSmartRef__":true,"id":7161},"json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[],\"scripts\":[],\"shape\":{\"__isSmartRef__\":true,\"id\":1},\"id\":438,\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":5},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":6},\"droppingEnabled\":true,\"halosEnabled\":true,\"_Position\":{\"__isSmartRef__\":true,\"id\":7},\"name\":\"MonaLisa\",\"priorExtent\":{\"__isSmartRef__\":true,\"id\":8},\"showsHalos\":false,\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":9},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":10},\"__SourceModuleName__\":\"Global.lively.morphic.Widgets\",\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Image\"},\"1\":{\"_Position\":{\"__isSmartRef__\":true,\"id\":2},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":3},\"_Extent\":{\"__isSmartRef__\":true,\"id\":4},\"_ImageURL\":\"data:image/jpeg;base64,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\",\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"isLoaded\":true,\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Image\"},\"2\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"3\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\",\"setImageURL\":\"setImageURLHTML\",\"getNativeExtent\":\"getNativeExtentHTML\"},\"4\":{\"x\":425,\"y\":661,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"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\",\"setHandStyle\":\"setHandStyleHTML\",\"setPointerEvents\":\"setPointerEventsHTML\",\"setToolTip\":\"setToolTipHTML\",\"focus\":\"focusHTML\",\"blur\":\"blurHTML\",\"setFocusable\":\"setFocusableHTML\"},\"6\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"7\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"8\":{\"x\":200,\"y\":200,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"9\":{\"x\":309,\"y\":-21,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"10\":{\"partName\":\"MonaLisa\",\"requiredModules\":[],\"migrationLevel\":4,\"partsSpaceName\":\"PartsBin/Fun/\",\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"isSimplifiedRegistry\":true}}","__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7147":{"sourceObj":{"__isSmartRef__":true,"id":7146},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":6715},"targetMethodName":"updateList","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7148":{"sourceObj":{"__isSmartRef__":true,"id":7146},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7149":{"sourceObj":{"__isSmartRef__":true,"id":7146},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":7150},"targetMethodName":"remove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7150":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7151},"id":289,"renderContextTable":{"__isSmartRef__":true,"id":7156},"eventHandler":{"__isSmartRef__":true,"id":7157},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":7158},"owner":null,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"7151":{"_Position":{"__isSmartRef__":true,"id":7152},"renderContextTable":{"__isSmartRef__":true,"id":7153},"_Extent":{"__isSmartRef__":true,"id":7154},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7155},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7152":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7153":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7154":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7155":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7156":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7157":{"morph":{"__isSmartRef__":true,"id":7150},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7158":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7159":{"sourceObj":{"__isSmartRef__":true,"id":7146},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":7114},"targetMethodName":"openLoadedPartsBinItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7160":{"partName":"MonaLisa","requiredModules":[],"migrationLevel":4,"partsSpaceName":"PartsBin/Fun/","__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7161":{"submorphs":[{"__isSmartRef__":true,"id":7162}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7193},"id":290,"renderContextTable":{"__isSmartRef__":true,"id":7197},"eventHandler":{"__isSmartRef__":true,"id":7198},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":7199},"name":"MonaLisa","priorExtent":{"__isSmartRef__":true,"id":7200},"showsHalos":false,"distanceToDragEvent":{"__isSmartRef__":true,"id":7201},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"partsBinMetaInfo":{"__isSmartRef__":true,"id":7160},"__SourceModuleName__":"Global.lively.morphic.Widgets","owner":null,"isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Image"},"7162":{"submorphs":[{"__isSmartRef__":true,"id":7163}],"scripts":[],"id":293,"shape":{"__isSmartRef__":true,"id":7181},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":7186},"name":"WanderingEye","partsBinMetaInfo":{"__isSmartRef__":true,"id":7187},"__SourceModuleName__":"Global.lively.morphic.Core","renderContextTable":{"__isSmartRef__":true,"id":7188},"eventHandler":{"__isSmartRef__":true,"id":7189},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"layout":{"__isSmartRef__":true,"id":7190},"priorExtent":{"__isSmartRef__":true,"id":7191},"distanceToDragEvent":{"__isSmartRef__":true,"id":7192},"owner":{"__isSmartRef__":true,"id":7161},"_Rotation":0,"_Scale":1.002003004005006,"__LivelyClassName__":"lively.morphic.Morph"},"7163":{"submorphs":[],"scripts":[{"__isSmartRef__":true,"id":7164}],"id":294,"shape":{"__isSmartRef__":true,"id":7165},"droppingEnabled":true,"halosEnabled":true,"showsHalos":false,"_Position":{"__isSmartRef__":true,"id":7171},"name":"Ellipse","partsBinMetaInfo":{"__isSmartRef__":true,"id":7172},"__SourceModuleName__":"Global.lively.morphic.Core","owner":{"__isSmartRef__":true,"id":7162},"renderContextTable":{"__isSmartRef__":true,"id":7173},"eventHandler":{"__isSmartRef__":true,"id":7174},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"layout":{"__isSmartRef__":true,"id":7175},"priorExtent":{"__isSmartRef__":true,"id":7176},"_Rotation":0,"_Scale":1,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7177},"__LivelyClassName__":"lively.morphic.Morph"},"7164":{"suspended":true,"target":{"__isSmartRef__":true,"id":7163},"selector":"pupilFollowMouse","args":[],"stopped":true,"tickTime":100,"currentTimeout":106709,"__SourceModuleName__":"Global.lively.morphic.Core","__LivelyClassName__":"lively.morphic.TargetScript"},"7165":{"position":{"__isSmartRef__":true,"id":7166},"_Extent":{"__isSmartRef__":true,"id":7167},"_Fill":{"__isSmartRef__":true,"id":7168},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7169},"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_BorderColor":{"__isSmartRef__":true,"id":7170},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"7166":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7167":{"x":11.161954855290787,"y":11.161954855290787,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7168":{"r":0.15291227995514967,"g":0.043913270140966035,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7169":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7170":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7171":{"x":11.469022833695819,"y":3.037829653568995,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7172":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":1,"__SourceModuleName__":"Global.lively.PartsBin","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7173":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7174":{"morph":{"__isSmartRef__":true,"id":7163},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7175":{},"7176":{"x":11.161954855290787,"y":11.161954855290787,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7177":{"pupilFollowMouse":{"__isSmartRef__":true,"id":7178}},"7178":{"varMapping":{"__isSmartRef__":true,"id":7179},"source":"function pupilFollowMouse() { var eye = this.owner; var eyeR = Math.min(eye.bounds().width, eye.bounds().height)/2; var pupilR = Math.min(this.bounds().width, this.bounds().height)/2; var mousePt = this.world().firstHand().getPosition(); var eyePt = eye.worldPoint(eye.innerBounds().center()); var relMousePt = mousePt.subPt(eyePt); var pupilR = (eyeR-pupilR) / (1 + (200/Math.max(mousePt.r(), 1))); var pupilPt = Point.polar(pupilR, relMousePt.theta()); this.align(this.bounds().center(), eye.innerBounds().center().addPt(pupilPt)); }","funcProperties":{"__isSmartRef__":true,"id":7180},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7179":{},"7180":{},"7181":{"position":{"__isSmartRef__":true,"id":7182},"_Extent":{"__isSmartRef__":true,"id":7183},"_Fill":{"__isSmartRef__":true,"id":7184},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7185},"_BorderWidth":0,"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Ellipse"},"7182":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7183":{"x":25.9652657274915,"y":21.9652657274915,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7184":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7185":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7186":{"x":163,"y":133,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7187":{"partsSpaceName":"PartsBin/Fun/","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"WanderingEye","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7188":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7189":{"morph":{"__isSmartRef__":true,"id":7162},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7190":{},"7191":{"x":25.9652657274915,"y":20.9652657274915,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7192":{"x":52.97994989982794,"y":-11.635088176809063,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7193":{"_Position":{"__isSmartRef__":true,"id":7194},"renderContextTable":{"__isSmartRef__":true,"id":7195},"_Extent":{"__isSmartRef__":true,"id":7196},"_ImageURL":"data:image/jpeg;base64,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","attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"isLoaded":true,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Image"},"7194":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7195":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","setImageURL":"setImageURLHTML","getNativeExtent":"getNativeExtentHTML"},"7196":{"x":425,"y":661,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7197":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7198":{"morph":{"__isSmartRef__":true,"id":7161},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7199":{"x":525,"y":892,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7200":{"x":200,"y":200,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7201":{"x":309,"y":-21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7202":{"submorphs":[{"__isSmartRef__":true,"id":7203},{"__isSmartRef__":true,"id":7212}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7225},"id":269,"renderContextTable":{"__isSmartRef__":true,"id":7230},"eventHandler":{"__isSmartRef__":true,"id":7231},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7232},"partsBinURL":{"__isSmartRef__":true,"id":7233},"targetName":"Pong","partItem":{"__isSmartRef__":true,"id":7234},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7203":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7204},"id":284,"renderContextTable":{"__isSmartRef__":true,"id":7208},"eventHandler":{"__isSmartRef__":true,"id":7209},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7210},"priorExtent":{"__isSmartRef__":true,"id":7211},"owner":{"__isSmartRef__":true,"id":7202},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7204":{"renderContextTable":{"__isSmartRef__":true,"id":7205},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7206},"stringifiedShapeNode":"
stop
start
0
0
-
","extent":{"__isSmartRef__":true,"id":7207},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7205":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7206":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7207":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7208":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7209":{"morph":{"__isSmartRef__":true,"id":7203},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7210":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7211":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7212":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7213},"id":270,"renderContextTable":{"__isSmartRef__":true,"id":7218},"textChunks":[{"__isSmartRef__":true,"id":7219}],"eventHandler":{"__isSmartRef__":true,"id":7221},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7222},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7223},"priorExtent":{"__isSmartRef__":true,"id":7224},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7202},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7213":{"_Position":{"__isSmartRef__":true,"id":7214},"renderContextTable":{"__isSmartRef__":true,"id":7215},"_Extent":{"__isSmartRef__":true,"id":7216},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7217},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7214":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7215":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7216":{"x":35,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7217":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7218":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7219":{"style":{"__isSmartRef__":true,"id":7220},"chunkOwner":{"__isSmartRef__":true,"id":7212},"storedString":"Pong","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7220":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7221":{"morph":{"__isSmartRef__":true,"id":7212},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7222":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7223":{"x":32.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7224":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7225":{"_Position":{"__isSmartRef__":true,"id":7226},"renderContextTable":{"__isSmartRef__":true,"id":7227},"_Extent":{"__isSmartRef__":true,"id":7228},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7229},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7226":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7227":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7228":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7229":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7230":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7231":{"morph":{"__isSmartRef__":true,"id":7202},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7232":{"x":315,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7233":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7234":{"partsSpaceName":"PartsBin/Fun/","name":"Pong","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7235":{"submorphs":[{"__isSmartRef__":true,"id":7236},{"__isSmartRef__":true,"id":7245}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7258},"id":271,"renderContextTable":{"__isSmartRef__":true,"id":7263},"eventHandler":{"__isSmartRef__":true,"id":7264},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7265},"partsBinURL":{"__isSmartRef__":true,"id":7266},"targetName":"QuickBrownFox","partItem":{"__isSmartRef__":true,"id":7267},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7236":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7237},"id":286,"renderContextTable":{"__isSmartRef__":true,"id":7241},"eventHandler":{"__isSmartRef__":true,"id":7242},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7243},"priorExtent":{"__isSmartRef__":true,"id":7244},"owner":{"__isSmartRef__":true,"id":7235},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7237":{"renderContextTable":{"__isSmartRef__":true,"id":7238},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7239},"stringifiedShapeNode":"
x0
x0
x1
x2
x3
x4
x5
x6
x7
0
0
letter score
word score
game score
top word
best game
best word
multiplier
pause
restart
quick
how to play
clear (esc)
delete (del)
enter (retn)
Quick Brown Fox
X
M
","extent":{"__isSmartRef__":true,"id":7240},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7238":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7239":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7240":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7241":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7242":{"morph":{"__isSmartRef__":true,"id":7236},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7243":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7244":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7245":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7246},"id":272,"renderContextTable":{"__isSmartRef__":true,"id":7251},"textChunks":[{"__isSmartRef__":true,"id":7252}],"eventHandler":{"__isSmartRef__":true,"id":7254},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7255},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7256},"priorExtent":{"__isSmartRef__":true,"id":7257},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7235},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7246":{"_Position":{"__isSmartRef__":true,"id":7247},"renderContextTable":{"__isSmartRef__":true,"id":7248},"_Extent":{"__isSmartRef__":true,"id":7249},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7250},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7247":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7248":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7249":{"x":89,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7250":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7251":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7252":{"style":{"__isSmartRef__":true,"id":7253},"chunkOwner":{"__isSmartRef__":true,"id":7245},"storedString":"QuickBrownFox","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7253":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7254":{"morph":{"__isSmartRef__":true,"id":7245},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7255":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7256":{"x":5.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7257":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7258":{"_Position":{"__isSmartRef__":true,"id":7259},"renderContextTable":{"__isSmartRef__":true,"id":7260},"_Extent":{"__isSmartRef__":true,"id":7261},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7262},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7259":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7260":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7261":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7262":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7263":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7264":{"morph":{"__isSmartRef__":true,"id":7235},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7265":{"x":420,"y":105,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7266":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7267":{"partsSpaceName":"PartsBin/Fun/","name":"QuickBrownFox","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7268":{"submorphs":[{"__isSmartRef__":true,"id":7269},{"__isSmartRef__":true,"id":7278}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7291},"id":275,"renderContextTable":{"__isSmartRef__":true,"id":7296},"eventHandler":{"__isSmartRef__":true,"id":7297},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7298},"partsBinURL":{"__isSmartRef__":true,"id":7299},"targetName":"RefactorMan","partItem":{"__isSmartRef__":true,"id":7300},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7269":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7270},"id":287,"renderContextTable":{"__isSmartRef__":true,"id":7274},"eventHandler":{"__isSmartRef__":true,"id":7275},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7276},"priorExtent":{"__isSmartRef__":true,"id":7277},"owner":{"__isSmartRef__":true,"id":7268},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7270":{"renderContextTable":{"__isSmartRef__":true,"id":7271},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7272},"stringifiedShapeNode":"
Refactor Man
","extent":{"__isSmartRef__":true,"id":7273},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7271":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7272":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7273":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7274":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7275":{"morph":{"__isSmartRef__":true,"id":7269},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7276":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7277":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7278":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7279},"id":276,"renderContextTable":{"__isSmartRef__":true,"id":7284},"textChunks":[{"__isSmartRef__":true,"id":7285}],"eventHandler":{"__isSmartRef__":true,"id":7287},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7288},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7289},"priorExtent":{"__isSmartRef__":true,"id":7290},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7268},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7279":{"_Position":{"__isSmartRef__":true,"id":7280},"renderContextTable":{"__isSmartRef__":true,"id":7281},"_Extent":{"__isSmartRef__":true,"id":7282},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7283},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7280":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7281":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7282":{"x":73,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7283":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7284":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7285":{"style":{"__isSmartRef__":true,"id":7286},"chunkOwner":{"__isSmartRef__":true,"id":7278},"storedString":"RefactorMan","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7286":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7287":{"morph":{"__isSmartRef__":true,"id":7278},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7288":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7289":{"x":13.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7290":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7291":{"_Position":{"__isSmartRef__":true,"id":7292},"renderContextTable":{"__isSmartRef__":true,"id":7293},"_Extent":{"__isSmartRef__":true,"id":7294},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7295},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7292":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7293":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7294":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7295":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7296":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7297":{"morph":{"__isSmartRef__":true,"id":7268},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7298":{"x":0,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7299":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7300":{"partsSpaceName":"PartsBin/Fun/","name":"RefactorMan","part":null,"json":null,"__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7301":{"submorphs":[{"__isSmartRef__":true,"id":7302},{"__isSmartRef__":true,"id":7311}],"scripts":[],"shape":{"__isSmartRef__":true,"id":7324},"id":281,"renderContextTable":{"__isSmartRef__":true,"id":7329},"eventHandler":{"__isSmartRef__":true,"id":7330},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"accessibleInInactiveWindow":true,"_Position":{"__isSmartRef__":true,"id":7331},"partsBinURL":{"__isSmartRef__":true,"id":7332},"targetName":"WanderingEye","partItem":{"__isSmartRef__":true,"id":7333},"owner":{"__isSmartRef__":true,"id":6878},"isSelected":false,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.PartsBinItem","__SourceModuleName__":"Global.lively.morphic.ScriptingSupport"},"7302":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7303},"id":288,"renderContextTable":{"__isSmartRef__":true,"id":7307},"eventHandler":{"__isSmartRef__":true,"id":7308},"droppingEnabled":true,"halosEnabled":true,"eventsAreIgnored":true,"_HandStyle":"default","_PointerEvents":"none","_Position":{"__isSmartRef__":true,"id":7309},"priorExtent":{"__isSmartRef__":true,"id":7310},"owner":{"__isSmartRef__":true,"id":7301},"__LivelyClassName__":"lively.morphic.Morph","__SourceModuleName__":"Global.lively.morphic.Core"},"7303":{"renderContextTable":{"__isSmartRef__":true,"id":7304},"_ClipMode":"visible","_Extent":{"__isSmartRef__":true,"id":7305},"stringifiedShapeNode":"
","extent":{"__isSmartRef__":true,"id":7306},"__LivelyClassName__":"lively.morphic.Shapes.External","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7304":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML","getExtent":"getExtentHTML"},"7305":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7306":{"x":94,"y":94,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7307":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7308":{"morph":{"__isSmartRef__":true,"id":7302},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7309":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7310":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7311":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7312},"id":282,"renderContextTable":{"__isSmartRef__":true,"id":7317},"textChunks":[{"__isSmartRef__":true,"id":7318}],"eventHandler":{"__isSmartRef__":true,"id":7320},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":7321},"_ClipMode":"hidden","fixedWidth":false,"_WhiteSpaceHandling":"pre","fixedHeight":false,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":7322},"priorExtent":{"__isSmartRef__":true,"id":7323},"_MaxTextWidth":null,"_MaxTextHeight":null,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":7301},"_Visible":true,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7312":{"_Position":{"__isSmartRef__":true,"id":7313},"renderContextTable":{"__isSmartRef__":true,"id":7314},"_Extent":{"__isSmartRef__":true,"id":7315},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7316},"_Opacity":0.8,"_BorderRadius":2,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7313":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7314":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7315":{"x":81,"y":15,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7316":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7317":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7318":{"style":{"__isSmartRef__":true,"id":7319},"chunkOwner":{"__isSmartRef__":true,"id":7311},"storedString":"WanderingEye","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7319":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"7320":{"morph":{"__isSmartRef__":true,"id":7311},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7321":{"x":5,"y":2,"width":0,"height":-2,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"7322":{"x":9.5,"y":81,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7323":{"x":40,"y":10,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7324":{"_Position":{"__isSmartRef__":true,"id":7325},"renderContextTable":{"__isSmartRef__":true,"id":7326},"_Extent":{"__isSmartRef__":true,"id":7327},"_ClipMode":"visible","_BorderColor":{"__isSmartRef__":true,"id":6906},"_Fill":{"__isSmartRef__":true,"id":7328},"_BorderRadius":6,"_BorderWidth":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7325":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7326":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7327":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7328":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7329":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7330":{"morph":{"__isSmartRef__":true,"id":7301},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7331":{"x":105,"y":210,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7332":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"7333":{"partsSpaceName":"PartsBin/Fun/","name":"WanderingEye","attributeConnections":[{"__isSmartRef__":true,"id":7334},{"__isSmartRef__":true,"id":7335},{"__isSmartRef__":true,"id":7336},{"__isSmartRef__":true,"id":7346}],"doNotSerialize":["$$partVersions","$$loadedMetaInfo","$$part"],"doNotCopyProperties":["$$partVersions","$$loadedMetaInfo","$$part"],"loadedMetaInfo":{"__isSmartRef__":true,"id":7347},"part":{"__isSmartRef__":true,"id":7162},"json":"{\"id\":0,\"registry\":{\"0\":{\"submorphs\":[{\"__isSmartRef__\":true,\"id\":1}],\"scripts\":[],\"id\":5320,\"shape\":{\"__isSmartRef__\":true,\"id\":19},\"droppingEnabled\":true,\"halosEnabled\":true,\"showsHalos\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":24},\"name\":\"WanderingEye\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":25},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":26},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":27},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"layout\":{\"__isSmartRef__\":true,\"id\":28},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":29},\"distanceToDragEvent\":{\"__isSmartRef__\":true,\"id\":30},\"_Rotation\":0,\"_Scale\":1.002003004005006,\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"1\":{\"submorphs\":[],\"scripts\":[{\"__isSmartRef__\":true,\"id\":2}],\"id\":5321,\"shape\":{\"__isSmartRef__\":true,\"id\":3},\"droppingEnabled\":true,\"halosEnabled\":true,\"showsHalos\":false,\"_Position\":{\"__isSmartRef__\":true,\"id\":9},\"name\":\"Ellipse\",\"partsBinMetaInfo\":{\"__isSmartRef__\":true,\"id\":10},\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"owner\":{\"__isSmartRef__\":true,\"id\":0},\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":11},\"eventHandler\":{\"__isSmartRef__\":true,\"id\":12},\"attributeConnections\":[],\"doNotSerialize\":[],\"doNotCopyProperties\":[],\"layout\":{\"__isSmartRef__\":true,\"id\":13},\"priorExtent\":{\"__isSmartRef__\":true,\"id\":14},\"__serializedLivelyClosures__\":{\"__isSmartRef__\":true,\"id\":15},\"_Rotation\":0,\"_Scale\":1,\"__LivelyClassName__\":\"lively.morphic.Morph\"},\"2\":{\"suspended\":false,\"target\":{\"__isSmartRef__\":true,\"id\":1},\"selector\":\"pupilFollowMouse\",\"args\":[],\"stopped\":false,\"tickTime\":100,\"currentTimeout\":45327,\"__SourceModuleName__\":\"Global.lively.morphic.Core\",\"__LivelyClassName__\":\"lively.morphic.TargetScript\"},\"3\":{\"position\":{\"__isSmartRef__\":true,\"id\":4},\"_Extent\":{\"__isSmartRef__\":true,\"id\":5},\"_Fill\":{\"__isSmartRef__\":true,\"id\":6},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":7},\"_BorderWidth\":0,\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"_BorderColor\":{\"__isSmartRef__\":true,\"id\":8},\"__LivelyClassName__\":\"lively.morphic.Shapes.Ellipse\"},\"4\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"5\":{\"x\":11.161954855290787,\"y\":11.161954855290787,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"6\":{\"r\":0.15291227995514967,\"g\":0.043913270140966035,\"b\":0,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"7\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"8\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"9\":{\"x\":10.152482427762953,\"y\":9.090390076063555,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"10\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":1,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"11\":{\"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\"},\"12\":{\"morph\":{\"__isSmartRef__\":true,\"id\":1},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"13\":{},\"14\":{\"x\":11.161954855290787,\"y\":11.161954855290787,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"15\":{\"pupilFollowMouse\":{\"__isSmartRef__\":true,\"id\":16}},\"16\":{\"varMapping\":{\"__isSmartRef__\":true,\"id\":17},\"source\":\"function pupilFollowMouse() { var eye = this.owner; var eyeR = Math.min(eye.bounds().width, eye.bounds().height)/2; var pupilR = Math.min(this.bounds().width, this.bounds().height)/2; var mousePt = this.world().firstHand().getPosition(); var eyePt = eye.worldPoint(eye.innerBounds().center()); var relMousePt = mousePt.subPt(eyePt); var pupilR = (eyeR-pupilR) / (1 + (200/Math.max(mousePt.r(), 1))); var pupilPt = Point.polar(pupilR, relMousePt.theta()); this.align(this.bounds().center(), eye.innerBounds().center().addPt(pupilPt)); }\",\"funcProperties\":{\"__isSmartRef__\":true,\"id\":18},\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"lively.Closure\"},\"17\":{},\"18\":{},\"19\":{\"position\":{\"__isSmartRef__\":true,\"id\":20},\"_Extent\":{\"__isSmartRef__\":true,\"id\":21},\"_Fill\":{\"__isSmartRef__\":true,\"id\":22},\"__SourceModuleName__\":\"Global.lively.morphic.Shapes\",\"renderContextTable\":{\"__isSmartRef__\":true,\"id\":23},\"_BorderWidth\":0,\"_BorderRadius\":0,\"_Opacity\":1,\"_BorderStyle\":\"solid\",\"__LivelyClassName__\":\"lively.morphic.Shapes.Ellipse\"},\"20\":{\"x\":0,\"y\":0,\"__SourceModuleName__\":\"Global\",\"__LivelyClassName__\":\"Point\"},\"21\":{\"x\":25.9652657274915,\"y\":21.9652657274915,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"22\":{\"r\":1,\"g\":1,\"b\":1,\"a\":1,\"__LivelyClassName__\":\"Color\",\"__SourceModuleName__\":\"Global\"},\"23\":{\"init\":\"initHTML\",\"appendShape\":\"renderHTML\",\"setPosition\":\"setPositionHTML\",\"setExtent\":\"setExtentHTML\",\"setFill\":\"setFillHTML\",\"setBorderColor\":\"setBorderColorHTML\",\"setBorderWidth\":\"setBorderWidthHTML\",\"setStrokeOpacity\":\"setStrokeOpacityHTML\",\"setBorderRadius\":\"setBorderRadiusHTML\",\"setBorderStyle\":\"setBorderStyleHTML\",\"setOpacity\":\"setOpacityHTML\"},\"24\":{\"x\":0,\"y\":0,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"25\":{\"partsSpaceName\":\"PartsBin/NewWorld\",\"migrationLevel\":2,\"__SourceModuleName__\":\"Global.lively.PartsBin\",\"partName\":\"WanderingEye\",\"__LivelyClassName__\":\"lively.PartsBin.PartsBinMetaInfo\"},\"26\":{\"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\"},\"27\":{\"morph\":{\"__isSmartRef__\":true,\"id\":0},\"__SourceModuleName__\":\"Global.lively.morphic.Events\",\"__LivelyClassName__\":\"lively.morphic.EventHandler\"},\"28\":{},\"29\":{\"x\":25.9652657274915,\"y\":20.9652657274915,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"30\":{\"x\":52.97994989982794,\"y\":-11.635088176809063,\"__LivelyClassName__\":\"Point\",\"__SourceModuleName__\":\"Global\"},\"isSimplifiedRegistry\":true}}","__LivelyClassName__":"lively.PartsBin.PartItem","__SourceModuleName__":"Global.lively.PartsBin"},"7334":{"sourceObj":{"__isSmartRef__":true,"id":7333},"sourceAttrName":"partVersions","targetObj":{"__isSmartRef__":true,"id":6715},"targetMethodName":"updateList","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7335":{"sourceObj":{"__isSmartRef__":true,"id":7333},"sourceAttrName":"loadedMetaInfo","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"setMetaInfoOfSelectedItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7336":{"sourceObj":{"__isSmartRef__":true,"id":7333},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":7337},"targetMethodName":"remove","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7337":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":7338},"id":292,"renderContextTable":{"__isSmartRef__":true,"id":7343},"eventHandler":{"__isSmartRef__":true,"id":7344},"droppingEnabled":true,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":7345},"owner":null,"__LivelyClassName__":"lively.morphic.Box","__SourceModuleName__":"Global.lively.morphic.Core"},"7338":{"_Position":{"__isSmartRef__":true,"id":7339},"renderContextTable":{"__isSmartRef__":true,"id":7340},"_Extent":{"__isSmartRef__":true,"id":7341},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":7342},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"7339":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7340":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7341":{"x":100,"y":100,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7342":{"r":0.8,"g":0.8,"b":0.8,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7343":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7344":{"morph":{"__isSmartRef__":true,"id":7337},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"7345":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7346":{"sourceObj":{"__isSmartRef__":true,"id":7333},"sourceAttrName":"part","targetObj":{"__isSmartRef__":true,"id":7301},"targetMethodName":"openLoadedPartsBinItem","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"7347":{"partsSpaceName":"PartsBin/NewWorld","migrationLevel":2,"__SourceModuleName__":"Global.lively.PartsBin","partName":"WanderingEye","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7348":{"position":{"__isSmartRef__":true,"id":7349},"_Extent":{"__isSmartRef__":true,"id":7350},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7351},"_Fill":{"__isSmartRef__":true,"id":7352},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7353},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"scroll","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7349":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7350":{"x":538,"y":421.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7351":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7352":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7353":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7354":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7355":{"x":538,"y":421.01402102803513,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7356":{"sourceObj":{"__isSmartRef__":true,"id":6878},"sourceAttrName":"selectedItem","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"setSelectedPartItem","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7357":{"resizeHeight":true,"resizeWidth":true},"7358":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7359":{"morph":{"__isSmartRef__":true,"id":6878},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7360":{"x":154,"y":37,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7361":{"startAddingPartItems":{"__isSmartRef__":true,"id":7362},"addPartItemAsync":{"__isSmartRef__":true,"id":7364},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":7366}},"7362":{"time":{"__isSmartRef__":true,"id":7363},"user":"robertkrahn"},"7363":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:00:58 GMT+0200 (CEST)"},"7364":{"time":{"__isSmartRef__":true,"id":7365},"user":"robertkrahn"},"7365":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:38 GMT+0200 (CEST)"},"7366":{"time":{"__isSmartRef__":true,"id":7367},"user":"robertkrahn"},"7367":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:03:46 GMT+0200 (CEST)"},"7368":{"adjustForNewBounds":{"__isSmartRef__":true,"id":7369},"unselectAll":{"__isSmartRef__":true,"id":7376},"selectPartItem":{"__isSmartRef__":true,"id":7379},"startAddingPartItems":{"__isSmartRef__":true,"id":7382},"addPartItemAsync":{"__isSmartRef__":true,"id":7385},"stopAddingPartItemsAsync":{"__isSmartRef__":true,"id":7388}},"7369":{"varMapping":{"__isSmartRef__":true,"id":7370},"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":7375},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7370":{"this":{"__isSmartRef__":true,"id":6878},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7371}},"7371":{"$super":{"__isSmartRef__":true,"id":7372}},"7372":{"varMapping":{"__isSmartRef__":true,"id":7373},"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":7374},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7373":{"obj":{"__isSmartRef__":true,"id":6878},"name":"adjustForNewBounds"},"7374":{},"7375":{},"7376":{"varMapping":{"__isSmartRef__":true,"id":7377},"source":"function unselectAll() {\n\tthis.submorphs.invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":7378},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7377":{"this":{"__isSmartRef__":true,"id":6878}},"7378":{},"7379":{"varMapping":{"__isSmartRef__":true,"id":7380},"source":"function selectPartItem(item) {\n\tthis.selectedItem = item && item.partItem;\n\tthis.submorphs.without(item).invoke('showAsNotSelected');\n}","funcProperties":{"__isSmartRef__":true,"id":7381},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7380":{"this":{"__isSmartRef__":true,"id":6878}},"7381":{},"7382":{"varMapping":{"__isSmartRef__":true,"id":7383},"source":"function startAddingPartItems(partItems) {\n this.partItemsToBeAdded = partItems.clone();\n this.startStepping(0, 'addPartItemAsync')\n}","funcProperties":{"__isSmartRef__":true,"id":7384},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7383":{"this":{"__isSmartRef__":true,"id":6878}},"7384":{},"7385":{"varMapping":{"__isSmartRef__":true,"id":7386},"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":7387},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7386":{"this":{"__isSmartRef__":true,"id":6878}},"7387":{},"7388":{"varMapping":{"__isSmartRef__":true,"id":7389},"source":"function stopAddingPartItemsAsync() {\n this.stopStepping();\n delete this.partItemsToBeAdded;\n}","funcProperties":{"__isSmartRef__":true,"id":7390},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7389":{"this":{"__isSmartRef__":true,"id":6878}},"7390":{},"7391":{"submorphs":[{"__isSmartRef__":true,"id":7392}],"scripts":[],"id":111,"shape":{"__isSmartRef__":true,"id":7406},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7421},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7410},"lighterFill":{"__isSmartRef__":true,"id":7422},"label":{"__isSmartRef__":true,"id":7392},"name":"removeCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7431},"attributeConnections":[{"__isSmartRef__":true,"id":7432}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":7433},"owner":{"__isSmartRef__":true,"id":6559},"layout":{"__isSmartRef__":true,"id":7434},"renderContextTable":{"__isSmartRef__":true,"id":7435},"eventHandler":{"__isSmartRef__":true,"id":7436},"_Rotation":0,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7437},"__LivelyClassName__":"lively.morphic.Button"},"7392":{"submorphs":[],"scripts":[],"id":112,"shape":{"__isSmartRef__":true,"id":7393},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7398},"_MaxTextWidth":20,"_MaxTextHeight":20,"textStyle":null,"padding":{"__isSmartRef__":true,"id":7399},"_Padding":{"__isSmartRef__":true,"id":7400},"owner":{"__isSmartRef__":true,"id":7391},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":7401},"textChunks":[{"__isSmartRef__":true,"id":7402}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":7404},"eventHandler":{"__isSmartRef__":true,"id":7405},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"7393":{"position":{"__isSmartRef__":true,"id":7394},"_Extent":{"__isSmartRef__":true,"id":7395},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7396},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7397},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7394":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7395":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7396":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7397":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7398":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7399":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7400":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7401":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7402":{"style":{"__isSmartRef__":true,"id":7403},"chunkOwner":{"__isSmartRef__":true,"id":7392},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"-","__LivelyClassName__":"lively.morphic.TextChunk"},"7403":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7404":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7405":{"morph":{"__isSmartRef__":true,"id":7392},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7406":{"position":{"__isSmartRef__":true,"id":7407},"_Extent":{"__isSmartRef__":true,"id":7408},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":7409},"_Fill":{"__isSmartRef__":true,"id":7410},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7420},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7407":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7408":{"x":20,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7409":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7410":{"stops":[{"__isSmartRef__":true,"id":7411},{"__isSmartRef__":true,"id":7413},{"__isSmartRef__":true,"id":7415},{"__isSmartRef__":true,"id":7417}],"vector":{"__isSmartRef__":true,"id":7419},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7411":{"offset":0,"color":{"__isSmartRef__":true,"id":7412}},"7412":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7413":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7414}},"7414":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7415":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7416}},"7416":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7417":{"offset":1,"color":{"__isSmartRef__":true,"id":7418}},"7418":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7419":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7420":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7421":{"x":120,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7422":{"stops":[{"__isSmartRef__":true,"id":7423},{"__isSmartRef__":true,"id":7425},{"__isSmartRef__":true,"id":7427},{"__isSmartRef__":true,"id":7429}],"vector":{"__isSmartRef__":true,"id":7419},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7423":{"offset":0,"color":{"__isSmartRef__":true,"id":7424}},"7424":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7425":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7426}},"7426":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7427":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7428}},"7428":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7429":{"offset":1,"color":{"__isSmartRef__":true,"id":7430}},"7430":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7431":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7432":{"sourceObj":{"__isSmartRef__":true,"id":7391},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7391},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7433":{"x":134.06609913216516,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7434":{"moveVertical":true},"7435":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7436":{"morph":{"__isSmartRef__":true,"id":7391},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7437":{"onFire":{"__isSmartRef__":true,"id":7438}},"7438":{"varMapping":{"__isSmartRef__":true,"id":7439},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').removeCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":7440},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7439":{"this":{"__isSmartRef__":true,"id":7391}},"7440":{},"7441":{"submorphs":[{"__isSmartRef__":true,"id":7442}],"scripts":[],"id":113,"shape":{"__isSmartRef__":true,"id":7456},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7471},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7460},"lighterFill":{"__isSmartRef__":true,"id":7472},"label":{"__isSmartRef__":true,"id":7442},"name":"addCategoryButton","showsHalos":false,"partsBinMetaInfo":{"__isSmartRef__":true,"id":7481},"attributeConnections":[{"__isSmartRef__":true,"id":7482}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":7483},"owner":{"__isSmartRef__":true,"id":6559},"layout":{"__isSmartRef__":true,"id":7484},"renderContextTable":{"__isSmartRef__":true,"id":7485},"eventHandler":{"__isSmartRef__":true,"id":7486},"_Rotation":0,"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7487},"__LivelyClassName__":"lively.morphic.Button"},"7442":{"submorphs":[],"scripts":[],"id":114,"shape":{"__isSmartRef__":true,"id":7443},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7448},"_MaxTextWidth":20,"_MaxTextHeight":20,"textStyle":null,"padding":{"__isSmartRef__":true,"id":7449},"_Padding":{"__isSmartRef__":true,"id":7450},"owner":{"__isSmartRef__":true,"id":7441},"isLabel":true,"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","_ClipMode":"hidden","priorExtent":{"__isSmartRef__":true,"id":7451},"textChunks":[{"__isSmartRef__":true,"id":7452}],"_Align":"center","renderContextTable":{"__isSmartRef__":true,"id":7454},"eventHandler":{"__isSmartRef__":true,"id":7455},"_HandStyle":"default","_PointerEvents":"none","_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"7443":{"position":{"__isSmartRef__":true,"id":7444},"_Extent":{"__isSmartRef__":true,"id":7445},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7446},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7447},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7444":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7445":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7446":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7447":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7448":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7449":{"x":5,"y":5,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7450":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7451":{"x":20,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7452":{"style":{"__isSmartRef__":true,"id":7453},"chunkOwner":{"__isSmartRef__":true,"id":7442},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"+","__LivelyClassName__":"lively.morphic.TextChunk"},"7453":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7454":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7455":{"morph":{"__isSmartRef__":true,"id":7442},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7456":{"position":{"__isSmartRef__":true,"id":7457},"_Extent":{"__isSmartRef__":true,"id":7458},"_BorderWidth":1.1840000000000002,"_BorderColor":{"__isSmartRef__":true,"id":7459},"_Fill":{"__isSmartRef__":true,"id":7460},"_BorderRadius":5.2,"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7470},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7457":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7458":{"x":20,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7459":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7460":{"stops":[{"__isSmartRef__":true,"id":7461},{"__isSmartRef__":true,"id":7463},{"__isSmartRef__":true,"id":7465},{"__isSmartRef__":true,"id":7467}],"vector":{"__isSmartRef__":true,"id":7469},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7461":{"offset":0,"color":{"__isSmartRef__":true,"id":7462}},"7462":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7463":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7464}},"7464":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7465":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7466}},"7466":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7467":{"offset":1,"color":{"__isSmartRef__":true,"id":7468}},"7468":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7469":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7470":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7471":{"x":100,"y":10,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7472":{"stops":[{"__isSmartRef__":true,"id":7473},{"__isSmartRef__":true,"id":7475},{"__isSmartRef__":true,"id":7477},{"__isSmartRef__":true,"id":7479}],"vector":{"__isSmartRef__":true,"id":7469},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7473":{"offset":0,"color":{"__isSmartRef__":true,"id":7474}},"7474":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7475":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7476}},"7476":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7477":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7478}},"7478":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7479":{"offset":1,"color":{"__isSmartRef__":true,"id":7480}},"7480":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7481":{"partsSpaceName":"PartsBin/NewWorld","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7482":{"sourceObj":{"__isSmartRef__":true,"id":7441},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":7441},"targetMethodName":"onFire","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7483":{"x":134.06609913216516,"y":19.99799699599498,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7484":{"moveVertical":true},"7485":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7486":{"morph":{"__isSmartRef__":true,"id":7441},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7487":{"onFire":{"__isSmartRef__":true,"id":7488}},"7488":{"varMapping":{"__isSmartRef__":true,"id":7489},"source":"function onFire() {\n\tthis.get('PartsBinBrowser').addCategoryInteractively()\n}","funcProperties":{"__isSmartRef__":true,"id":7490},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7489":{"this":{"__isSmartRef__":true,"id":7441}},"7490":{},"7491":{"submorphs":[],"scripts":[],"id":115,"shape":{"__isSmartRef__":true,"id":7492},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":true,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7497},"_MaxTextWidth":488,"_MaxTextHeight":21,"textColor":{"__isSmartRef__":true,"id":7498},"showsHalos":false,"_FontSize":11,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"searchText","partsBinMetaInfo":{"__isSmartRef__":true,"id":7499},"textChunks":[{"__isSmartRef__":true,"id":7500}],"charsReplaced":"Search","lastFindLoc":-6,"priorSelectionRange":[0,0],"prevScroll":[0,0],"_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":7502},"renderContextTable":{"__isSmartRef__":true,"id":7503},"eventHandler":{"__isSmartRef__":true,"id":7504},"owner":{"__isSmartRef__":true,"id":6559},"isInputLine":true,"attributeConnections":[{"__isSmartRef__":true,"id":7505}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"layout":{"__isSmartRef__":true,"id":7506},"_WhiteSpaceHandling":"pre-wrap","_ClipMode":"hidden","_Rotation":0,"savedTextString":"test","__LivelyClassName__":"lively.morphic.Text"},"7492":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7493},"_Extent":{"__isSmartRef__":true,"id":7494},"_BorderWidth":2.3680000000000003,"_BorderColor":{"__isSmartRef__":true,"id":7495},"renderContextTable":{"__isSmartRef__":true,"id":7496},"_BorderRadius":1.8500000000000003,"_Opacity":1,"_BorderStyle":"solid","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7493":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7494":{"x":488,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7495":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7496":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7497":{"x":153.76802363450668,"y":13.108574301564317,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7498":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7499":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7500":{"style":{"__isSmartRef__":true,"id":7501},"chunkOwner":{"__isSmartRef__":true,"id":7491},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"","__LivelyClassName__":"lively.morphic.TextChunk"},"7501":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7502":{"x":488,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7503":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7504":{"morph":{"__isSmartRef__":true,"id":7491},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7505":{"sourceObj":{"__isSmartRef__":true,"id":7491},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"search","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7506":{},"7507":{"submorphs":[],"scripts":[],"id":116,"shape":{"__isSmartRef__":true,"id":7508},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7513},"_MaxTextWidth":168,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":7511},"showsHalos":false,"_FontSize":9,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text4","partsBinMetaInfo":{"__isSmartRef__":true,"id":7514},"textChunks":[{"__isSmartRef__":true,"id":7515}],"charsReplaced":"some text","lastFindLoc":-9,"priorSelectionRange":[0,6],"prevScroll":[0,0],"_Scale":1,"priorExtent":{"__isSmartRef__":true,"id":7517},"renderContextTable":{"__isSmartRef__":true,"id":7518},"eventHandler":{"__isSmartRef__":true,"id":7519},"owner":{"__isSmartRef__":true,"id":6559},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Rotation":0,"__LivelyClassName__":"lively.morphic.Text"},"7508":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7509},"_Extent":{"__isSmartRef__":true,"id":7510},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":7511},"renderContextTable":{"__isSmartRef__":true,"id":7512},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7509":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7510":{"x":168,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7511":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7512":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7513":{"x":154.76802363450668,"y":0.10857430156420378,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7514":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":1,"__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7515":{"style":{"__isSmartRef__":true,"id":7516},"morph":{"__isSmartRef__":true,"id":7507},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":7507},"storedString":"search","__LivelyClassName__":"lively.morphic.TextChunk"},"7516":{"__SourceModuleName__":"Global.lively.morphic.TextCore","italics":"italic","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7517":{"x":168,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7518":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7519":{"morph":{"__isSmartRef__":true,"id":7507},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7520":{"submorphs":[{"__isSmartRef__":true,"id":7521}],"scripts":[],"id":117,"shape":{"__isSmartRef__":true,"id":7535},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":true,"halosEnabled":true,"registeredForMouseEvents":true,"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":7538},"lighterFill":{"__isSmartRef__":true,"id":7550},"label":{"__isSmartRef__":true,"id":7521},"attributeConnections":[{"__isSmartRef__":true,"id":7559},{"__isSmartRef__":true,"id":7586},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590}],"doNotSerialize":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"doNotCopyProperties":["$$fire","$$_Position","$$_Scale","$$_Rotation","$$owner"],"showsHalos":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","padding":{"__isSmartRef__":true,"id":7612},"name":"moreButton","partsBinMetaInfo":{"__isSmartRef__":true,"id":7613},"renderContextTable":{"__isSmartRef__":true,"id":7614},"eventHandler":{"__isSmartRef__":true,"id":7615},"priorExtent":{"__isSmartRef__":true,"id":7616},"magnets":[{"__isSmartRef__":true,"id":7573}],"layout":{"__isSmartRef__":true,"id":7617},"_Position":{"__isSmartRef__":true,"id":7618},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":6559},"__LivelyClassName__":"lively.morphic.Button"},"7521":{"submorphs":[],"scripts":[],"id":118,"shape":{"__isSmartRef__":true,"id":7522},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":true,"fixedWidth":true,"_MaxTextWidth":45.76199368290986,"_MaxTextHeight":20,"fixedHeight":true,"allowsInput":false,"_OverflowMode":"visible","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":7527},"textColor":{"__isSmartRef__":true,"id":7525},"owner":{"__isSmartRef__":true,"id":7520},"eventsAreIgnored":true,"__SourceModuleName__":"Global.lively.morphic.TextCore","textChunks":[{"__isSmartRef__":true,"id":7528}],"padding":{"__isSmartRef__":true,"id":7530},"_Padding":{"__isSmartRef__":true,"id":7531},"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":7532},"_FontFamily":"Helvetica, Sans-Serif","renderContextTable":{"__isSmartRef__":true,"id":7533},"eventHandler":{"__isSmartRef__":true,"id":7534},"_HandStyle":"default","_PointerEvents":"none","_ClipMode":"hidden","_WhiteSpaceHandling":"pre-wrap","_Align":"center","_FontSize":11,"_Scale":1,"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"__LivelyClassName__":"lively.morphic.Text"},"7522":{"borderWidth":0,"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7523},"_Extent":{"__isSmartRef__":true,"id":7524},"_BorderColor":{"__isSmartRef__":true,"id":7525},"renderContextTable":{"__isSmartRef__":true,"id":7526},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7523":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7524":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7525":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7526":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7527":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7528":{"style":{"__isSmartRef__":true,"id":7529},"chunkOwner":{"__isSmartRef__":true,"id":7521},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"more","__LivelyClassName__":"lively.morphic.TextChunk"},"7529":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"7530":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7531":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7532":{"x":45.76199368290986,"y":20,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7533":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"7534":{"morph":{"__isSmartRef__":true,"id":7521},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7535":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":7536},"_Extent":{"__isSmartRef__":true,"id":7537},"_Fill":{"__isSmartRef__":true,"id":7538},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7548},"_BorderRadius":5,"renderContextTable":{"__isSmartRef__":true,"id":7549},"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7536":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7537":{"x":45.76199368290986,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7538":{"stops":[{"__isSmartRef__":true,"id":7539},{"__isSmartRef__":true,"id":7541},{"__isSmartRef__":true,"id":7543},{"__isSmartRef__":true,"id":7545}],"vector":{"__isSmartRef__":true,"id":7547},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7539":{"offset":0,"color":{"__isSmartRef__":true,"id":7540}},"7540":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7541":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7542}},"7542":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7543":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7544}},"7544":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7545":{"offset":1,"color":{"__isSmartRef__":true,"id":7546}},"7546":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7547":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7548":{"r":0.839,"g":0.839,"b":0.839,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7549":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7550":{"stops":[{"__isSmartRef__":true,"id":7551},{"__isSmartRef__":true,"id":7553},{"__isSmartRef__":true,"id":7555},{"__isSmartRef__":true,"id":7557}],"vector":{"__isSmartRef__":true,"id":7547},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"7551":{"offset":0,"color":{"__isSmartRef__":true,"id":7552}},"7552":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7553":{"offset":0.4,"color":{"__isSmartRef__":true,"id":7554}},"7554":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7555":{"offset":0.6,"color":{"__isSmartRef__":true,"id":7556}},"7556":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7557":{"offset":1,"color":{"__isSmartRef__":true,"id":7558}},"7558":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7559":{"sourceObj":{"__isSmartRef__":true,"id":7520},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"toggleMorePane","visualConnector":{"__isSmartRef__":true,"id":7560},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7560":{"submorphs":[],"scripts":[],"id":7318,"renderContextTable":{"__isSmartRef__":true,"id":7561},"shape":{"__isSmartRef__":true,"id":7562},"droppingEnabled":true,"halosEnabled":true,"eventHandler":{"__isSmartRef__":true,"id":7571},"controlPoints":[{"__isSmartRef__":true,"id":7572},{"__isSmartRef__":true,"id":7575}],"con":{"__isSmartRef__":true,"id":7559},"showsMorphMenu":true,"isCopyMorphRef":true,"morphRefId":1,"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7578},"__LivelyClassName__":"lively.morphic.Path"},"7561":{"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"},"7562":{"dontChangeShape":false,"cachedVertices":[{"__isSmartRef__":true,"id":7563},{"__isSmartRef__":true,"id":7564}],"_PathElements":[{"__isSmartRef__":true,"id":7565},{"__isSmartRef__":true,"id":7566}],"renderContextTable":{"__isSmartRef__":true,"id":7567},"_Position":{"__isSmartRef__":true,"id":7568},"_Extent":{"__isSmartRef__":true,"id":7569},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7570},"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.Path"},"7563":{"x":1250.7056209229172,"y":272.4651792443084,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7564":{"x":601.9078618157697,"y":258.49298948598243,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"7565":{"isAbsolute":true,"x":1250.7056209229172,"y":272.4651792443084,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.MoveTo"},"7566":{"isAbsolute":true,"x":601.9078618157697,"y":258.49298948598243,"__SourceModuleName__":"Global.lively.morphic.PathShapes","__LivelyClassName__":"lively.morphic.Shapes.LineTo"},"7567":{},"7568":{"x":-2,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7569":{"x":720.7977294921875,"y":13.972190856933594,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7570":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7571":{"morph":{"__isSmartRef__":true,"id":7560},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7572":{"morph":{"__isSmartRef__":true,"id":7560},"index":0,"connectedMagnet":{"__isSmartRef__":true,"id":7573},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"7573":{"morph":{"__isSmartRef__":true,"id":7520},"position":{"__isSmartRef__":true,"id":7574},"connectedControlPoints":[{"__isSmartRef__":true,"id":7572}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"7574":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7575":{"morph":{"__isSmartRef__":true,"id":7560},"index":1,"connectedMagnet":{"__isSmartRef__":true,"id":7576},"__SourceModuleName__":"Global.lively.morphic.AdditionalMorphs","__LivelyClassName__":"lively.morphic.ControlPoint"},"7576":{"morph":{"__isSmartRef__":true,"id":6559},"position":{"__isSmartRef__":true,"id":7577},"connectedControlPoints":[{"__isSmartRef__":true,"id":7575}],"__SourceModuleName__":"Global.lively.morphic.Connectors","__LivelyClassName__":"lively.morphic.Magnet"},"7577":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7578":{"morphMenuItems":{"__isSmartRef__":true,"id":7579}},"7579":{"varMapping":{"__isSmartRef__":true,"id":7580},"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":7585},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7580":{"this":{"__isSmartRef__":true,"id":7560},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7581}},"7581":{"$super":{"__isSmartRef__":true,"id":7582}},"7582":{"varMapping":{"__isSmartRef__":true,"id":7583},"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":7584},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7583":{"obj":{"__isSmartRef__":true,"id":7560},"name":"morphMenuItems"},"7584":{},"7585":{},"7586":{"sourceObj":{"__isSmartRef__":true,"id":7520},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":7572},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7601},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7604},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7601},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7604},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7601},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7604},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7601},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7604},{"__isSmartRef__":true,"id":7587},{"__isSmartRef__":true,"id":7588},{"__isSmartRef__":true,"id":7589},{"__isSmartRef__":true,"id":7590},{"__isSmartRef__":true,"id":7592},{"__isSmartRef__":true,"id":7593},{"__isSmartRef__":true,"id":7594},{"__isSmartRef__":true,"id":7595},{"__isSmartRef__":true,"id":7601},{"__isSmartRef__":true,"id":7602},{"__isSmartRef__":true,"id":7603},{"__isSmartRef__":true,"id":7604}],"oldTransform":{"__isSmartRef__":true,"id":7610},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"7587":{"sourceObj":{"__isSmartRef__":true,"id":7520},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7588":{"sourceObj":{"__isSmartRef__":true,"id":7520},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7589":{"sourceObj":{"__isSmartRef__":true,"id":7520},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7590":{"sourceObj":{"__isSmartRef__":true,"id":7520},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"updateOwners","converter":null,"converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7591},"dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7591":{"source":{"__isSmartRef__":true,"id":7520},"target":{"__isSmartRef__":true,"id":7586}},"7592":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7593":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7594":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7595":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7596},"dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7597},"__LivelyClassName__":"AttributeConnection"},"7596":{"source":{"__isSmartRef__":true,"id":6559},"target":{"__isSmartRef__":true,"id":7586}},"7597":{"converter":{"__isSmartRef__":true,"id":7598}},"7598":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":7599},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":7600},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7599":{"source":{"__isSmartRef__":true,"id":6559},"target":{"__isSmartRef__":true,"id":7586}},"7600":{},"7601":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7602":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7603":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7604":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":7586},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7605},"dependedBy":{"__isSmartRef__":true,"id":7586},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7606},"__LivelyClassName__":"AttributeConnection"},"7605":{"source":{"__isSmartRef__":true,"id":6558},"target":{"__isSmartRef__":true,"id":7586}},"7606":{"converter":{"__isSmartRef__":true,"id":7607}},"7607":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":7608},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":7609},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7608":{"source":{"__isSmartRef__":true,"id":6558},"target":{"__isSmartRef__":true,"id":7586}},"7609":{},"7610":{"d":1,"a":1,"f":272.4651792443084,"e":1250.7056209229172,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":7611},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"7611":{"a":1,"b":0,"c":0,"d":1,"e":1250.7056209229172,"f":272.4651792443084,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"7612":{"x":5,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"7613":{"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"},"7614":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7615":{"morph":{"__isSmartRef__":true,"id":7520},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7616":{"x":46.754037491637405,"y":20,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7617":{"moveHorizontal":true},"7618":{"x":648.7977591071475,"y":13.972189758325953,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7619":{"position":{"__isSmartRef__":true,"id":7620},"_Extent":{"__isSmartRef__":true,"id":7621},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":7622},"_Fill":{"__isSmartRef__":true,"id":7623},"__SourceModuleName__":"Global.lively.morphic.Shapes","renderContextTable":{"__isSmartRef__":true,"id":7624},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"7620":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7621":{"x":701.1842763684606,"y":471.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7622":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"7623":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"7624":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"7625":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":2,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"7626":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"categoryName","targetObj":{"__isSmartRef__":true,"id":6559},"targetMethodName":"loadPartsOfCategory","converter":null,"converterString":null,"updater":null,"updaterString":null,"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7627":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"globalTransform","targetObj":{"__isSmartRef__":true,"id":7575},"targetMethodName":"alignToMagnet","dependendConnections":[{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7637},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7640},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7637},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7640},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7637},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7640},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7637},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7640},{"__isSmartRef__":true,"id":7628},{"__isSmartRef__":true,"id":7629},{"__isSmartRef__":true,"id":7630},{"__isSmartRef__":true,"id":7631},{"__isSmartRef__":true,"id":7637},{"__isSmartRef__":true,"id":7638},{"__isSmartRef__":true,"id":7639},{"__isSmartRef__":true,"id":7640}],"oldTransform":{"__isSmartRef__":true,"id":7646},"__SourceModuleName__":"Global.lively.bindings.GeometryBindings","__LivelyClassName__":"lively.morphic.GeometryTransformConnection"},"7628":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7629":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7630":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7631":{"sourceObj":{"__isSmartRef__":true,"id":6559},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7632},"dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7633},"__LivelyClassName__":"AttributeConnection"},"7632":{"source":{"__isSmartRef__":true,"id":6559},"target":{"__isSmartRef__":true,"id":7627}},"7633":{"converter":{"__isSmartRef__":true,"id":7634}},"7634":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":7635},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":7636},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7635":{"source":{"__isSmartRef__":true,"id":6559},"target":{"__isSmartRef__":true,"id":7627}},"7636":{},"7637":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"_Position","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7638":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"_Scale","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7639":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"_Rotation","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"signalTarget","dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"7640":{"sourceObj":{"__isSmartRef__":true,"id":6558},"sourceAttrName":"owner","targetObj":{"__isSmartRef__":true,"id":7627},"targetMethodName":"updateOwners","converterString":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":7641},"dependedBy":{"__isSmartRef__":true,"id":7627},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":7642},"__LivelyClassName__":"AttributeConnection"},"7641":{"source":{"__isSmartRef__":true,"id":6558},"target":{"__isSmartRef__":true,"id":7627}},"7642":{"converter":{"__isSmartRef__":true,"id":7643}},"7643":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":7644},"source":"function (newOwner, oldOwner) {\n return [newOwner, oldOwner]\n }","funcProperties":{"__isSmartRef__":true,"id":7645},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"7644":{"source":{"__isSmartRef__":true,"id":6558},"target":{"__isSmartRef__":true,"id":7627}},"7645":{},"7646":{"d":1,"a":1,"f":258.49298948598243,"e":601.9078618157697,"c":0,"b":0,"matrix_":{"__isSmartRef__":true,"id":7647},"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"7647":{"a":1,"b":0,"c":0,"d":1,"e":601.9078618157697,"f":258.49298948598243,"__LivelyClassName__":"lively.morphic.Similitude","__SourceModuleName__":"Global.lively.morphic.Core"},"7648":{"resizeWidth":true,"resizeHeight":true,"adjustForNewBounds":true},"7649":{"x":701.1842763684606,"y":471.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"7650":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"7651":{"morph":{"__isSmartRef__":true,"id":6559},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"7652":{"toggleMorePane":{"__isSmartRef__":true,"id":7653}},"7653":{},"7654":{"loadPartsOfCategory":{"__isSmartRef__":true,"id":7655},"addPartsFromURLs":{"__isSmartRef__":true,"id":7657},"addMorphsForPartItems":{"__isSmartRef__":true,"id":7659},"removeParts":{"__isSmartRef__":true,"id":7661},"addPartsOfCategory":{"__isSmartRef__":true,"id":7663},"setupConnections":{"__isSmartRef__":true,"id":7665},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":7667},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":7669}},"7655":{"time":{"__isSmartRef__":true,"id":7656},"user":"robertkrahn"},"7656":{"isSerializedDate":true,"string":"Sat Jun 25 2011 15:25:12 GMT+0200 (CEST)"},"7657":{"time":{"__isSmartRef__":true,"id":7658},"user":"robertkrahn"},"7658":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:10:07 GMT+0200 (CEST)"},"7659":{"time":{"__isSmartRef__":true,"id":7660},"user":"robertkrahn"},"7660":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:07:50 GMT+0200 (CEST)"},"7661":{"time":{"__isSmartRef__":true,"id":7662},"user":"robertkrahn"},"7662":{"isSerializedDate":true,"string":"Fri Jul 01 2011 02:07:18 GMT+0200 (CEST)"},"7663":{"time":{"__isSmartRef__":true,"id":7664},"user":"robertkrahn"},"7664":{"isSerializedDate":true,"string":"Sat Jul 02 2011 02:55:34 GMT+0200 (CEST)"},"7665":{"time":{"__isSmartRef__":true,"id":7666},"user":"robertkrahn"},"7666":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:08:02 GMT+0200 (CEST)"},"7667":{"time":{"__isSmartRef__":true,"id":7668},"user":"robertkrahn"},"7668":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:17 GMT+0200 (CEST)"},"7669":{"time":{"__isSmartRef__":true,"id":7670},"user":"robertkrahn"},"7670":{"isSerializedDate":true,"string":"Thu Jul 07 2011 16:13:12 GMT+0200 (CEST)"},"7671":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7672":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text%20support/FontList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7673":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text%20support/FontList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7674":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text%20support/FontList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7675":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/Label.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7676":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/SubmitButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7677":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/Label.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7678":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/SubmitButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7679":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/InputField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7680":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/InputField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7681":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/Label.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7682":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/SubmitButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7683":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Forms/InputField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7684":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewCPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7685":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7686":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7687":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7688":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7689":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7690":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7691":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7692":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7693":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/ColoredRectCreator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7694":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7695":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Alien.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7696":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7697":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7698":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/GridColorArt.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7699":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7700":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7701":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/Elephant.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7702":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/RefactorMan.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7703":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7704":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColorsAgain.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7705":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/CrazyColors.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7706":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Fun/FunnyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7707":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/GridColorArt.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7708":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7709":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7710":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7711":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7712":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7713":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7714":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7715":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7716":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisMiserableExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7717":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7718":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLCirclePacking.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7719":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7720":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7721":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7722":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/CPUVisualization1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7723":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7724":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7725":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7726":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisStackDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7727":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7728":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7729":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7730":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLSunbursts.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7731":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7732":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/TreeMap.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7733":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/URLIndentedTree.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7734":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/ProtovisDrawing.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7735":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7736":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7737":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Visualization/WorldMorphTreeMap.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7738":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7739":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7740":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7741":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7742":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7743":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7744":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7745":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7746":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7747":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/VersionViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7748":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/CommitCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7749":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Wiki/WikiActivities.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7750":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EventPlayerMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7751":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7752":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7753":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7754":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7755":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CodePane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7756":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/NameLabel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7757":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DropDownList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7758":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DropDownList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7759":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/DropDownList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7760":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7761":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7762":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/TabFolder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7763":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7764":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7765":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ResizeCorner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7766":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7767":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CheckBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7768":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7769":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7770":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7771":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7772":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CheckBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7773":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7774":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7775":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ProgressBar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7776":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7777":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7778":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7779":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/JournalEntry.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7780":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7781":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/ClipMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7782":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7783":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7784":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/LabeledBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7785":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/CloseButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7786":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Widgets/FilterableList.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7787":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EventPlayerMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7788":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisulization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7789":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7790":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7791":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Documentation/LivelyHelp.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7792":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/RemoveWorldButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7793":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/Title.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7794":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/RemoveWorldButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7795":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/Title.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7796":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/RemoveWorldButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7797":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Worlds/Title.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7798":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7799":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7800":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7801":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7802":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7803":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Issues/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7804":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisulization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7805":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7806":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7807":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7808":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7809":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7810":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/RotationBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7811":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/SubtitleTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7812":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7813":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7814":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7815":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7816":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/NoteTextStyle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7817":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7818":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7819":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/ColorBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7820":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7821":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7822":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7823":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/TitleTextStyle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7824":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/LaTeXHighlighting.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7825":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/DroppableBehaviors/InvisibleBehavior.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7826":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EventPlayerMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7827":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7828":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7829":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationControllerPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7830":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7831":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7832":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7833":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7834":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7835":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7836":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TestSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7837":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7838":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPLogo.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7839":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7840":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7841":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7842":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7843":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7844":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7845":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7846":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7847":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7848":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SWATitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7849":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SAPSWASlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7850":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7851":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7852":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7853":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/PresentationController2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7854":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7855":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/TemplateSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7856":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7857":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7858":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/SlideOverlay.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7859":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Presenting/HPITitleSlide.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7860":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7861":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7862":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample3.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7863":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Examples/LongTextExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7864":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisulization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7865":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7866":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7867":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/List.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7868":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7869":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7870":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7871":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7872":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7873":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7874":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7875":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7876":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrows.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7877":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Image.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7878":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7879":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7880":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7881":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7882":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Line.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7883":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7884":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7885":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7886":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7887":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7888":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7889":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/TabFolder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7890":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7891":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Ellipse.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7892":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7893":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/LineWithArrow.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7894":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/SnappingRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7895":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7896":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7897":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7898":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Rectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7899":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7900":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Triangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7901":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7902":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7903":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Star.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7904":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7905":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7906":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/ObjectEditorPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7907":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7908":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/ColoredRectCreator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7909":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Marker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7910":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/Car.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7911":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/List.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7912":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/PrimitiveShapes.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7913":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/CrazyColors.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7914":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Basic/List.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7915":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7916":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7917":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7918":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7919":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7920":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7921":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7922":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Slider.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7923":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ScriptableButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7924":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ChoiceButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7925":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7926":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7927":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7928":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/StartStopButton.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7929":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7930":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/ComboText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7931":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7932":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Inputs/Button.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7933":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7934":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7935":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7936":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7937":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7938":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7939":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7940":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7941":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7942":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/MetaNoteText.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7943":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7944":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Cool.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7945":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7946":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/PaperMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7947":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Text/TextBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7948":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CheckBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7949":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EvenNewerCPUVisualization.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7950":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7951":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EvenNewerCPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7952":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7953":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7954":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7955":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7956":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7957":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7958":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7959":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7960":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7961":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7962":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7963":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7964":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7965":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7966":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/AlternativeObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7967":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectSerializationGraph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7968":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7969":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertyWatcher.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7970":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertyWatcher.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7971":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/Benchmarker2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7972":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7973":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/ObjectTracer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7974":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertyWatcher.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7975":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7976":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7977":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/CurveInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7978":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/PropertySheet.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7979":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Debugging/TextInspector.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7980":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/VeryNewCPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7981":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7982":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7983":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Robert/RobertsTransportationMorph.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7984":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7985":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7986":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Maps/GoogleMaps.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7987":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/EvenNewerCPUVisualization.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7988":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7989":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7990":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CodeSnippets/ConvertPartsBinLogos.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7991":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7992":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7993":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7994":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7995":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SpreadsheetScripter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7996":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7997":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7998":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SpreadsheetScripter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"7999":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8000":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SearchSourceCode.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8001":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8002":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BugTracker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8003":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/SpreadsheetScripter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8004":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8005":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BugTracker.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8006":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8007":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8008":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/PartsBinBrowser.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8009":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8010":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8011":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/BugTracker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8012":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/IFrameLoader.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8013":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ServerSearch.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8014":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8015":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8016":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/MethodFinder.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8017":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ClassBrowser.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8018":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Tools/ObjectEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8019":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/LatestChangesViewer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8020":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8021":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8022":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8023":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8024":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8025":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer1.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8026":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8027":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/ColorField.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8028":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserComboBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8029":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Text.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8030":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor2.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8031":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer1.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8032":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.svg","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8033":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/SAPLogo.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8034":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8035":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8036":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8037":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8038":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8039":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8040":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8041":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8042":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/FontChooserDialog.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8043":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/CollapsiblePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8044":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/WordCounter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8045":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/MetaNoteText.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8046":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8047":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8048":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TextAttributePanel.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8049":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/StyleEditor1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8050":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TextAttributePanel.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8051":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/DiffExample.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8052":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8053":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8054":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/Cool.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8055":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TextAttributePanel.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8056":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VideoCodecTester.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8057":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TracBugTracker.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8058":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8059":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/LatestChangesViewer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8060":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8061":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/LatestChangesViewer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8062":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/TracBugTracker.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8063":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/NewWorld/VersionDiffer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8064":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8065":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8066":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8067":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8068":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8069":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8070":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/Timer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8071":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONConverter.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8072":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Scripting/JSONPrinter.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8073":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8074":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8075":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8076":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8077":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/DraggingControl.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8078":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Controls/GrabbingControl.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8079":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8080":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8081":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Database/DatabaseContainer.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8082":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8083":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8084":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8085":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUData.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8086":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8087":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8088":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8089":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CPUWorkload.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8090":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8091":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/CommandLine.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8092":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8093":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8094":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerCommands.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8095":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8096":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/ServerPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8097":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8098":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/JSRemoteServerWorkspace.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8099":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8100":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Server/FibonacciPart.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8101":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8102":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8103":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8104":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8105":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8106":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8107":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8108":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8109":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Windmill.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8110":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/RotatingStar.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8111":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/TestWidget.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8112":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8113":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8114":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/Clock.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8115":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8116":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8117":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/SillyClock.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8118":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Demos/ArchitectureOverview.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8119":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8120":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/ObjectTracer.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8121":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/MethodFinder.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8122":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8123":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/CPUVisualization.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8124":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8125":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8126":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8127":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8128":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8129":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8130":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8131":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/SnappingRectangle.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8132":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8133":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/VBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8134":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/SnappingRectangle.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8135":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/HBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8136":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/LayoutConfigurator.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8137":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/JournalBox.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8138":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Layout/SnappingRectangle.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8139":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Journal.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8140":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestClassRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8141":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8142":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8143":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestClassRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8144":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestClassRunner.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8145":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestNewHTMLLogoObject.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8146":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8147":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunner.metainfo","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8148":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8149":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunPane1.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8150":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/Testing/TestRunner.html","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8151":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/PartsBin/TestObject.json","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"8152":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8153":{"uncategorized":"PartsBin/",".svn":{"__isSmartRef__":true,"id":8154},"Backgrounds":{"__isSmartRef__":true,"id":8155},"Basic":{"__isSmartRef__":true,"id":8156},"CodeSnippets":{"__isSmartRef__":true,"id":8157},"Collaboration":{"__isSmartRef__":true,"id":8158},"Controls":{"__isSmartRef__":true,"id":8159},"Database":{"__isSmartRef__":true,"id":8160},"Debugging":{"__isSmartRef__":true,"id":8161},"Demos":{"__isSmartRef__":true,"id":8162},"Documentation":{"__isSmartRef__":true,"id":8163},"DroppableBehaviors":{"__isSmartRef__":true,"id":8164},"Examples":{"__isSmartRef__":true,"id":8165},"Fabian":{"__isSmartRef__":true,"id":8166},"Forms":{"__isSmartRef__":true,"id":8167},"Fun":{"__isSmartRef__":true,"id":8168},"Inputs":{"__isSmartRef__":true,"id":8169},"Issues":{"__isSmartRef__":true,"id":8170},"Layout":{"__isSmartRef__":true,"id":8171},"Maps":{"__isSmartRef__":true,"id":8172},"NewWorld":{"__isSmartRef__":true,"id":8173},"Presenting":{"__isSmartRef__":true,"id":8174},"Robert":{"__isSmartRef__":true,"id":8175},"Sandbox":{"__isSmartRef__":true,"id":8176},"Scripting":{"__isSmartRef__":true,"id":8177},"Server":{"__isSmartRef__":true,"id":8178},"Testing":{"__isSmartRef__":true,"id":8179},"Text":{"__isSmartRef__":true,"id":8180},"Text support":{"__isSmartRef__":true,"id":8181},"Tools":{"__isSmartRef__":true,"id":8182},"Visualization":{"__isSmartRef__":true,"id":8183},"Widgets":{"__isSmartRef__":true,"id":8184},"Wiki":{"__isSmartRef__":true,"id":8185},"Worlds":{"__isSmartRef__":true,"id":8186},"*latest*":{"__isSmartRef__":true,"id":8187},"*all*":{"__isSmartRef__":true,"id":8188},"*search*":{"__isSmartRef__":true,"id":8189}},"8154":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/.svn/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8155":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Backgrounds/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8156":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Basic/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8157":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/CodeSnippets/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8158":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Collaboration/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8159":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Controls/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8160":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Database/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8161":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Debugging/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8162":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Demos/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8163":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Documentation/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8164":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/DroppableBehaviors/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8165":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Examples/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8166":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fabian/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8167":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Forms/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8168":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Fun/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8169":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Inputs/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8170":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Issues/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8171":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Layout/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8172":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Maps/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8173":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/NewWorld/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8174":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Presenting/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8175":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Robert/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8176":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Sandbox/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8177":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Scripting/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8178":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Server/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8179":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Testing/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8180":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Text/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8181":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Text support/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8182":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Tools/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8183":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Visualization/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8184":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Widgets/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8185":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Wiki/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8186":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/PartsBin/Worlds/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8187":{"isSpecialCategory":true},"8188":{"isSpecialCategory":true},"8189":{"isSpecialCategory":true},"8190":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":8191},"reloadEverything":{"__isSmartRef__":true,"id":8198},"ensureCategories":{"__isSmartRef__":true,"id":8201},"updateCategoriesDictFromPartsBin":{"__isSmartRef__":true,"id":8204},"updateCategoryList":{"__isSmartRef__":true,"id":8207},"defaultPartsBinURL":{"__isSmartRef__":true,"id":8210},"reset":{"__isSmartRef__":true,"id":8213},"setupConnections":{"__isSmartRef__":true,"id":8216},"loadPartsOfCategory":{"__isSmartRef__":true,"id":8219},"removeParts":{"__isSmartRef__":true,"id":8222},"getPartsSpaceForCategory":{"__isSmartRef__":true,"id":8225},"addMorphsForPartItems":{"__isSmartRef__":true,"id":8228},"getURLForCategoryNamed":{"__isSmartRef__":true,"id":8231},"setSelectedPartItem":{"__isSmartRef__":true,"id":8234},"makeUpPartNameFor":{"__isSmartRef__":true,"id":8237},"openPart":{"__isSmartRef__":true,"id":8240},"interactivelyRemoveSelectedPartItem":{"__isSmartRef__":true,"id":8243},"loadAndOpenSelectedPartItem":{"__isSmartRef__":true,"id":8246},"addCategory":{"__isSmartRef__":true,"id":8249},"addCategoryInteractively":{"__isSmartRef__":true,"id":8252},"addExternalCategory":{"__isSmartRef__":true,"id":8255},"removeCategory":{"__isSmartRef__":true,"id":8258},"removeCategoryInteractively":{"__isSmartRef__":true,"id":8261},"interactivelyMoveSelectedPartItem":{"__isSmartRef__":true,"id":8264},"setMetaInfoOfSelectedItem":{"__isSmartRef__":true,"id":8267},"saveCommentForSelectedPartItem":{"__isSmartRef__":true,"id":8270},"addPartsOfCategory":{"__isSmartRef__":true,"id":8273},"onLoadLatest":{"__isSmartRef__":true,"id":8276},"onLoadAll":{"__isSmartRef__":true,"id":8279},"onSearch":{"__isSmartRef__":true,"id":8282},"addPartsFromURLs":{"__isSmartRef__":true,"id":8285},"search":{"__isSmartRef__":true,"id":8288},"showMsg":{"__isSmartRef__":true,"id":8291},"toggleMorePane":{"__isSmartRef__":true,"id":8294},"interactivelyCopySelectedPartItem":{"__isSmartRef__":true,"id":8297}},"8191":{"varMapping":{"__isSmartRef__":true,"id":8192},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":8197},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8192":{"this":{"__isSmartRef__":true,"id":6559},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8193}},"8193":{"$super":{"__isSmartRef__":true,"id":8194}},"8194":{"varMapping":{"__isSmartRef__":true,"id":8195},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8196},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8195":{"obj":{"__isSmartRef__":true,"id":6559},"name":"onLoadFromPartsBin"},"8196":{},"8197":{},"8198":{"varMapping":{"__isSmartRef__":true,"id":8199},"source":"function reloadEverything() {\n\tthis.setSelectedPartItem(null)\n\tthis.updateCategoriesDictFromPartsBin();\n var selectedCategory = this.categoryName;\n this.addCategory(\"*latest*\", true);\n this.addCategory(\"*all*\", true);\n this.addCategory(\"*search*\", true);\n this.updateCategoryList(selectedCategory);\n}","funcProperties":{"__isSmartRef__":true,"id":8200},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8199":{"this":{"__isSmartRef__":true,"id":6559}},"8200":{},"8201":{"varMapping":{"__isSmartRef__":true,"id":8202},"source":"function ensureCategories() {\n\tif (!this.categories)\n\t\tthis.categories = {uncategorized: 'PartsBin/'};\n}","funcProperties":{"__isSmartRef__":true,"id":8203},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8202":{"this":{"__isSmartRef__":true,"id":6559}},"8203":{},"8204":{"varMapping":{"__isSmartRef__":true,"id":8205},"source":"function updateCategoriesDictFromPartsBin() {\n\tthis.ensureCategories();\n\tvar webR = new WebResource(this.defaultPartsBinURL());\n\twebR.getSubElements().subCollections.forEach(function(dir) {\n\t\t// FIXME OMeta does something here...!\n\t\tvar unescape = Global.urlUnescape || Global.unescape,\n\t\t\tunescaped = unescape(dir.getURL().filename()),\n\t\t\tname = unescaped.replace(/\\/$/,\"\");\n\t\tthis.categories[name] = this.defaultPartsBinURL().withFilename(unescaped);\n\t}, this);\n}","funcProperties":{"__isSmartRef__":true,"id":8206},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8205":{"this":{"__isSmartRef__":true,"id":6559}},"8206":{},"8207":{"varMapping":{"__isSmartRef__":true,"id":8208},"source":"function updateCategoryList(optCategoryName) {\n\tthis.get('categoryList').updateList(\n\t\tProperties.own(this.categories).sortBy(function(name) { return name.toLowerCase()}))\n\tthis.get('categoryList').setSelection(optCategoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":8209},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8208":{"this":{"__isSmartRef__":true,"id":6559}},"8209":{},"8210":{"varMapping":{"__isSmartRef__":true,"id":8211},"source":"function defaultPartsBinURL() {\n\treturn URL.codeBase.withFilename('PartsBin/');\n}","funcProperties":{"__isSmartRef__":true,"id":8212},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8211":{"this":{"__isSmartRef__":true,"id":6559}},"8212":{},"8213":{"varMapping":{"__isSmartRef__":true,"id":8214},"source":"function reset() {\n this.connections = {toggleMorePane: {}} \n\t// this.getPartsBinMetaInfo().addRequiredModule('lively.PartsBin')\n\tthis.setSelectedPartItem(null)\n\tdelete this.categories;\n\tthis.get('categoryList').updateList([])\n\tthis.get('partsBinContents').removeAllMorphs();\n this.get('searchText').setTextString(\"\")\n}","funcProperties":{"__isSmartRef__":true,"id":8215},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8214":{"this":{"__isSmartRef__":true,"id":6559}},"8215":{},"8216":{"varMapping":{"__isSmartRef__":true,"id":8217},"source":"function setupConnections() {\n\tconnect(this.closeButton, 'fire', this, 'remove')\n\tconnect(this.addCategoryButton, 'fire', this, 'addCategoryInteractively')\n\tconnect(this.get('removeCategoryButton'), 'fire', this, 'removeCategoryInteractively')\n\tconnect(this.get('categoryList'), 'selection', this, 'categoryName')\n\tconnect(this, 'categoryName', this, 'loadPartsOfCategory')\n\n\tconnect(this.get('partsBinContents'), 'selectedItem', this, 'setSelectedPartItem')\n\n\tconnect(this.get('reloadButton'), \"fire\", this, \"reloadEverything\")\n\n\tconnect(this.get('loadPartButton'), \"fire\", this, \"loadAndOpenSelectedPartItem\")\n\n\tconnect(this.get('removePartButton'), \"fire\", this, \"interactivelyRemoveSelectedPartItem\")\n\n\tconnect(this.get('movePartButton'), \"fire\", this, \"interactivelyMoveSelectedPartItem\")\n\tconnect(this.get('copyPartButton'), \"fire\", this, \"interactivelyCopySelectedPartItem\")\n\n\tconnect(this.get('selectedPartComment'), \"savedTextString\", this, \"saveCommentForSelectedPartItem\")\n}","funcProperties":{"__isSmartRef__":true,"id":8218},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8217":{"this":{"__isSmartRef__":true,"id":6559}},"8218":{},"8219":{"varMapping":{"__isSmartRef__":true,"id":8220},"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.defaultPartsBinURL()).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.defaultPartsBinURL()).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.defaultPartsBinURL()).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":8221},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8220":{"this":{"__isSmartRef__":true,"id":6559}},"8221":{},"8222":{"varMapping":{"__isSmartRef__":true,"id":8223},"source":"function removeParts() {\n\tthis.get('partsBinContents').submorphs.clone().invoke('remove')\n}","funcProperties":{"__isSmartRef__":true,"id":8224},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8223":{"this":{"__isSmartRef__":true,"id":6559}},"8224":{},"8225":{"varMapping":{"__isSmartRef__":true,"id":8226},"source":"function getPartsSpaceForCategory(categoryName) {\n\tvar url = this.getURLForCategoryNamed(categoryName);\n\treturn lively.PartsBin.partsSpaceWithURL(url);\n}","funcProperties":{"__isSmartRef__":true,"id":8227},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8226":{"this":{"__isSmartRef__":true,"id":6559}},"8227":{},"8228":{"varMapping":{"__isSmartRef__":true,"id":8229},"source":"function addMorphsForPartItems(partItems, doNotSort) {\n this.removeParts();\n if (!doNotSort)\n partItems = partItems.sortBy(function(ea) {\n return ea.name.toLowerCase() })\n\n var pContents = this.get('partsBinContents');\n pContents.stopAddingPartItemsAsync();\n pContents.startAddingPartItems(partItems);\n}","funcProperties":{"__isSmartRef__":true,"id":8230},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8229":{"this":{"__isSmartRef__":true,"id":6559}},"8230":{},"8231":{"varMapping":{"__isSmartRef__":true,"id":8232},"source":"function getURLForCategoryNamed(categoryName) {\n\tvar relative = this.categories[categoryName];\n\tif (!relative) return null;\n\treturn URL.ensureAbsoluteCodeBaseURL(relative).withRelativePartsResolved()\n}","funcProperties":{"__isSmartRef__":true,"id":8233},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8232":{"this":{"__isSmartRef__":true,"id":6559}},"8233":{},"8234":{"varMapping":{"__isSmartRef__":true,"id":8235},"source":"function setSelectedPartItem(item) {\n\tthis.selectedPartItem = item;\n\tthis.get('selectedPartComment').textString = '';\n\tthis.get('selectedPartVersions').updateList(item ? ['Loading versions...']: []);\n\tthis.get('selectedPartVersions').setSelection(null);\n\tif (!item) {\n\t\tthis.get('selectedPartName').textString = 'nothing selected'\n this.get('selectedPartSpaceName').textString = ''\n\t\treturn;\n\t}\n\tthis.get('selectedPartName').textString = item.name\n this.get('selectedPartSpaceName').textString = item.partsSpaceName\n\n\t// load versions\n\tconnect(item, 'partVersions', this.get('selectedPartVersions'), 'updateList');\n\titem.loadPartVersions(true);\n\n\t// load meta info\n\tconnect(item, 'loadedMetaInfo', this, 'setMetaInfoOfSelectedItem');\n\titem.loadPartMetaInfo(true);\n}","funcProperties":{"__isSmartRef__":true,"id":8236},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8235":{"this":{"__isSmartRef__":true,"id":6559}},"8236":{},"8237":{"varMapping":{"__isSmartRef__":true,"id":8238},"source":"function makeUpPartNameFor(name) {\n\tif (!$morph(name)) return name;\n\tvar i = 2\n\twhile($morph(name + i)) { i++}\n\treturn name + i;\n}","funcProperties":{"__isSmartRef__":true,"id":8239},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8238":{"this":{"__isSmartRef__":true,"id":6559}},"8239":{},"8240":{"varMapping":{"__isSmartRef__":true,"id":8241},"source":"function openPart(partMorph) {\n\tpartMorph.setName(this.makeUpPartNameFor(partMorph.getName()));\n\tlively.morphic.World.current().firstHand().grabMorph(partMorph, null);\n\tpartMorph.setPosition(pt(0,0));\n\t// partMorph.forceRestartAllActiveScripts();\n}","funcProperties":{"__isSmartRef__":true,"id":8242},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8241":{"this":{"__isSmartRef__":true,"id":6559}},"8242":{},"8243":{"varMapping":{"__isSmartRef__":true,"id":8244},"source":"function interactivelyRemoveSelectedPartItem(partMorph) {\n\tvar item = this.selectedPartItem;\n\tif (!item) return;\n\tthis.world().confirm(\"really delete \" + item.name + \" in PartsBin?\", function(answer) {\n\t\tif (!answer) return;\n\t\titem.del();\n\t\tthis.reloadEverything();\n\t\talertOK(\"deleted \" + item.name);\n\t}.bind(this))\n}","funcProperties":{"__isSmartRef__":true,"id":8245},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8244":{"this":{"__isSmartRef__":true,"id":6559}},"8245":{},"8246":{"varMapping":{"__isSmartRef__":true,"id":8247},"source":"function loadAndOpenSelectedPartItem(partMorph) {\n\tvar item = this.selectedPartItem;\n\tif (!item) return;\n\tconnect(item, 'part', this, 'openPart');\n\tvar selectedVersion = this.get('selectedPartVersions').selection,\n\t\trev = selectedVersion ? selectedVersion.rev : null;\n\titem.loadPart(true, null, rev);\n\talert('loading ' + item.name + '...');\n}","funcProperties":{"__isSmartRef__":true,"id":8248},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8247":{"this":{"__isSmartRef__":true,"id":6559}},"8248":{},"8249":{"varMapping":{"__isSmartRef__":true,"id":8250},"source":"function addCategory(categoryName, doNotUpdate) {\n // this.addCategory(\"*all*\") \n\tif (!categoryName.startsWith(\"*\")) {\n\t var url = this.defaultPartsBinURL().withFilename(categoryName)\n this.addExternalCategory(categoryName, url, true);\n } else {\n // alertOK(\"add special category: \" + categoryName);\n this.categories[categoryName] = {isSpecialCategory: true};\n if (!doNotUpdate)\n this.updateCategoryList(categoryName)\n }\n}","funcProperties":{"__isSmartRef__":true,"id":8251},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8250":{"this":{"__isSmartRef__":true,"id":6559}},"8251":{},"8252":{"varMapping":{"__isSmartRef__":true,"id":8253},"source":"function addCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.prompt('Name of new category?', function(categoryName) {\n\t\tif (!categoryName || categoryName == '') {\n\t\t\talert('no category created!')\n\t\t\treturn;\n\t\t}\n\t\tpartsBin.addCategory(categoryName)\n\t})\t\n}","funcProperties":{"__isSmartRef__":true,"id":8254},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8253":{"this":{"__isSmartRef__":true,"id":6559}},"8254":{},"8255":{"varMapping":{"__isSmartRef__":true,"id":8256},"source":"function addExternalCategory(categoryName, url, createPath) {\n\turl = url.asDirectory();\n\tthis.categories[categoryName] = url;\n\tif (createPath) {\n\t\tthis.getPartsSpaceForCategory(categoryName).ensureExistance();\n\t}\n\tthis.updateCategoryList(categoryName)\n}","funcProperties":{"__isSmartRef__":true,"id":8257},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8256":{"this":{"__isSmartRef__":true,"id":6559}},"8257":{},"8258":{"varMapping":{"__isSmartRef__":true,"id":8259},"source":"function removeCategory(categoryName) {\n\t// categoryName = this.categoryName\n\tvar url = this.getURLForCategoryNamed(categoryName);\n\tif (!url) {\n\t\talert('No category ' + categoryName + ' exists! Doing nothing')\n\t\treturn;\n\t}\n\tvar webR = new WebResource(url);\n\tif (!webR.exists()) {\n\t\talert('Does not exist: ' + url);\n\t\tdelete this.categories[categoryName];\n\t\tlively.PartsBin.removePartsSpace(name);\n\t\tthis.updateCategoryList();\n\t\treturn\n\t}\n\twebR.getSubElements()\n\tif (!webR.subDocuments || webR.subDocuments.length > 0 ||\n\t\t\t !webR.subCollections || webR.subCollections.length > 0) {\n\t\talert('Will not remove directory ' + url + ' because it is not empty')\n\t} else {\n\t\twebR.del();\n\t\talertOK('Removed ' + categoryName + ' url ' + url);\n\t}\n\tdelete this.categories[categoryName];\n\tlively.PartsBin.removePartsSpace(name);\n\tthis.updateCategoryList();\n}","funcProperties":{"__isSmartRef__":true,"id":8260},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8259":{"this":{"__isSmartRef__":true,"id":6559}},"8260":{},"8261":{"varMapping":{"__isSmartRef__":true,"id":8262},"source":"function removeCategoryInteractively() {\n\tvar partsBin = this, world = this.world();\n\tworld.confirm('Really remove ' + this.categoryName + '?', function(result) {\n\t\tif (!result) {\n\t\t\talert('no category removed!')\n\t\t\treturn;\n\t\t}\n\t\tpartsBin.removeCategory(partsBin.categoryName)\n\t})\t\n}","funcProperties":{"__isSmartRef__":true,"id":8263},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8262":{"this":{"__isSmartRef__":true,"id":6559}},"8263":{},"8264":{"varMapping":{"__isSmartRef__":true,"id":8265},"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":8266},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8265":{"this":{"__isSmartRef__":true,"id":6559}},"8266":{},"8267":{"varMapping":{"__isSmartRef__":true,"id":8268},"source":"function setMetaInfoOfSelectedItem(metaInfo) {\n\tvar comment = (metaInfo && metaInfo.getComment()) || 'No comment yet';\n\tthis.get('selectedPartComment').textString = comment;\n}","funcProperties":{"__isSmartRef__":true,"id":8269},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8268":{"this":{"__isSmartRef__":true,"id":6559}},"8269":{},"8270":{"varMapping":{"__isSmartRef__":true,"id":8271},"source":"function saveCommentForSelectedPartItem(comment) {\n\tif (!this.selectedPartItem) {\n\t\talert('no part item selected!')\n\t\treturn;\n\t}\n\tvar metaInfo = this.selectedPartItem.getMetaInfo();\n\tmetaInfo.setComment(comment);\n\tthis.selectedPartItem.uploadMetaInfoOnly();\n}","funcProperties":{"__isSmartRef__":true,"id":8272},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8271":{"this":{"__isSmartRef__":true,"id":6559}},"8272":{},"8273":{"varMapping":{"__isSmartRef__":true,"id":8274},"source":"function addPartsOfCategory(categoryName) {\n\tvar partsSpace = this.getPartsSpaceForCategory(categoryName);\n\tconnect(partsSpace, 'partItems', this, 'addMorphsForPartItems', {\n\t\tconverter: function(partItemObj) { return Properties.ownValues(partItemObj) }})\n\tpartsSpace.load(true)\n}","funcProperties":{"__isSmartRef__":true,"id":8275},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8274":{"this":{"__isSmartRef__":true,"id":6559}},"8275":{},"8276":{"varMapping":{"__isSmartRef__":true,"id":8277},"source":"function onLoadLatest(propfindXML) {\n\t// extract\n\tvar rawNodes = new Query(\"/D:multistatus/D:response\").findAll(propfindXML.documentElement);\n\n\tvar svnVersionInfos = rawNodes.map(function(rawNode) { return SVNVersionInfo.fromPropfindNode(rawNode) });\n\n // alertOK(\"loaded latest: \" + svnVersionInfos.length)\n \t// this.svnLatestVersionInfos = svnVersionInfos;\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":8278},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8277":{"this":{"__isSmartRef__":true,"id":6559}},"8278":{},"8279":{"varMapping":{"__isSmartRef__":true,"id":8280},"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":8281},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8280":{"this":{"__isSmartRef__":true,"id":6559}},"8281":{},"8282":{"varMapping":{"__isSmartRef__":true,"id":8283},"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":8284},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8283":{"this":{"__isSmartRef__":true,"id":6559}},"8284":{},"8285":{"varMapping":{"__isSmartRef__":true,"id":8286},"source":"function addPartsFromURLs(urls) {\n var partsBin = this,\n partItems = [];\n\n urls.forEach(function(ea) {\n var partPath = ea.relativePathFrom(URL.codeBase),\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 // urls.nestedDelay(\n // function(ea) {\n // var partPath = ea.relativePathFrom(URL.codeBase),\n // match = partPath.match(/(.*\\/)(.*).json/)\n // if (match)\n // partItems.push(lively.PartsBin.getPartItem(match[2], match[1]));\n // },\n // 0.1,\n // function() { partsBin.addMorphsForPartItems(partItems, true) });\n}","funcProperties":{"__isSmartRef__":true,"id":8287},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8286":{"this":{"__isSmartRef__":true,"id":6559}},"8287":{},"8288":{"varMapping":{"__isSmartRef__":true,"id":8289},"source":"function search(searchString) {\n this.get('categoryList').setSelection(\"*search*\")\n}","funcProperties":{"__isSmartRef__":true,"id":8290},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8289":{"this":{"__isSmartRef__":true,"id":6559}},"8290":{},"8291":{"varMapping":{"__isSmartRef__":true,"id":8292},"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":8293},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8292":{"this":{"__isSmartRef__":true,"id":6559}},"8293":{},"8294":{"varMapping":{"__isSmartRef__":true,"id":8295},"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":8296},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8295":{"this":{"__isSmartRef__":true,"id":6559}},"8296":{},"8297":{"varMapping":{"__isSmartRef__":true,"id":8298},"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":8299},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8298":{"this":{"__isSmartRef__":true,"id":6559}},"8299":{},"8300":{"submorphs":[{"__isSmartRef__":true,"id":8301},{"__isSmartRef__":true,"id":8315},{"__isSmartRef__":true,"id":8361},{"__isSmartRef__":true,"id":8394}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8428},"id":119,"renderContextTable":{"__isSmartRef__":true,"id":8433},"eventHandler":{"__isSmartRef__":true,"id":8434},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":8435},"_Position":{"__isSmartRef__":true,"id":8436},"windowMorph":{"__isSmartRef__":true,"id":6558},"label":{"__isSmartRef__":true,"id":8301},"closeButton":{"__isSmartRef__":true,"id":8315},"menuButton":{"__isSmartRef__":true,"id":8361},"collapseButton":{"__isSmartRef__":true,"id":8394},"priorExtent":{"__isSmartRef__":true,"id":8437},"owner":{"__isSmartRef__":true,"id":6558},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"8301":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8302},"id":120,"renderContextTable":{"__isSmartRef__":true,"id":8307},"textChunks":[{"__isSmartRef__":true,"id":8308}],"eventHandler":{"__isSmartRef__":true,"id":8310},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8311},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":8312},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":8300},"priorExtent":{"__isSmartRef__":true,"id":8313},"_MaxTextWidth":642.1842763684606,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":8314},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"8302":{"_Position":{"__isSmartRef__":true,"id":8303},"renderContextTable":{"__isSmartRef__":true,"id":8304},"_Extent":{"__isSmartRef__":true,"id":8305},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8306},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8303":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8304":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8305":{"x":642.1842763684606,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8306":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8307":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8308":{"style":{"__isSmartRef__":true,"id":8309},"chunkOwner":{"__isSmartRef__":true,"id":8301},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"PartsBinBrowser","__LivelyClassName__":"lively.morphic.TextChunk"},"8309":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"8310":{"morph":{"__isSmartRef__":true,"id":8301},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8311":{"x":0,"y":0,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"8312":{"resizeWidth":true},"8313":{"x":642.1842763684606,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8314":{"x":20,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8315":{"submorphs":[{"__isSmartRef__":true,"id":8316}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8328},"id":121,"renderContextTable":{"__isSmartRef__":true,"id":8343},"eventHandler":{"__isSmartRef__":true,"id":8344},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8345},"priorExtent":{"__isSmartRef__":true,"id":8346},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8333},"lighterFill":{"__isSmartRef__":true,"id":8347},"label":{"__isSmartRef__":true,"id":8316},"owner":{"__isSmartRef__":true,"id":8300},"layout":{"__isSmartRef__":true,"id":8356},"attributeConnections":[{"__isSmartRef__":true,"id":8357},{"__isSmartRef__":true,"id":8359}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"8316":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8317},"id":122,"renderContextTable":{"__isSmartRef__":true,"id":8321},"textChunks":[{"__isSmartRef__":true,"id":8322}],"eventHandler":{"__isSmartRef__":true,"id":8324},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8325},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":8326},"priorExtent":{"__isSmartRef__":true,"id":8327},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8315},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"8317":{"_Position":{"__isSmartRef__":true,"id":8318},"renderContextTable":{"__isSmartRef__":true,"id":8319},"_Extent":{"__isSmartRef__":true,"id":8320},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8306},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8318":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8319":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8320":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8321":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8322":{"style":{"__isSmartRef__":true,"id":8323},"chunkOwner":{"__isSmartRef__":true,"id":8316},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"8323":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"8324":{"morph":{"__isSmartRef__":true,"id":8316},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8325":{"x":0,"y":3,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"8326":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8327":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8328":{"_Position":{"__isSmartRef__":true,"id":8329},"renderContextTable":{"__isSmartRef__":true,"id":8330},"_Extent":{"__isSmartRef__":true,"id":8331},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8332},"_Fill":{"__isSmartRef__":true,"id":8333},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8329":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8330":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8331":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8332":{"r":0.7411764705882353,"g":0.7450980392156863,"b":0.7529411764705882,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8333":{"stops":[{"__isSmartRef__":true,"id":8334},{"__isSmartRef__":true,"id":8336},{"__isSmartRef__":true,"id":8338},{"__isSmartRef__":true,"id":8340}],"vector":{"__isSmartRef__":true,"id":8342},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"8334":{"offset":0,"color":{"__isSmartRef__":true,"id":8335}},"8335":{"r":0.9600000000000001,"g":0.9600000000000001,"b":0.9600000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8336":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8337}},"8337":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8338":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8339}},"8339":{"r":0.8200000000000001,"g":0.8200000000000001,"b":0.8200000000000001,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8340":{"offset":1,"color":{"__isSmartRef__":true,"id":8341}},"8341":{"r":0.94,"g":0.94,"b":0.94,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8342":{"x":0,"y":0,"width":0,"height":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"8343":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8344":{"morph":{"__isSmartRef__":true,"id":8315},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8345":{"x":681.1842763684606,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8346":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8347":{"stops":[{"__isSmartRef__":true,"id":8348},{"__isSmartRef__":true,"id":8350},{"__isSmartRef__":true,"id":8352},{"__isSmartRef__":true,"id":8354}],"vector":{"__isSmartRef__":true,"id":8342},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"8348":{"offset":0,"color":{"__isSmartRef__":true,"id":8349}},"8349":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8350":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8351}},"8351":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8352":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8353}},"8353":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8354":{"offset":1,"color":{"__isSmartRef__":true,"id":8355}},"8355":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8356":{"moveHorizontal":true},"8357":{"sourceObj":{"__isSmartRef__":true,"id":8315},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":6558},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8358},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"8358":{"source":{"__isSmartRef__":true,"id":8315},"target":{"__isSmartRef__":true,"id":6558}},"8359":{"sourceObj":{"__isSmartRef__":true,"id":8315},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6558},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8360},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"8360":{"source":{"__isSmartRef__":true,"id":8315},"target":{"__isSmartRef__":true,"id":6558}},"8361":{"submorphs":[{"__isSmartRef__":true,"id":8362}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8373},"id":123,"renderContextTable":{"__isSmartRef__":true,"id":8377},"eventHandler":{"__isSmartRef__":true,"id":8378},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8379},"priorExtent":{"__isSmartRef__":true,"id":8380},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8333},"lighterFill":{"__isSmartRef__":true,"id":8381},"label":{"__isSmartRef__":true,"id":8362},"owner":{"__isSmartRef__":true,"id":8300},"attributeConnections":[{"__isSmartRef__":true,"id":8390},{"__isSmartRef__":true,"id":8392}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"8362":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8363},"id":124,"renderContextTable":{"__isSmartRef__":true,"id":8367},"textChunks":[{"__isSmartRef__":true,"id":8368}],"eventHandler":{"__isSmartRef__":true,"id":8370},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8325},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":8371},"priorExtent":{"__isSmartRef__":true,"id":8372},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8361},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"8363":{"_Position":{"__isSmartRef__":true,"id":8364},"renderContextTable":{"__isSmartRef__":true,"id":8365},"_Extent":{"__isSmartRef__":true,"id":8366},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8306},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8364":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8365":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8366":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8367":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8368":{"style":{"__isSmartRef__":true,"id":8369},"chunkOwner":{"__isSmartRef__":true,"id":8362},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"8369":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"8370":{"morph":{"__isSmartRef__":true,"id":8362},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8371":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8372":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8373":{"_Position":{"__isSmartRef__":true,"id":8374},"renderContextTable":{"__isSmartRef__":true,"id":8375},"_Extent":{"__isSmartRef__":true,"id":8376},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8332},"_Fill":{"__isSmartRef__":true,"id":8333},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8374":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8375":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8376":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8377":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8378":{"morph":{"__isSmartRef__":true,"id":8361},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8379":{"x":3,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8380":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8381":{"stops":[{"__isSmartRef__":true,"id":8382},{"__isSmartRef__":true,"id":8384},{"__isSmartRef__":true,"id":8386},{"__isSmartRef__":true,"id":8388}],"vector":{"__isSmartRef__":true,"id":8342},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"8382":{"offset":0,"color":{"__isSmartRef__":true,"id":8383}},"8383":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8384":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8385}},"8385":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8386":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8387}},"8387":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8388":{"offset":1,"color":{"__isSmartRef__":true,"id":8389}},"8389":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8390":{"sourceObj":{"__isSmartRef__":true,"id":8361},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":6558},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8391},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"8391":{"source":{"__isSmartRef__":true,"id":8361},"target":{"__isSmartRef__":true,"id":6558}},"8392":{"sourceObj":{"__isSmartRef__":true,"id":8361},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6558},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8393},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"8393":{"source":{"__isSmartRef__":true,"id":8361},"target":{"__isSmartRef__":true,"id":6558}},"8394":{"submorphs":[{"__isSmartRef__":true,"id":8395}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8406},"id":125,"renderContextTable":{"__isSmartRef__":true,"id":8410},"eventHandler":{"__isSmartRef__":true,"id":8411},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8412},"priorExtent":{"__isSmartRef__":true,"id":8413},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":8333},"lighterFill":{"__isSmartRef__":true,"id":8414},"label":{"__isSmartRef__":true,"id":8395},"owner":{"__isSmartRef__":true,"id":8300},"layout":{"__isSmartRef__":true,"id":8423},"attributeConnections":[{"__isSmartRef__":true,"id":8424},{"__isSmartRef__":true,"id":8426}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"8395":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8396},"id":126,"renderContextTable":{"__isSmartRef__":true,"id":8400},"textChunks":[{"__isSmartRef__":true,"id":8401}],"eventHandler":{"__isSmartRef__":true,"id":8403},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8325},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":8404},"priorExtent":{"__isSmartRef__":true,"id":8405},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8394},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"8396":{"_Position":{"__isSmartRef__":true,"id":8397},"renderContextTable":{"__isSmartRef__":true,"id":8398},"_Extent":{"__isSmartRef__":true,"id":8399},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8306},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8397":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8398":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8399":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8400":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8401":{"style":{"__isSmartRef__":true,"id":8402},"chunkOwner":{"__isSmartRef__":true,"id":8395},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"8402":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"8403":{"morph":{"__isSmartRef__":true,"id":8395},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8404":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8405":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8406":{"_Position":{"__isSmartRef__":true,"id":8407},"renderContextTable":{"__isSmartRef__":true,"id":8408},"_Extent":{"__isSmartRef__":true,"id":8409},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":8332},"_Fill":{"__isSmartRef__":true,"id":8333},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8407":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8408":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8409":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8410":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8411":{"morph":{"__isSmartRef__":true,"id":8394},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8412":{"x":662.1842763684606,"y":3,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8413":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8414":{"stops":[{"__isSmartRef__":true,"id":8415},{"__isSmartRef__":true,"id":8417},{"__isSmartRef__":true,"id":8419},{"__isSmartRef__":true,"id":8421}],"vector":{"__isSmartRef__":true,"id":8342},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"8415":{"offset":0,"color":{"__isSmartRef__":true,"id":8416}},"8416":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8417":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8418}},"8418":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8419":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8420}},"8420":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8421":{"offset":1,"color":{"__isSmartRef__":true,"id":8422}},"8422":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8423":{"moveHorizontal":true},"8424":{"sourceObj":{"__isSmartRef__":true,"id":8394},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":6558},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8425},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"8425":{"source":{"__isSmartRef__":true,"id":8394},"target":{"__isSmartRef__":true,"id":6558}},"8426":{"sourceObj":{"__isSmartRef__":true,"id":8394},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":6558},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8427},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"8427":{"source":{"__isSmartRef__":true,"id":8394},"target":{"__isSmartRef__":true,"id":6558}},"8428":{"_Position":{"__isSmartRef__":true,"id":8429},"renderContextTable":{"__isSmartRef__":true,"id":8430},"_Extent":{"__isSmartRef__":true,"id":8431},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8432},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8429":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8431":{"x":701.1842763684606,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8432":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"8433":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8434":{"morph":{"__isSmartRef__":true,"id":8300},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8435":{"resizeWidth":true,"adjustForNewBounds":true},"8436":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8437":{"x":701.1842763684606,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8438":{"renderContextTable":{"__isSmartRef__":true,"id":8439},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":8440},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"8439":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8440":{"x":701.1842763684606,"y":492.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8441":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8442":{"morph":{"__isSmartRef__":true,"id":6558},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"8443":{"adjustForNewBounds":true},"8444":{"x":701.1842763684606,"y":492.01402102803513,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8445":{"partsSpaceName":"PartsBin/Tools","__SourceModuleName__":"Global.lively.PartsBin","requiredModules":["lively.PartsBin"],"migrationLevel":2,"comment":"Browser for a Parts repository.","partName":"PartsBinBrowser","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"8446":{"x":1406,"y":345,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"8447":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":8448}},"8448":{"time":{"__isSmartRef__":true,"id":8449},"user":"robertkrahn"},"8449":{"isSerializedDate":true,"string":"Mon Jun 27 2011 10:54:32 GMT+0200 (CEST)"},"8450":{"x":601.9078618157697,"y":237.49298948598243,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8451":{"onLoadFromPartsBin":{"__isSmartRef__":true,"id":8452}},"8452":{"varMapping":{"__isSmartRef__":true,"id":8453},"source":"function onLoadFromPartsBin() {\n\t$super();\n\tthis.targetMorph.reloadEverything();\n}","funcProperties":{"__isSmartRef__":true,"id":8458},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8453":{"this":{"__isSmartRef__":true,"id":6558},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":8454}},"8454":{"$super":{"__isSmartRef__":true,"id":8455}},"8455":{"varMapping":{"__isSmartRef__":true,"id":8456},"source":"function () {\n try {\n return obj.constructor.prototype[name].apply(obj, arguments)\n } catch(e) {\n alert('Error in $super call: ' + e + '\\n' + e.stack);\n return null;\n }\n }","funcProperties":{"__isSmartRef__":true,"id":8457},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"8456":{"obj":{"__isSmartRef__":true,"id":6558},"name":"onLoadFromPartsBin"},"8457":{},"8458":{},"8459":{"submorphs":[{"__isSmartRef__":true,"id":8460},{"__isSmartRef__":true,"id":8479}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8605},"id":717,"renderContextTable":{"__isSmartRef__":true,"id":8608},"eventHandler":{"__isSmartRef__":true,"id":8609},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":8610},"LK2":true,"_Position":{"__isSmartRef__":true,"id":8611},"priorExtent":{"__isSmartRef__":true,"id":8612},"targetMorph":{"__isSmartRef__":true,"id":8460},"titleBar":{"__isSmartRef__":true,"id":8479},"contentOffset":{"__isSmartRef__":true,"id":8475},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":true,"_Rotation":0,"_Scale":1,"showsHalos":false,"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"8460":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8461},"id":716,"renderContextTable":{"__isSmartRef__":true,"id":8467},"textChunks":[{"__isSmartRef__":true,"id":8468},{"__isSmartRef__":true,"id":8470},{"__isSmartRef__":true,"id":8472}],"eventHandler":{"__isSmartRef__":true,"id":8474},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8475},"priorExtent":{"__isSmartRef__":true,"id":8476},"_MaxTextWidth":649,"_MaxTextHeight":177,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8459},"layout":{"__isSmartRef__":true,"id":8477},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":8478}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"textString":"http://localhost/webwerkstatt/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml\n\n\n\nnothingdasd\nnothingdas\n\n\nnothingdasd\n\n\ndddnothingdasd\n\nnothingdasd\n","lastSyntaxHighlightTime":1314742753613,"accessibleInInactiveWindow":true,"prevScroll":[0,0],"priorSelectionRange":[0,0],"charsReplaced":"","lastFindLoc":143,"isCopyMorphRef":true,"morphRefId":1,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8461":{"_Position":{"__isSmartRef__":true,"id":8462},"renderContextTable":{"__isSmartRef__":true,"id":8463},"_Extent":{"__isSmartRef__":true,"id":8464},"_ClipMode":"auto","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8465},"_Fill":{"__isSmartRef__":true,"id":8466},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8462":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8463":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8464":{"x":649,"y":177,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8465":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8466":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8467":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8468":{"style":{"__isSmartRef__":true,"id":8469},"chunkOwner":{"__isSmartRef__":true,"id":8460},"storedString":"http:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8469":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8470":{"style":{"__isSmartRef__":true,"id":8471},"chunkOwner":{"__isSmartRef__":true,"id":8460},"storedString":"//localhost/webwerkstatt/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8471":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8472":{"style":{"__isSmartRef__":true,"id":8473},"chunkOwner":{"__isSmartRef__":true,"id":8460},"storedString":"\n\n\n\nnothingdasd\nnothingdas\n\n\nnothingdasd\n\n\ndddnothingdasd\n\nnothingdasd\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8473":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8474":{"morph":{"__isSmartRef__":true,"id":8460},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8475":{"x":0,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8476":{"x":649,"y":177,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8477":{"resizeWidth":true,"resizeHeight":true},"8478":{"sourceObj":{"__isSmartRef__":true,"id":8460},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":8460},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8479":{"submorphs":[{"__isSmartRef__":true,"id":8480},{"__isSmartRef__":true,"id":8493},{"__isSmartRef__":true,"id":8528},{"__isSmartRef__":true,"id":8561}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8595},"id":718,"renderContextTable":{"__isSmartRef__":true,"id":8600},"eventHandler":{"__isSmartRef__":true,"id":8601},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":8602},"_Position":{"__isSmartRef__":true,"id":8603},"windowMorph":{"__isSmartRef__":true,"id":8459},"label":{"__isSmartRef__":true,"id":8480},"closeButton":{"__isSmartRef__":true,"id":8493},"menuButton":{"__isSmartRef__":true,"id":8528},"collapseButton":{"__isSmartRef__":true,"id":8561},"priorExtent":{"__isSmartRef__":true,"id":8604},"owner":{"__isSmartRef__":true,"id":8459},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8480":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8481},"id":719,"renderContextTable":{"__isSmartRef__":true,"id":8485},"textChunks":[{"__isSmartRef__":true,"id":8486}],"eventHandler":{"__isSmartRef__":true,"id":8488},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8489},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":8490},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":8479},"priorExtent":{"__isSmartRef__":true,"id":8491},"_MaxTextWidth":590,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":8492},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8481":{"_Position":{"__isSmartRef__":true,"id":8482},"renderContextTable":{"__isSmartRef__":true,"id":8483},"_Extent":{"__isSmartRef__":true,"id":8484},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"_BorderRadius":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8482":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8483":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8484":{"x":590,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8485":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8486":{"style":{"__isSmartRef__":true,"id":8487},"chunkOwner":{"__isSmartRef__":true,"id":8480},"storedString":"Workspace","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8487":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8488":{"morph":{"__isSmartRef__":true,"id":8480},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8489":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8490":{"resizeWidth":true},"8491":{"x":590,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8492":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8493":{"submorphs":[{"__isSmartRef__":true,"id":8494}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8506},"id":720,"renderContextTable":{"__isSmartRef__":true,"id":8510},"eventHandler":{"__isSmartRef__":true,"id":8511},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8512},"priorExtent":{"__isSmartRef__":true,"id":8513},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8514},"label":{"__isSmartRef__":true,"id":8494},"owner":{"__isSmartRef__":true,"id":8479},"layout":{"__isSmartRef__":true,"id":8523},"attributeConnections":[{"__isSmartRef__":true,"id":8524},{"__isSmartRef__":true,"id":8526}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8494":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8495},"id":721,"renderContextTable":{"__isSmartRef__":true,"id":8499},"textChunks":[{"__isSmartRef__":true,"id":8500}],"eventHandler":{"__isSmartRef__":true,"id":8502},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":8504},"priorExtent":{"__isSmartRef__":true,"id":8505},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8493},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8495":{"_Position":{"__isSmartRef__":true,"id":8496},"renderContextTable":{"__isSmartRef__":true,"id":8497},"_Extent":{"__isSmartRef__":true,"id":8498},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8496":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8497":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8498":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8499":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8500":{"style":{"__isSmartRef__":true,"id":8501},"chunkOwner":{"__isSmartRef__":true,"id":8494},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8501":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8502":{"morph":{"__isSmartRef__":true,"id":8494},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8503":{"x":0,"y":3,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8504":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8505":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8506":{"_Position":{"__isSmartRef__":true,"id":8507},"renderContextTable":{"__isSmartRef__":true,"id":8508},"_Extent":{"__isSmartRef__":true,"id":8509},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8507":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8508":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8509":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8510":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8511":{"morph":{"__isSmartRef__":true,"id":8493},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8512":{"x":629,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8513":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8514":{"stops":[{"__isSmartRef__":true,"id":8515},{"__isSmartRef__":true,"id":8517},{"__isSmartRef__":true,"id":8519},{"__isSmartRef__":true,"id":8521}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8515":{"offset":0,"color":{"__isSmartRef__":true,"id":8516}},"8516":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8517":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8518}},"8518":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8519":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8520}},"8520":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8521":{"offset":1,"color":{"__isSmartRef__":true,"id":8522}},"8522":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8523":{"moveHorizontal":true},"8524":{"sourceObj":{"__isSmartRef__":true,"id":8493},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8459},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8525},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8525":{"source":{"__isSmartRef__":true,"id":8493},"target":{"__isSmartRef__":true,"id":8459}},"8526":{"sourceObj":{"__isSmartRef__":true,"id":8493},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8459},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8527},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8527":{"source":{"__isSmartRef__":true,"id":8493},"target":{"__isSmartRef__":true,"id":8459}},"8528":{"submorphs":[{"__isSmartRef__":true,"id":8529}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8540},"id":722,"renderContextTable":{"__isSmartRef__":true,"id":8544},"eventHandler":{"__isSmartRef__":true,"id":8545},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8546},"priorExtent":{"__isSmartRef__":true,"id":8547},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8548},"label":{"__isSmartRef__":true,"id":8529},"owner":{"__isSmartRef__":true,"id":8479},"attributeConnections":[{"__isSmartRef__":true,"id":8557},{"__isSmartRef__":true,"id":8559}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8529":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8530},"id":723,"renderContextTable":{"__isSmartRef__":true,"id":8534},"textChunks":[{"__isSmartRef__":true,"id":8535}],"eventHandler":{"__isSmartRef__":true,"id":8537},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":8538},"priorExtent":{"__isSmartRef__":true,"id":8539},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8528},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8530":{"_Position":{"__isSmartRef__":true,"id":8531},"renderContextTable":{"__isSmartRef__":true,"id":8532},"_Extent":{"__isSmartRef__":true,"id":8533},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8531":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8532":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8533":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8534":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8535":{"style":{"__isSmartRef__":true,"id":8536},"chunkOwner":{"__isSmartRef__":true,"id":8529},"storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8536":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8537":{"morph":{"__isSmartRef__":true,"id":8529},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8538":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8539":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8540":{"_Position":{"__isSmartRef__":true,"id":8541},"renderContextTable":{"__isSmartRef__":true,"id":8542},"_Extent":{"__isSmartRef__":true,"id":8543},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8541":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8542":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8543":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8544":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8545":{"morph":{"__isSmartRef__":true,"id":8528},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8546":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8547":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8548":{"stops":[{"__isSmartRef__":true,"id":8549},{"__isSmartRef__":true,"id":8551},{"__isSmartRef__":true,"id":8553},{"__isSmartRef__":true,"id":8555}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8549":{"offset":0,"color":{"__isSmartRef__":true,"id":8550}},"8550":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8551":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8552}},"8552":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8553":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8554}},"8554":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8555":{"offset":1,"color":{"__isSmartRef__":true,"id":8556}},"8556":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8557":{"sourceObj":{"__isSmartRef__":true,"id":8528},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8459},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8558},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8558":{"source":{"__isSmartRef__":true,"id":8528},"target":{"__isSmartRef__":true,"id":8459}},"8559":{"sourceObj":{"__isSmartRef__":true,"id":8528},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8459},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8560},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8560":{"source":{"__isSmartRef__":true,"id":8528},"target":{"__isSmartRef__":true,"id":8459}},"8561":{"submorphs":[{"__isSmartRef__":true,"id":8562}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8573},"id":724,"renderContextTable":{"__isSmartRef__":true,"id":8577},"eventHandler":{"__isSmartRef__":true,"id":8578},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8579},"priorExtent":{"__isSmartRef__":true,"id":8580},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8581},"label":{"__isSmartRef__":true,"id":8562},"owner":{"__isSmartRef__":true,"id":8479},"layout":{"__isSmartRef__":true,"id":8590},"attributeConnections":[{"__isSmartRef__":true,"id":8591},{"__isSmartRef__":true,"id":8593}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8562":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8563},"id":725,"renderContextTable":{"__isSmartRef__":true,"id":8567},"textChunks":[{"__isSmartRef__":true,"id":8568}],"eventHandler":{"__isSmartRef__":true,"id":8570},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":8571},"priorExtent":{"__isSmartRef__":true,"id":8572},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8561},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8563":{"_Position":{"__isSmartRef__":true,"id":8564},"renderContextTable":{"__isSmartRef__":true,"id":8565},"_Extent":{"__isSmartRef__":true,"id":8566},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8564":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8565":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8566":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8567":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8568":{"style":{"__isSmartRef__":true,"id":8569},"chunkOwner":{"__isSmartRef__":true,"id":8562},"storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8569":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8570":{"morph":{"__isSmartRef__":true,"id":8562},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8571":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8572":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8573":{"_Position":{"__isSmartRef__":true,"id":8574},"renderContextTable":{"__isSmartRef__":true,"id":8575},"_Extent":{"__isSmartRef__":true,"id":8576},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8574":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8575":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8576":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8577":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8578":{"morph":{"__isSmartRef__":true,"id":8561},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8579":{"x":610,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8580":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8581":{"stops":[{"__isSmartRef__":true,"id":8582},{"__isSmartRef__":true,"id":8584},{"__isSmartRef__":true,"id":8586},{"__isSmartRef__":true,"id":8588}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8582":{"offset":0,"color":{"__isSmartRef__":true,"id":8583}},"8583":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8584":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8585}},"8585":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8586":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8587}},"8587":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8588":{"offset":1,"color":{"__isSmartRef__":true,"id":8589}},"8589":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8590":{"moveHorizontal":true},"8591":{"sourceObj":{"__isSmartRef__":true,"id":8561},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8459},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8592},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8592":{"source":{"__isSmartRef__":true,"id":8561},"target":{"__isSmartRef__":true,"id":8459}},"8593":{"sourceObj":{"__isSmartRef__":true,"id":8561},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8459},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8594},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8594":{"source":{"__isSmartRef__":true,"id":8561},"target":{"__isSmartRef__":true,"id":8459}},"8595":{"_Position":{"__isSmartRef__":true,"id":8596},"renderContextTable":{"__isSmartRef__":true,"id":8597},"_Extent":{"__isSmartRef__":true,"id":8598},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8599},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8596":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8597":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8598":{"x":649,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8599":{"r":0.4,"g":0.4,"b":0.4,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8600":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8601":{"morph":{"__isSmartRef__":true,"id":8479},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8602":{"resizeWidth":true,"adjustForNewBounds":true},"8603":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8604":{"x":649,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8605":{"renderContextTable":{"__isSmartRef__":true,"id":8606},"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":8607},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8606":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8607":{"x":649,"y":198,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8608":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8609":{"morph":{"__isSmartRef__":true,"id":8459},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8610":{"adjustForNewBounds":true},"8611":{"x":937,"y":1485,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8612":{"x":649,"y":198,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8613":{"submorphs":[{"__isSmartRef__":true,"id":8614},{"__isSmartRef__":true,"id":9606}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9729},"id":876,"renderContextTable":{"__isSmartRef__":true,"id":9732},"eventHandler":{"__isSmartRef__":true,"id":9733},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":9734},"LK2":true,"_Position":{"__isSmartRef__":true,"id":9735},"priorExtent":{"__isSmartRef__":true,"id":9736},"targetMorph":{"__isSmartRef__":true,"id":8614},"titleBar":{"__isSmartRef__":true,"id":9606},"contentOffset":{"__isSmartRef__":true,"id":9605},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"8614":{"submorphs":[{"__isSmartRef__":true,"id":8615},{"__isSmartRef__":true,"id":9520},{"__isSmartRef__":true,"id":9556},{"__isSmartRef__":true,"id":8874},{"__isSmartRef__":true,"id":9427},{"__isSmartRef__":true,"id":9454},{"__isSmartRef__":true,"id":9477},{"__isSmartRef__":true,"id":9589},{"__isSmartRef__":true,"id":9496},{"__isSmartRef__":true,"id":8630},{"__isSmartRef__":true,"id":8664},{"__isSmartRef__":true,"id":8698},{"__isSmartRef__":true,"id":8732},{"__isSmartRef__":true,"id":8766},{"__isSmartRef__":true,"id":8800},{"__isSmartRef__":true,"id":8834}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9597},"id":850,"renderContextTable":{"__isSmartRef__":true,"id":9602},"eventHandler":{"__isSmartRef__":true,"id":9603},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":9604},"_Position":{"__isSmartRef__":true,"id":9605},"locationPane":{"__isSmartRef__":true,"id":8615},"codeBaseDirBtn":{"__isSmartRef__":true,"id":9520},"localDirBtn":{"__isSmartRef__":true,"id":9556},"Pane1":{"__isSmartRef__":true,"id":8874},"Pane2":{"__isSmartRef__":true,"id":9427},"Pane3":{"__isSmartRef__":true,"id":9454},"Pane4":{"__isSmartRef__":true,"id":9477},"midResizer":{"__isSmartRef__":true,"id":9589},"sourcePane":{"__isSmartRef__":true,"id":9496},"ownerWidget":{"__isSmartRef__":true,"id":8628},"owner":{"__isSmartRef__":true,"id":8613},"ownerApp":{"__isSmartRef__":true,"id":8628},"targetURL":{"__isSmartRef__":true,"id":9518},"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8615":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8616},"id":851,"renderContextTable":{"__isSmartRef__":true,"id":8620},"textChunks":[{"__isSmartRef__":true,"id":8621}],"eventHandler":{"__isSmartRef__":true,"id":8623},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8624},"priorExtent":{"__isSmartRef__":true,"id":8625},"_MaxTextWidth":656,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8614},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":8626},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":8627}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8616":{"_Position":{"__isSmartRef__":true,"id":8617},"renderContextTable":{"__isSmartRef__":true,"id":8618},"_Extent":{"__isSmartRef__":true,"id":8619},"_ClipMode":"hidden","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8617":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8618":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8619":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8620":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8621":{"style":{"__isSmartRef__":true,"id":8622},"chunkOwner":{"__isSmartRef__":true,"id":8615},"storedString":"http://localhost/webwerkstatt/lively/morphic/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8622":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8623":{"morph":{"__isSmartRef__":true,"id":8615},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8624":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8625":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8626":{"resizeWidth":true},"8627":{"sourceObj":{"__isSmartRef__":true,"id":8615},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setTargetURL","converter":null,"converterString":"function (value) { return new URL(value) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9519},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8628":{"buttonCommands":[{"__isSmartRef__":true,"id":8629},{"__isSmartRef__":true,"id":8663},{"__isSmartRef__":true,"id":8697},{"__isSmartRef__":true,"id":8731},{"__isSmartRef__":true,"id":8765},{"__isSmartRef__":true,"id":8799},{"__isSmartRef__":true,"id":8833}],"RootFilters":[{"__isSmartRef__":true,"id":8867}],"Pane1Filters":[{"__isSmartRef__":true,"id":8868},{"__isSmartRef__":true,"id":8869}],"Pane2Filters":[{"__isSmartRef__":true,"id":8870}],"Pane3Filters":[{"__isSmartRef__":true,"id":8871}],"Pane4Filters":[{"__isSmartRef__":true,"id":8872}],"evaluate":true,"panel":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":8873},{"__isSmartRef__":true,"id":9426},{"__isSmartRef__":true,"id":9453},{"__isSmartRef__":true,"id":9476},{"__isSmartRef__":true,"id":9495},{"__isSmartRef__":true,"id":9513}],"SourceString":"cop.create('NewMorphicCompatLayer')\n.refineObject(Global, {\n get Morph() { return lively.morphic.Morph },\n get BoxMorph() { return lively.morphic.Box },\n get TextMorph() { return lively.morphic.Text },\n get WorldMorph() { return lively.morphic.World },\n get ButtonMorph() { return lively.morphic.Button },\n get PanelMorph() { return lively.morphic.Panel },\n get HorizontalDivider() { return lively.morphic.HorizontalDivider },\n get SliderMorph() { return lively.morphic.Slider },\n get MenuMorph() { return lively.morphic.Menu },\n get ImageMorph() { return lively.morphic.Image },\n get ContainerMorph() { return lively.morphic.Morph },\n\n get TextSelectionMorph() { return lively.morphic.Morph },\n get Widget() { return lively.morphic.WindowedApp },\n\n get newTextPane() {\n return function(initialBounds, defaultText) {\n var text = new TextMorph(initialBounds, defaultText);\n text.applyStyle({clipMode: 'scroll', fixedWidth: true, fixedHeight: true})\n return text\n }\n },\n get newDragnDropListPane() {\n return function(initialBounds, suppressSelectionOnUpdate) {\n return new lively.morphic.List(initialBounds, ['-----'])\n }\n },\n})\n.refineObject(lively, {\n get scene() { return {\n Text: lively.morphic.Shapes.Rectangle,\n Similitude: lively.morphic.Similitude,\n Group: lively.morphic.Shapes.Rectangle,\n Rectangle: lively.morphic.Shapes.Rectangle} },\n get Text() { return {Text: lively.morphic.Compat.Text, isLoaded: Functions.True} },\n get paint() { return {\n RadialGradient: lively.morphic.RadialGradient,\n LinearGradient: lively.morphic.LinearGradient,\n Stop: Object}},\n});\n","sourceString":"cop.create('NewMorphicCompatLayer')\n.refineObject(Global, {\n get Morph() { return lively.morphic.Morph },\n get BoxMorph() { return lively.morphic.Box },\n get TextMorph() { return lively.morphic.Text },\n get WorldMorph() { return lively.morphic.World },\n get ButtonMorph() { return lively.morphic.Button },\n get PanelMorph() { return lively.morphic.Panel },\n get HorizontalDivider() { return lively.morphic.HorizontalDivider },\n get SliderMorph() { return lively.morphic.Slider },\n get MenuMorph() { return lively.morphic.Menu },\n get ImageMorph() { return lively.morphic.Image },\n get ContainerMorph() { return lively.morphic.Morph },\n\n get TextSelectionMorph() { return lively.morphic.Morph },\n get Widget() { return lively.morphic.WindowedApp },\n\n get newTextPane() {\n return function(initialBounds, defaultText) {\n var text = new TextMorph(initialBounds, defaultText);\n text.applyStyle({clipMode: 'scroll', fixedWidth: true, fixedHeight: true})\n return text\n }\n },\n get newDragnDropListPane() {\n return function(initialBounds, suppressSelectionOnUpdate) {\n return new lively.morphic.List(initialBounds, ['-----'])\n }\n },\n})\n.refineObject(lively, {\n get scene() { return {\n Text: lively.morphic.Shapes.Rectangle,\n Similitude: lively.morphic.Similitude,\n Group: lively.morphic.Shapes.Rectangle,\n Rectangle: lively.morphic.Shapes.Rectangle} },\n get Text() { return {Text: lively.morphic.Compat.Text, isLoaded: Functions.True} },\n get paint() { return {\n RadialGradient: lively.morphic.RadialGradient,\n LinearGradient: lively.morphic.LinearGradient,\n Stop: Object}},\n});\n","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"targetURL":{"__isSmartRef__":true,"id":9518},"_rootNode":{"__isSmartRef__":true,"id":8884},"Pane1Selection":{"__isSmartRef__":true,"id":8896},"pane1Selection":{"__isSmartRef__":true,"id":8896},"Pane2Selection":{"__isSmartRef__":true,"id":9437},"pane2Selection":{"__isSmartRef__":true,"id":9437},"Pane3Selection":null,"pane3Selection":null,"Pane4Selection":null,"pane4Selection":null,"Pane4Content":["-----"],"Pane3Content":[{"__isSmartRef__":true,"id":9461},{"__isSmartRef__":true,"id":9463}],"Pane2Content":[{"__isSmartRef__":true,"id":9434},{"__isSmartRef__":true,"id":9436}],"Pane1Content":[{"__isSmartRef__":true,"id":8881},{"__isSmartRef__":true,"id":9375},{"__isSmartRef__":true,"id":9376},{"__isSmartRef__":true,"id":9377},{"__isSmartRef__":true,"id":9378},{"__isSmartRef__":true,"id":9379},{"__isSmartRef__":true,"id":9380},{"__isSmartRef__":true,"id":9381},{"__isSmartRef__":true,"id":9382},{"__isSmartRef__":true,"id":9383},{"__isSmartRef__":true,"id":9384},{"__isSmartRef__":true,"id":9385},{"__isSmartRef__":true,"id":9386},{"__isSmartRef__":true,"id":9387},{"__isSmartRef__":true,"id":9388},{"__isSmartRef__":true,"id":9389},{"__isSmartRef__":true,"id":9390},{"__isSmartRef__":true,"id":9391},{"__isSmartRef__":true,"id":9392},{"__isSmartRef__":true,"id":9393},{"__isSmartRef__":true,"id":9394},{"__isSmartRef__":true,"id":9395},{"__isSmartRef__":true,"id":9396},{"__isSmartRef__":true,"id":9397},{"__isSmartRef__":true,"id":9398},{"__isSmartRef__":true,"id":9399},{"__isSmartRef__":true,"id":9400},{"__isSmartRef__":true,"id":9401},{"__isSmartRef__":true,"id":9402},{"__isSmartRef__":true,"id":9403},{"__isSmartRef__":true,"id":9404},{"__isSmartRef__":true,"id":9405},{"__isSmartRef__":true,"id":9406},{"__isSmartRef__":true,"id":9407},{"__isSmartRef__":true,"id":9408},{"__isSmartRef__":true,"id":9409},{"__isSmartRef__":true,"id":9410}],"view":{"__isSmartRef__":true,"id":8613},"Pane1Menu":[["Remove from world requirements"],["remove"],["reparse"],["-------"],["open in text editor"],["show versions"],["diff versions"]],"Pane2Menu":[["add sibling below"],["remove"],["-------"],["view hierarchy"],["add class"],["add object extension"],["add layer"]],"Pane3Menu":[["-------"],["view hierarchy"]],"currentModuleName":"lively.morphic.CompatLayer","__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"8629":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8630},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8630":{"submorphs":[{"__isSmartRef__":true,"id":8631}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8643},"id":862,"renderContextTable":{"__isSmartRef__":true,"id":8647},"eventHandler":{"__isSmartRef__":true,"id":8648},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8649},"priorExtent":{"__isSmartRef__":true,"id":8650},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8651},"label":{"__isSmartRef__":true,"id":8631},"command":{"__isSmartRef__":true,"id":8629},"attributeConnections":[{"__isSmartRef__":true,"id":8660},{"__isSmartRef__":true,"id":8661}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8631":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8632},"id":863,"renderContextTable":{"__isSmartRef__":true,"id":8636},"textChunks":[{"__isSmartRef__":true,"id":8637}],"eventHandler":{"__isSmartRef__":true,"id":8639},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8640},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8641},"priorExtent":{"__isSmartRef__":true,"id":8642},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8630},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8632":{"_Position":{"__isSmartRef__":true,"id":8633},"renderContextTable":{"__isSmartRef__":true,"id":8634},"_Extent":{"__isSmartRef__":true,"id":8635},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8633":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8634":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8635":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8636":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8637":{"style":{"__isSmartRef__":true,"id":8638},"chunkOwner":{"__isSmartRef__":true,"id":8631},"storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8638":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8639":{"morph":{"__isSmartRef__":true,"id":8631},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8640":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8641":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8642":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8643":{"_Position":{"__isSmartRef__":true,"id":8644},"renderContextTable":{"__isSmartRef__":true,"id":8645},"_Extent":{"__isSmartRef__":true,"id":8646},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8644":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8645":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8646":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8647":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8648":{"morph":{"__isSmartRef__":true,"id":8630},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8649":{"x":0,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8650":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8651":{"stops":[{"__isSmartRef__":true,"id":8652},{"__isSmartRef__":true,"id":8654},{"__isSmartRef__":true,"id":8656},{"__isSmartRef__":true,"id":8658}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8652":{"offset":0,"color":{"__isSmartRef__":true,"id":8653}},"8653":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8654":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8655}},"8655":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8656":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8657}},"8657":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8658":{"offset":1,"color":{"__isSmartRef__":true,"id":8659}},"8659":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8660":{"sourceObj":{"__isSmartRef__":true,"id":8630},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8629},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8661":{"sourceObj":{"__isSmartRef__":true,"id":8630},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8630},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8662},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8662":{"source":{"__isSmartRef__":true,"id":8630},"target":{"__isSmartRef__":true,"id":8630}},"8663":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8664},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8664":{"submorphs":[{"__isSmartRef__":true,"id":8665}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8677},"id":864,"renderContextTable":{"__isSmartRef__":true,"id":8681},"eventHandler":{"__isSmartRef__":true,"id":8682},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8683},"priorExtent":{"__isSmartRef__":true,"id":8684},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8685},"label":{"__isSmartRef__":true,"id":8665},"command":{"__isSmartRef__":true,"id":8663},"attributeConnections":[{"__isSmartRef__":true,"id":8694},{"__isSmartRef__":true,"id":8695}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8665":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8666},"id":865,"renderContextTable":{"__isSmartRef__":true,"id":8670},"textChunks":[{"__isSmartRef__":true,"id":8671}],"eventHandler":{"__isSmartRef__":true,"id":8673},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8674},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8675},"priorExtent":{"__isSmartRef__":true,"id":8676},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8664},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8666":{"_Position":{"__isSmartRef__":true,"id":8667},"renderContextTable":{"__isSmartRef__":true,"id":8668},"_Extent":{"__isSmartRef__":true,"id":8669},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8667":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8668":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8669":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8670":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8671":{"style":{"__isSmartRef__":true,"id":8672},"chunkOwner":{"__isSmartRef__":true,"id":8665},"storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8672":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8673":{"morph":{"__isSmartRef__":true,"id":8665},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8674":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8675":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8676":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8677":{"_Position":{"__isSmartRef__":true,"id":8678},"renderContextTable":{"__isSmartRef__":true,"id":8679},"_Extent":{"__isSmartRef__":true,"id":8680},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8678":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8679":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8680":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8681":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8682":{"morph":{"__isSmartRef__":true,"id":8664},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8683":{"x":117.14285714285714,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8684":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8685":{"stops":[{"__isSmartRef__":true,"id":8686},{"__isSmartRef__":true,"id":8688},{"__isSmartRef__":true,"id":8690},{"__isSmartRef__":true,"id":8692}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8686":{"offset":0,"color":{"__isSmartRef__":true,"id":8687}},"8687":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8688":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8689}},"8689":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8690":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8691}},"8691":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8692":{"offset":1,"color":{"__isSmartRef__":true,"id":8693}},"8693":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8694":{"sourceObj":{"__isSmartRef__":true,"id":8664},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8663},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8695":{"sourceObj":{"__isSmartRef__":true,"id":8664},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8664},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8696},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8696":{"source":{"__isSmartRef__":true,"id":8664},"target":{"__isSmartRef__":true,"id":8664}},"8697":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8698},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8698":{"submorphs":[{"__isSmartRef__":true,"id":8699}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8711},"id":866,"renderContextTable":{"__isSmartRef__":true,"id":8715},"eventHandler":{"__isSmartRef__":true,"id":8716},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8717},"priorExtent":{"__isSmartRef__":true,"id":8718},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8719},"label":{"__isSmartRef__":true,"id":8699},"command":{"__isSmartRef__":true,"id":8697},"attributeConnections":[{"__isSmartRef__":true,"id":8728},{"__isSmartRef__":true,"id":8729}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8699":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8700},"id":867,"renderContextTable":{"__isSmartRef__":true,"id":8704},"textChunks":[{"__isSmartRef__":true,"id":8705}],"eventHandler":{"__isSmartRef__":true,"id":8707},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8708},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8709},"priorExtent":{"__isSmartRef__":true,"id":8710},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8698},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8700":{"_Position":{"__isSmartRef__":true,"id":8701},"renderContextTable":{"__isSmartRef__":true,"id":8702},"_Extent":{"__isSmartRef__":true,"id":8703},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8701":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8702":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8703":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8704":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8705":{"style":{"__isSmartRef__":true,"id":8706},"chunkOwner":{"__isSmartRef__":true,"id":8699},"storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8706":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8707":{"morph":{"__isSmartRef__":true,"id":8699},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8708":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8709":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8710":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8711":{"_Position":{"__isSmartRef__":true,"id":8712},"renderContextTable":{"__isSmartRef__":true,"id":8713},"_Extent":{"__isSmartRef__":true,"id":8714},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8712":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8713":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8714":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8715":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8716":{"morph":{"__isSmartRef__":true,"id":8698},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8717":{"x":234.28571428571428,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8718":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8719":{"stops":[{"__isSmartRef__":true,"id":8720},{"__isSmartRef__":true,"id":8722},{"__isSmartRef__":true,"id":8724},{"__isSmartRef__":true,"id":8726}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8720":{"offset":0,"color":{"__isSmartRef__":true,"id":8721}},"8721":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8722":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8723}},"8723":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8724":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8725}},"8725":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8726":{"offset":1,"color":{"__isSmartRef__":true,"id":8727}},"8727":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8728":{"sourceObj":{"__isSmartRef__":true,"id":8698},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8697},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8729":{"sourceObj":{"__isSmartRef__":true,"id":8698},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8698},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8730},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8730":{"source":{"__isSmartRef__":true,"id":8698},"target":{"__isSmartRef__":true,"id":8698}},"8731":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8732},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8732":{"submorphs":[{"__isSmartRef__":true,"id":8733}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8745},"id":868,"renderContextTable":{"__isSmartRef__":true,"id":8749},"eventHandler":{"__isSmartRef__":true,"id":8750},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8751},"priorExtent":{"__isSmartRef__":true,"id":8752},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8753},"label":{"__isSmartRef__":true,"id":8733},"command":{"__isSmartRef__":true,"id":8731},"attributeConnections":[{"__isSmartRef__":true,"id":8762},{"__isSmartRef__":true,"id":8763}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8733":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8734},"id":869,"renderContextTable":{"__isSmartRef__":true,"id":8738},"textChunks":[{"__isSmartRef__":true,"id":8739}],"eventHandler":{"__isSmartRef__":true,"id":8741},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8742},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8743},"priorExtent":{"__isSmartRef__":true,"id":8744},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8732},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8734":{"_Position":{"__isSmartRef__":true,"id":8735},"renderContextTable":{"__isSmartRef__":true,"id":8736},"_Extent":{"__isSmartRef__":true,"id":8737},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8735":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8736":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8737":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8738":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8739":{"style":{"__isSmartRef__":true,"id":8740},"chunkOwner":{"__isSmartRef__":true,"id":8733},"storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8740":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8741":{"morph":{"__isSmartRef__":true,"id":8733},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8742":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8743":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8744":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8745":{"_Position":{"__isSmartRef__":true,"id":8746},"renderContextTable":{"__isSmartRef__":true,"id":8747},"_Extent":{"__isSmartRef__":true,"id":8748},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8746":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8747":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8748":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8749":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8750":{"morph":{"__isSmartRef__":true,"id":8732},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8751":{"x":351.42857142857144,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8752":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8753":{"stops":[{"__isSmartRef__":true,"id":8754},{"__isSmartRef__":true,"id":8756},{"__isSmartRef__":true,"id":8758},{"__isSmartRef__":true,"id":8760}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8754":{"offset":0,"color":{"__isSmartRef__":true,"id":8755}},"8755":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8756":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8757}},"8757":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8758":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8759}},"8759":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8760":{"offset":1,"color":{"__isSmartRef__":true,"id":8761}},"8761":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8762":{"sourceObj":{"__isSmartRef__":true,"id":8732},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8731},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8763":{"sourceObj":{"__isSmartRef__":true,"id":8732},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8732},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8764},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8764":{"source":{"__isSmartRef__":true,"id":8732},"target":{"__isSmartRef__":true,"id":8732}},"8765":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8766},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8766":{"submorphs":[{"__isSmartRef__":true,"id":8767}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8779},"id":870,"renderContextTable":{"__isSmartRef__":true,"id":8783},"eventHandler":{"__isSmartRef__":true,"id":8784},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8785},"priorExtent":{"__isSmartRef__":true,"id":8786},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8787},"label":{"__isSmartRef__":true,"id":8767},"command":{"__isSmartRef__":true,"id":8765},"attributeConnections":[{"__isSmartRef__":true,"id":8796},{"__isSmartRef__":true,"id":8797}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8767":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8768},"id":871,"renderContextTable":{"__isSmartRef__":true,"id":8772},"textChunks":[{"__isSmartRef__":true,"id":8773}],"eventHandler":{"__isSmartRef__":true,"id":8775},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8776},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8777},"priorExtent":{"__isSmartRef__":true,"id":8778},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8766},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8768":{"_Position":{"__isSmartRef__":true,"id":8769},"renderContextTable":{"__isSmartRef__":true,"id":8770},"_Extent":{"__isSmartRef__":true,"id":8771},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8769":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8770":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8771":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8772":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8773":{"style":{"__isSmartRef__":true,"id":8774},"chunkOwner":{"__isSmartRef__":true,"id":8767},"storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8774":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8775":{"morph":{"__isSmartRef__":true,"id":8767},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8776":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8777":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8778":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8779":{"_Position":{"__isSmartRef__":true,"id":8780},"renderContextTable":{"__isSmartRef__":true,"id":8781},"_Extent":{"__isSmartRef__":true,"id":8782},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8780":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8781":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8782":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8783":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8784":{"morph":{"__isSmartRef__":true,"id":8766},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8785":{"x":468.57142857142856,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8786":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8787":{"stops":[{"__isSmartRef__":true,"id":8788},{"__isSmartRef__":true,"id":8790},{"__isSmartRef__":true,"id":8792},{"__isSmartRef__":true,"id":8794}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8788":{"offset":0,"color":{"__isSmartRef__":true,"id":8789}},"8789":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8790":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8791}},"8791":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8792":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8793}},"8793":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8794":{"offset":1,"color":{"__isSmartRef__":true,"id":8795}},"8795":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8796":{"sourceObj":{"__isSmartRef__":true,"id":8766},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8765},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8797":{"sourceObj":{"__isSmartRef__":true,"id":8766},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8766},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8798},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8798":{"source":{"__isSmartRef__":true,"id":8766},"target":{"__isSmartRef__":true,"id":8766}},"8799":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8800},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8800":{"submorphs":[{"__isSmartRef__":true,"id":8801}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8813},"id":872,"renderContextTable":{"__isSmartRef__":true,"id":8817},"eventHandler":{"__isSmartRef__":true,"id":8818},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8819},"priorExtent":{"__isSmartRef__":true,"id":8820},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8821},"label":{"__isSmartRef__":true,"id":8801},"command":{"__isSmartRef__":true,"id":8799},"attributeConnections":[{"__isSmartRef__":true,"id":8830},{"__isSmartRef__":true,"id":8831}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8801":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8802},"id":873,"renderContextTable":{"__isSmartRef__":true,"id":8806},"textChunks":[{"__isSmartRef__":true,"id":8807}],"eventHandler":{"__isSmartRef__":true,"id":8809},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8810},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8811},"priorExtent":{"__isSmartRef__":true,"id":8812},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8800},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8802":{"_Position":{"__isSmartRef__":true,"id":8803},"renderContextTable":{"__isSmartRef__":true,"id":8804},"_Extent":{"__isSmartRef__":true,"id":8805},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8803":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8804":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8805":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8806":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8807":{"style":{"__isSmartRef__":true,"id":8808},"chunkOwner":{"__isSmartRef__":true,"id":8801},"storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8808":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8809":{"morph":{"__isSmartRef__":true,"id":8801},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8810":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8811":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8812":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8813":{"_Position":{"__isSmartRef__":true,"id":8814},"renderContextTable":{"__isSmartRef__":true,"id":8815},"_Extent":{"__isSmartRef__":true,"id":8816},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8814":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8815":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8816":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8817":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8818":{"morph":{"__isSmartRef__":true,"id":8800},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8819":{"x":585.7142857142857,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8820":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8821":{"stops":[{"__isSmartRef__":true,"id":8822},{"__isSmartRef__":true,"id":8824},{"__isSmartRef__":true,"id":8826},{"__isSmartRef__":true,"id":8828}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8822":{"offset":0,"color":{"__isSmartRef__":true,"id":8823}},"8823":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8824":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8825}},"8825":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8826":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8827}},"8827":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8828":{"offset":1,"color":{"__isSmartRef__":true,"id":8829}},"8829":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8830":{"sourceObj":{"__isSmartRef__":true,"id":8800},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8799},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8831":{"sourceObj":{"__isSmartRef__":true,"id":8800},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8800},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8832},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8832":{"source":{"__isSmartRef__":true,"id":8800},"target":{"__isSmartRef__":true,"id":8800}},"8833":{"browser":{"__isSmartRef__":true,"id":8628},"button":{"__isSmartRef__":true,"id":8834},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"8834":{"submorphs":[{"__isSmartRef__":true,"id":8835}],"scripts":[],"shape":{"__isSmartRef__":true,"id":8847},"id":874,"renderContextTable":{"__isSmartRef__":true,"id":8851},"eventHandler":{"__isSmartRef__":true,"id":8852},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":8853},"priorExtent":{"__isSmartRef__":true,"id":8854},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":8855},"label":{"__isSmartRef__":true,"id":8835},"command":{"__isSmartRef__":true,"id":8833},"attributeConnections":[{"__isSmartRef__":true,"id":8864},{"__isSmartRef__":true,"id":8865}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"8835":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8836},"id":875,"renderContextTable":{"__isSmartRef__":true,"id":8840},"textChunks":[{"__isSmartRef__":true,"id":8841}],"eventHandler":{"__isSmartRef__":true,"id":8843},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8844},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":8845},"priorExtent":{"__isSmartRef__":true,"id":8846},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8834},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8836":{"_Position":{"__isSmartRef__":true,"id":8837},"renderContextTable":{"__isSmartRef__":true,"id":8838},"_Extent":{"__isSmartRef__":true,"id":8839},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8837":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8838":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8839":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8840":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"8841":{"style":{"__isSmartRef__":true,"id":8842},"chunkOwner":{"__isSmartRef__":true,"id":8835},"storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8842":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"8843":{"morph":{"__isSmartRef__":true,"id":8835},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8844":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"8845":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8846":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8847":{"_Position":{"__isSmartRef__":true,"id":8848},"renderContextTable":{"__isSmartRef__":true,"id":8849},"_Extent":{"__isSmartRef__":true,"id":8850},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8848":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8849":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8850":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8851":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"8852":{"morph":{"__isSmartRef__":true,"id":8834},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"8853":{"x":702.8571428571429,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8854":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8855":{"stops":[{"__isSmartRef__":true,"id":8856},{"__isSmartRef__":true,"id":8858},{"__isSmartRef__":true,"id":8860},{"__isSmartRef__":true,"id":8862}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8856":{"offset":0,"color":{"__isSmartRef__":true,"id":8857}},"8857":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8858":{"offset":0.4,"color":{"__isSmartRef__":true,"id":8859}},"8859":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8860":{"offset":0.6,"color":{"__isSmartRef__":true,"id":8861}},"8861":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8862":{"offset":1,"color":{"__isSmartRef__":true,"id":8863}},"8863":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8864":{"sourceObj":{"__isSmartRef__":true,"id":8834},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8833},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8865":{"sourceObj":{"__isSmartRef__":true,"id":8834},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8834},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":8866},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8866":{"source":{"__isSmartRef__":true,"id":8834},"target":{"__isSmartRef__":true,"id":8834}},"8867":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8868":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8869":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8870":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8871":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8872":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"8873":{"sourceObj":{"__isSmartRef__":true,"id":8628},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":8874},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9425},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"8874":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":8875},"id":856,"renderContextTable":{"__isSmartRef__":true,"id":8880},"itemList":[{"__isSmartRef__":true,"id":8881},{"__isSmartRef__":true,"id":9375},{"__isSmartRef__":true,"id":9376},{"__isSmartRef__":true,"id":9377},{"__isSmartRef__":true,"id":9378},{"__isSmartRef__":true,"id":9379},{"__isSmartRef__":true,"id":9380},{"__isSmartRef__":true,"id":9381},{"__isSmartRef__":true,"id":9382},{"__isSmartRef__":true,"id":9383},{"__isSmartRef__":true,"id":9384},{"__isSmartRef__":true,"id":9385},{"__isSmartRef__":true,"id":9386},{"__isSmartRef__":true,"id":9387},{"__isSmartRef__":true,"id":9388},{"__isSmartRef__":true,"id":9389},{"__isSmartRef__":true,"id":9390},{"__isSmartRef__":true,"id":9391},{"__isSmartRef__":true,"id":9392},{"__isSmartRef__":true,"id":9393},{"__isSmartRef__":true,"id":9394},{"__isSmartRef__":true,"id":9395},{"__isSmartRef__":true,"id":9396},{"__isSmartRef__":true,"id":9397},{"__isSmartRef__":true,"id":9398},{"__isSmartRef__":true,"id":9399},{"__isSmartRef__":true,"id":9400},{"__isSmartRef__":true,"id":9401},{"__isSmartRef__":true,"id":9402},{"__isSmartRef__":true,"id":9403},{"__isSmartRef__":true,"id":9404},{"__isSmartRef__":true,"id":9405},{"__isSmartRef__":true,"id":9406},{"__isSmartRef__":true,"id":9407},{"__isSmartRef__":true,"id":9408},{"__isSmartRef__":true,"id":9409},{"__isSmartRef__":true,"id":9410}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":9411},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9412},"selectedLineNo":9,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":9413},{"__isSmartRef__":true,"id":9418},{"__isSmartRef__":true,"id":9420},{"__isSmartRef__":true,"id":9422}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":9424},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"8875":{"_Position":{"__isSmartRef__":true,"id":8876},"renderContextTable":{"__isSmartRef__":true,"id":8877},"_Extent":{"__isSmartRef__":true,"id":8878},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":8879},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"8876":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8877":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"8878":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"8879":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"8880":{"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","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"},"8881":{"isListItem":true,"string":".svn/","value":{"__isSmartRef__":true,"id":8882}},"8882":{"target":{"__isSmartRef__":true,"id":8883},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"localName":".svn/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8883":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/.svn/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8884":{"target":{"__isSmartRef__":true,"id":4975},"browser":{"__isSmartRef__":true,"id":8628},"parent":null,"allFiles":["lively/morphic/AdditionalMorphs.js","lively/morphic/Canvas.js","lively/morphic/ClickOnLineHack.js","lively/morphic/ColorChooserDraft.js","lively/morphic/Compat.js","lively/morphic/CompatLayer.js","lively/morphic/CompatSCB.js","lively/morphic/Complete.js","lively/morphic/Connectors.js","lively/morphic/Core.js","lively/morphic/EventExperiments.js","lively/morphic/Events.js","lively/morphic/Examples.js","lively/morphic/Experiments.js","lively/morphic/Graffle.js","lively/morphic/Halos.js","lively/morphic/HTML.js","lively/morphic/Layout.js","lively/morphic/MorphAddons.js","lively/morphic/ObjectMigration.js","lively/morphic/Paragraphs.js","lively/morphic/PathShapes.js","lively/morphic/Rendering.js","lively/morphic/ScriptingSupport.js","lively/morphic/Serialization.js","lively/morphic/Shapes.js","lively/morphic/Styles.js","lively/morphic/SVG.js","lively/morphic/Tests.js","lively/morphic/TextCore.js","lively/morphic/Widgets.js","lively/morphic/WidgetsAddOns.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":8883},{"__isSmartRef__":true,"id":8885},{"__isSmartRef__":true,"id":8886}],"parentNamespacePath":{"__isSmartRef__":true,"id":8887},"_childNodes":[{"__isSmartRef__":true,"id":8882},{"__isSmartRef__":true,"id":8888},{"__isSmartRef__":true,"id":8889},{"__isSmartRef__":true,"id":8890},{"__isSmartRef__":true,"id":8891},{"__isSmartRef__":true,"id":8892},{"__isSmartRef__":true,"id":8893},{"__isSmartRef__":true,"id":8894},{"__isSmartRef__":true,"id":8895},{"__isSmartRef__":true,"id":8896},{"__isSmartRef__":true,"id":8926},{"__isSmartRef__":true,"id":8927},{"__isSmartRef__":true,"id":8928},{"__isSmartRef__":true,"id":8929},{"__isSmartRef__":true,"id":8930},{"__isSmartRef__":true,"id":8931},{"__isSmartRef__":true,"id":8932},{"__isSmartRef__":true,"id":8933},{"__isSmartRef__":true,"id":9032},{"__isSmartRef__":true,"id":9033},{"__isSmartRef__":true,"id":9034},{"__isSmartRef__":true,"id":9035},{"__isSmartRef__":true,"id":9036},{"__isSmartRef__":true,"id":9037},{"__isSmartRef__":true,"id":9038},{"__isSmartRef__":true,"id":9039},{"__isSmartRef__":true,"id":9040},{"__isSmartRef__":true,"id":9041},{"__isSmartRef__":true,"id":9042},{"__isSmartRef__":true,"id":9043},{"__isSmartRef__":true,"id":9044},{"__isSmartRef__":true,"id":9045},{"__isSmartRef__":true,"id":9046},{"__isSmartRef__":true,"id":9049},{"__isSmartRef__":true,"id":9372},{"__isSmartRef__":true,"id":9373},{"__isSmartRef__":true,"id":9374}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8885":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/tests/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8886":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/video/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8887":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"8888":{"target":{"__isSmartRef__":true,"id":8885},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"localName":"tests/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8889":{"target":{"__isSmartRef__":true,"id":8886},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"localName":"video/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8890":{"target":{"__isSmartRef__":true,"id":8887},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8891":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/AdditionalMorphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8892":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Canvas.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8893":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/ClickOnLineHack.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8894":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/ColorChooserDraft.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8895":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Compat.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8896":{"target":{"__isSmartRef__":true,"id":8897},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/CompatLayer.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8897":{"name":"lively.morphic.CompatLayer","type":"moduleDef","startIndex":0,"stopIndex":2013,"fileName":"lively/morphic/CompatLayer.js","_subElements":[{"__isSmartRef__":true,"id":8898},{"__isSmartRef__":true,"id":8899},{"__isSmartRef__":true,"id":8902},{"__isSmartRef__":true,"id":8925}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8898":{"name":null,"type":"comment","startIndex":102,"stopIndex":102,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8899":{"name":"lively.morphic.Compat.Text","type":"klassDef","startIndex":103,"stopIndex":242,"fileName":"lively/morphic/CompatLayer.js","_subElements":[{"__isSmartRef__":true,"id":8900}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":8901}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8900":{"name":"initialize","type":"propertyDef","startIndex":167,"stopIndex":237,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8901},"className":"lively.morphic.Compat.Text","_owner":{"__isSmartRef__":true,"id":8899},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8901":{"name":"initializing","type":"categoryDef","startIndex":149,"stopIndex":239,"fileName":"lively/morphic/CompatLayer.js","_subElements":[{"__isSmartRef__":true,"id":8900}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8902":{"name":"NewMorphicCompatLayer","type":"copDef","startIndex":243,"stopIndex":1993,"fileName":"lively/morphic/CompatLayer.js","_subElements":[{"__isSmartRef__":true,"id":8903},{"__isSmartRef__":true,"id":8920}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8903":{"name":"Global","type":"copSubElement","startIndex":279,"stopIndex":1491,"fileName":"lively/morphic/CompatLayer.js","_subElements":[{"__isSmartRef__":true,"id":8904},{"__isSmartRef__":true,"id":8906},{"__isSmartRef__":true,"id":8907},{"__isSmartRef__":true,"id":8908},{"__isSmartRef__":true,"id":8909},{"__isSmartRef__":true,"id":8910},{"__isSmartRef__":true,"id":8911},{"__isSmartRef__":true,"id":8912},{"__isSmartRef__":true,"id":8913},{"__isSmartRef__":true,"id":8914},{"__isSmartRef__":true,"id":8915},{"__isSmartRef__":true,"id":8916},{"__isSmartRef__":true,"id":8917},{"__isSmartRef__":true,"id":8918},{"__isSmartRef__":true,"id":8919}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineObject","_owner":{"__isSmartRef__":true,"id":8902},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8904":{"name":"Morph","type":"propertyDef","startIndex":303,"stopIndex":350,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8905":{"name":"default category","type":"categoryDef","startIndex":58,"stopIndex":1247,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8904},{"__isSmartRef__":true,"id":8906},{"__isSmartRef__":true,"id":8907},{"__isSmartRef__":true,"id":8908},{"__isSmartRef__":true,"id":8909},{"__isSmartRef__":true,"id":8910},{"__isSmartRef__":true,"id":8911},{"__isSmartRef__":true,"id":8912},{"__isSmartRef__":true,"id":8913},{"__isSmartRef__":true,"id":8914},{"__isSmartRef__":true,"id":8915},{"__isSmartRef__":true,"id":8916},{"__isSmartRef__":true,"id":8917},{"__isSmartRef__":true,"id":8918},{"__isSmartRef__":true,"id":8919}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8906":{"name":"BoxMorph","type":"propertyDef","startIndex":352,"stopIndex":400,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8907":{"name":"TextMorph","type":"propertyDef","startIndex":402,"stopIndex":452,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8908":{"name":"WorldMorph","type":"propertyDef","startIndex":454,"stopIndex":506,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8909":{"name":"ButtonMorph","type":"propertyDef","startIndex":508,"stopIndex":562,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8910":{"name":"PanelMorph","type":"propertyDef","startIndex":564,"stopIndex":616,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8911":{"name":"HorizontalDivider","type":"propertyDef","startIndex":618,"stopIndex":689,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8912":{"name":"SliderMorph","type":"propertyDef","startIndex":691,"stopIndex":745,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8913":{"name":"MenuMorph","type":"propertyDef","startIndex":747,"stopIndex":797,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8914":{"name":"ImageMorph","type":"propertyDef","startIndex":799,"stopIndex":851,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8915":{"name":"ContainerMorph","type":"propertyDef","startIndex":853,"stopIndex":909,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8916":{"name":"TextSelectionMorph","type":"propertyDef","startIndex":912,"stopIndex":972,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8917":{"name":"Widget","type":"propertyDef","startIndex":974,"stopIndex":1028,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8918":{"name":"newTextPane","type":"propertyDef","startIndex":1031,"stopIndex":1301,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8919":{"name":"newDragnDropListPane","type":"propertyDef","startIndex":1303,"stopIndex":1488,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8905},"_owner":{"__isSmartRef__":true,"id":8903},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8920":{"name":"lively","type":"copSubElement","startIndex":1492,"stopIndex":1991,"fileName":"lively/morphic/CompatLayer.js","_subElements":[{"__isSmartRef__":true,"id":8921},{"__isSmartRef__":true,"id":8923},{"__isSmartRef__":true,"id":8924}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineObject","_owner":{"__isSmartRef__":true,"id":8902},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8921":{"name":"scene","type":"propertyDef","startIndex":1517,"stopIndex":1739,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8922},"_owner":{"__isSmartRef__":true,"id":8920},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8922":{"name":"default category","type":"categoryDef","startIndex":1272,"stopIndex":1747,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8921},{"__isSmartRef__":true,"id":8923},{"__isSmartRef__":true,"id":8924}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8923":{"name":"Text","type":"propertyDef","startIndex":1741,"stopIndex":1827,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8922},"_owner":{"__isSmartRef__":true,"id":8920},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8924":{"name":"paint","type":"propertyDef","startIndex":1829,"stopIndex":1988,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8922},"_owner":{"__isSmartRef__":true,"id":8920},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8925":{"name":null,"type":"comment","startIndex":1994,"stopIndex":1994,"fileName":"lively/morphic/CompatLayer.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8926":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/CompatSCB.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8927":{"target":{"__isSmartRef__":true,"id":4990},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Complete.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8928":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Connectors.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8929":{"target":{"__isSmartRef__":true,"id":4994},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Core.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8930":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/EventExperiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8931":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Events.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8932":{"target":{"__isSmartRef__":true,"id":5221},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Examples.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8933":{"target":{"__isSmartRef__":true,"id":8934},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Experiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"8934":{"name":"lively.morphic.Experiments","type":"moduleDef","startIndex":0,"stopIndex":18352,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8935},{"__isSmartRef__":true,"id":8936},{"__isSmartRef__":true,"id":8939},{"__isSmartRef__":true,"id":8972},{"__isSmartRef__":true,"id":8976},{"__isSmartRef__":true,"id":8977},{"__isSmartRef__":true,"id":8978},{"__isSmartRef__":true,"id":8984},{"__isSmartRef__":true,"id":8985},{"__isSmartRef__":true,"id":8999},{"__isSmartRef__":true,"id":9003},{"__isSmartRef__":true,"id":9031}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8935":{"name":null,"type":"comment","startIndex":102,"stopIndex":102,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8936":{"name":"lively.morphic.Morph","type":"klassExtensionDef","startIndex":103,"stopIndex":641,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8937}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":8938}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8937":{"name":"protoCopy","type":"propertyDef","startIndex":152,"stopIndex":636,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8938},"className":"lively.morphic.Morph","_owner":{"__isSmartRef__":true,"id":8936},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8938":{"name":"proto copy","type":"categoryDef","startIndex":136,"stopIndex":638,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8937}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8939":{"name":"lively.morphic.TransformRefactoringLayer","type":"copDef","startIndex":642,"stopIndex":7402,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8940},{"__isSmartRef__":true,"id":8964},{"__isSmartRef__":true,"id":8968},{"__isSmartRef__":true,"id":8971}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8940":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":697,"stopIndex":6147,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8941},{"__isSmartRef__":true,"id":8943},{"__isSmartRef__":true,"id":8944},{"__isSmartRef__":true,"id":8945},{"__isSmartRef__":true,"id":8946},{"__isSmartRef__":true,"id":8947},{"__isSmartRef__":true,"id":8948},{"__isSmartRef__":true,"id":8949},{"__isSmartRef__":true,"id":8950},{"__isSmartRef__":true,"id":8951},{"__isSmartRef__":true,"id":8952},{"__isSmartRef__":true,"id":8953},{"__isSmartRef__":true,"id":8954},{"__isSmartRef__":true,"id":8955},{"__isSmartRef__":true,"id":8956},{"__isSmartRef__":true,"id":8957},{"__isSmartRef__":true,"id":8958},{"__isSmartRef__":true,"id":8959},{"__isSmartRef__":true,"id":8960},{"__isSmartRef__":true,"id":8961},{"__isSmartRef__":true,"id":8962},{"__isSmartRef__":true,"id":8963}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8939},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8941":{"name":"originInTransform","type":"propertyDef","startIndex":734,"stopIndex":778,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8942":{"name":"default category","type":"categoryDef","startIndex":90,"stopIndex":5504,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8941},{"__isSmartRef__":true,"id":8943},{"__isSmartRef__":true,"id":8944},{"__isSmartRef__":true,"id":8945},{"__isSmartRef__":true,"id":8946},{"__isSmartRef__":true,"id":8947},{"__isSmartRef__":true,"id":8948},{"__isSmartRef__":true,"id":8949},{"__isSmartRef__":true,"id":8950},{"__isSmartRef__":true,"id":8951},{"__isSmartRef__":true,"id":8952},{"__isSmartRef__":true,"id":8953},{"__isSmartRef__":true,"id":8954},{"__isSmartRef__":true,"id":8955},{"__isSmartRef__":true,"id":8956},{"__isSmartRef__":true,"id":8957},{"__isSmartRef__":true,"id":8958},{"__isSmartRef__":true,"id":8959},{"__isSmartRef__":true,"id":8960},{"__isSmartRef__":true,"id":8961},{"__isSmartRef__":true,"id":8962},{"__isSmartRef__":true,"id":8963}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8943":{"name":"addMorph","type":"propertyDef","startIndex":780,"stopIndex":2028,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8944":{"name":"getTransform","type":"propertyDef","startIndex":2031,"stopIndex":2392,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8945":{"name":"setTransform","type":"propertyDef","startIndex":2395,"stopIndex":2664,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8946":{"name":"updateTransform","type":"propertyDef","startIndex":2668,"stopIndex":3000,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8947":{"name":"initHTML","type":"propertyDef","startIndex":3002,"stopIndex":3130,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8948":{"name":"setTransformHTML","type":"propertyDef","startIndex":3134,"stopIndex":3346,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8949":{"name":"setPivotPointHTML","type":"propertyDef","startIndex":3348,"stopIndex":3394,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8950":{"name":"setPositionHTML","type":"propertyDef","startIndex":3397,"stopIndex":3490,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8951":{"name":"setRotationHTML","type":"propertyDef","startIndex":3492,"stopIndex":3583,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8952":{"name":"setScaleHTML","type":"propertyDef","startIndex":3585,"stopIndex":3675,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8953":{"name":"setPosition","type":"propertyDef","startIndex":3678,"stopIndex":3868,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8954":{"name":"getPosition","type":"propertyDef","startIndex":3870,"stopIndex":3950,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8955":{"name":"setRotation","type":"propertyDef","startIndex":3952,"stopIndex":4142,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8956":{"name":"getRotation","type":"propertyDef","startIndex":4144,"stopIndex":4218,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8957":{"name":"setScale","type":"propertyDef","startIndex":4220,"stopIndex":4407,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8958":{"name":"getScale","type":"propertyDef","startIndex":4409,"stopIndex":4477,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8959":{"name":"globalBounds","type":"propertyDef","startIndex":4480,"stopIndex":4621,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8960":{"name":"innerBounds","type":"propertyDef","startIndex":4702,"stopIndex":4763,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8961":{"name":"onMouseDown","type":"propertyDef","startIndex":4844,"stopIndex":5705,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8962":{"name":"setPivotPoint","type":"propertyDef","startIndex":5947,"stopIndex":6045,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8963":{"name":"getPivotPoint","type":"propertyDef","startIndex":6047,"stopIndex":6144,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8942},"_owner":{"__isSmartRef__":true,"id":8940},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8964":{"name":"lively.morphic.OriginHalo","type":"copSubElement","startIndex":6148,"stopIndex":6918,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8965},{"__isSmartRef__":true,"id":8967}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8939},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8965":{"name":"computePositionAtTarget","type":"propertyDef","startIndex":6191,"stopIndex":6528,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8966},"_owner":{"__isSmartRef__":true,"id":8964},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8966":{"name":"default category","type":"categoryDef","startIndex":5547,"stopIndex":6275,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8965},{"__isSmartRef__":true,"id":8967}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8967":{"name":"dragAction","type":"propertyDef","startIndex":6530,"stopIndex":6915,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8966},"_owner":{"__isSmartRef__":true,"id":8964},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8968":{"name":"lively.morphic.Rendering.DOMInterface","type":"copSubElement","startIndex":6919,"stopIndex":7386,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8969}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8939},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8969":{"name":"setHTMLTransform","type":"propertyDef","startIndex":6974,"stopIndex":7383,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8970},"_owner":{"__isSmartRef__":true,"id":8968},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8970":{"name":"default category","type":"categoryDef","startIndex":6330,"stopIndex":6743,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8969}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8971":{"name":"beNotGlobal()","type":"copSubElement","startIndex":7387,"stopIndex":7400,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_owner":{"__isSmartRef__":true,"id":8939},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8972":{"name":"lively.morphic.TransformAggregationLayer","type":"copDef","startIndex":7403,"stopIndex":8119,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8973}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8973":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":7458,"stopIndex":8117,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8974}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8972},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8974":{"name":"updateTransform","type":"propertyDef","startIndex":7495,"stopIndex":8114,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8975},"_owner":{"__isSmartRef__":true,"id":8973},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8975":{"name":"default category","type":"categoryDef","startIndex":90,"stopIndex":713,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8974}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8976":{"name":null,"type":"comment","startIndex":8120,"stopIndex":8120,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8977":{"name":null,"type":"unknown","startIndex":8121,"stopIndex":8130,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8978":{"name":"Global","type":"klassExtensionDef","startIndex":8131,"stopIndex":8861,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8979},{"__isSmartRef__":true,"id":8981},{"__isSmartRef__":true,"id":8982},{"__isSmartRef__":true,"id":8983}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":8980}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8979":{"name":"$t","type":"propertyDef","startIndex":8155,"stopIndex":8327,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":8980},"className":"Global","_owner":{"__isSmartRef__":true,"id":8978},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8980":{"name":"default category","type":"categoryDef","startIndex":8153,"stopIndex":8858,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8979},{"__isSmartRef__":true,"id":8981},{"__isSmartRef__":true,"id":8982},{"__isSmartRef__":true,"id":8983}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8981":{"name":"show2","type":"propertyDef","startIndex":8329,"stopIndex":8547,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":8980},"className":"Global","_owner":{"__isSmartRef__":true,"id":8978},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8982":{"name":"inv","type":"propertyDef","startIndex":8549,"stopIndex":8599,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":8980},"className":"Global","_owner":{"__isSmartRef__":true,"id":8978},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8983":{"name":"concatTransforms","type":"propertyDef","startIndex":8601,"stopIndex":8856,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":8980},"className":"Global","_owner":{"__isSmartRef__":true,"id":8978},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8984":{"name":null,"type":"comment","startIndex":8862,"stopIndex":8862,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8985":{"name":"ClippingDevelopmentLayer","type":"copDef","startIndex":8863,"stopIndex":11265,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8986},{"__isSmartRef__":true,"id":8993},{"__isSmartRef__":true,"id":8996}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8986":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":8902,"stopIndex":10661,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8987},{"__isSmartRef__":true,"id":8989},{"__isSmartRef__":true,"id":8990},{"__isSmartRef__":true,"id":8991},{"__isSmartRef__":true,"id":8992}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8985},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8987":{"name":"isClip","type":"propertyDef","startIndex":8939,"stopIndex":8978,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8988},"_owner":{"__isSmartRef__":true,"id":8986},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8988":{"name":"default category","type":"categoryDef","startIndex":74,"stopIndex":1797,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8987},{"__isSmartRef__":true,"id":8989},{"__isSmartRef__":true,"id":8990},{"__isSmartRef__":true,"id":8991},{"__isSmartRef__":true,"id":8992}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8989":{"name":"isClippingMode","type":"propertyDef","startIndex":8980,"stopIndex":9090,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8988},"_owner":{"__isSmartRef__":true,"id":8986},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8990":{"name":"setClipModeHTML","type":"propertyDef","startIndex":9092,"stopIndex":9313,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8988},"_owner":{"__isSmartRef__":true,"id":8986},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8991":{"name":"enableClippingHTML","type":"propertyDef","startIndex":9315,"stopIndex":10147,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8988},"_owner":{"__isSmartRef__":true,"id":8986},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8992":{"name":"disableClippingHTML","type":"propertyDef","startIndex":10149,"stopIndex":10658,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8988},"_owner":{"__isSmartRef__":true,"id":8986},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8993":{"name":"lively.morphic.Shapes.Shape","type":"copSubElement","startIndex":10662,"stopIndex":11046,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8994}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8985},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8994":{"name":"setExtentHTML","type":"propertyDef","startIndex":10707,"stopIndex":11043,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8995},"_owner":{"__isSmartRef__":true,"id":8993},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8995":{"name":"default category","type":"categoryDef","startIndex":1842,"stopIndex":2182,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8994}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8996":{"name":"lively.morphic.Shapes.External","type":"copSubElement","startIndex":11047,"stopIndex":11264,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":8997}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8985},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8997":{"name":"setExtentHTML","type":"propertyDef","startIndex":11095,"stopIndex":11261,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":8998},"_owner":{"__isSmartRef__":true,"id":8996},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8998":{"name":"default category","type":"categoryDef","startIndex":2230,"stopIndex":2400,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":8997}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"8999":{"name":"ClippingLayer","type":"copDef","startIndex":11266,"stopIndex":11374,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9000}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9000":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":11294,"stopIndex":11372,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9001}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":8999},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9001":{"name":"isClip","type":"propertyDef","startIndex":11331,"stopIndex":11369,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9002},"_owner":{"__isSmartRef__":true,"id":9000},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9002":{"name":"default category","type":"categoryDef","startIndex":63,"stopIndex":105,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9001}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9003":{"name":"ClippingWithShapeLayer","type":"copDef","startIndex":11375,"stopIndex":18332,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9004},{"__isSmartRef__":true,"id":9011},{"__isSmartRef__":true,"id":9015},{"__isSmartRef__":true,"id":9018},{"__isSmartRef__":true,"id":9021},{"__isSmartRef__":true,"id":9030}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9004":{"name":"lively.morphic.Morph","type":"copSubElement","startIndex":11412,"stopIndex":14880,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9005},{"__isSmartRef__":true,"id":9007},{"__isSmartRef__":true,"id":9008},{"__isSmartRef__":true,"id":9009},{"__isSmartRef__":true,"id":9010}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9005":{"name":"appendHTML","type":"propertyDef","startIndex":11449,"stopIndex":12295,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9006},"_owner":{"__isSmartRef__":true,"id":9004},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9006":{"name":"default category","type":"categoryDef","startIndex":72,"stopIndex":3504,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9005},{"__isSmartRef__":true,"id":9007},{"__isSmartRef__":true,"id":9008},{"__isSmartRef__":true,"id":9009},{"__isSmartRef__":true,"id":9010}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9007":{"name":"setClipModeHTML","type":"propertyDef","startIndex":12297,"stopIndex":12409,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9006},"_owner":{"__isSmartRef__":true,"id":9004},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9008":{"name":"setOrigin","type":"propertyDef","startIndex":12411,"stopIndex":13084,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9006},"_owner":{"__isSmartRef__":true,"id":9004},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9009":{"name":"getTransform","type":"propertyDef","startIndex":13086,"stopIndex":13363,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9006},"_owner":{"__isSmartRef__":true,"id":9004},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9010":{"name":"addMorph","type":"propertyDef","startIndex":13365,"stopIndex":14877,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9006},"_owner":{"__isSmartRef__":true,"id":9004},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9011":{"name":"lively.morphic.Text","type":"copSubElement","startIndex":14881,"stopIndex":15129,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9012}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9012":{"name":"setClipModeHTML","type":"propertyDef","startIndex":14918,"stopIndex":15126,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9013},"_owner":{"__isSmartRef__":true,"id":9014},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9013":{"name":"default category","type":"categoryDef","startIndex":35,"stopIndex":247,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9012}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9014":{"name":"lively.morphic.Text","type":"copSubElement","startIndex":14881,"stopIndex":15129,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9012}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9015":{"name":"lively.morphic.Shapes.Shape","type":"copSubElement","startIndex":15130,"stopIndex":15427,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9016}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9016":{"name":"setExtentHTML","type":"propertyDef","startIndex":15175,"stopIndex":15424,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9017},"_owner":{"__isSmartRef__":true,"id":9015},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9017":{"name":"default category","type":"categoryDef","startIndex":3702,"stopIndex":3955,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9016}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9018":{"name":"lively.morphic.Rendering.RenderContext","type":"copSubElement","startIndex":15428,"stopIndex":15654,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9019}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9019":{"name":"newForChild","type":"propertyDef","startIndex":15484,"stopIndex":15651,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9020},"_owner":{"__isSmartRef__":true,"id":9018},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9020":{"name":"default category","type":"categoryDef","startIndex":4011,"stopIndex":4182,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9019}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9021":{"name":"lively.morphic.Shapes.Path","type":"copSubElement","startIndex":15655,"stopIndex":18318,"fileName":"lively/morphic/Experiments.js","_subElements":[{"__isSmartRef__":true,"id":9022},{"__isSmartRef__":true,"id":9024},{"__isSmartRef__":true,"id":9025},{"__isSmartRef__":true,"id":9026},{"__isSmartRef__":true,"id":9027},{"__isSmartRef__":true,"id":9028},{"__isSmartRef__":true,"id":9029}],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9022":{"name":"initHTML","type":"propertyDef","startIndex":15699,"stopIndex":16247,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9023":{"name":"default category","type":"categoryDef","startIndex":4226,"stopIndex":6846,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9022},{"__isSmartRef__":true,"id":9024},{"__isSmartRef__":true,"id":9025},{"__isSmartRef__":true,"id":9026},{"__isSmartRef__":true,"id":9027},{"__isSmartRef__":true,"id":9028},{"__isSmartRef__":true,"id":9029}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9024":{"name":"setPathElementsHTML","type":"propertyDef","startIndex":16249,"stopIndex":16603,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9025":{"name":"setPositionHTML","type":"propertyDef","startIndex":16605,"stopIndex":17446,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9026":{"name":"setExtentHTML","type":"propertyDef","startIndex":17448,"stopIndex":17551,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9027":{"name":"getDefsNodeHTML","type":"propertyDef","startIndex":17553,"stopIndex":17844,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9028":{"name":"setBorderStyleHTML","type":"propertyDef","startIndex":17846,"stopIndex":18166,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9029":{"name":"setFillHTML","type":"propertyDef","startIndex":18168,"stopIndex":18314,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9023},"_owner":{"__isSmartRef__":true,"id":9021},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9030":{"name":"beGlobal()","type":"copSubElement","startIndex":18319,"stopIndex":18330,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_owner":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9031":{"name":null,"type":"comment","startIndex":18333,"stopIndex":18333,"fileName":"lively/morphic/Experiments.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9032":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Graffle.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9033":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Halos.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9034":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9035":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Layout.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9036":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/MorphAddons.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9037":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/ObjectMigration.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9038":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Paragraphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9039":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/PathShapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9040":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Rendering.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9041":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/ScriptingSupport.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9042":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Serialization.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9043":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Shapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9044":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Styles.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9045":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/SVG.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9046":{"target":{"__isSmartRef__":true,"id":9047},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Tests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9047":{"name":"lively.morphic.Tests","type":"moduleDef","startIndex":0,"stopIndex":178,"fileName":"lively/morphic/Tests.js","_subElements":[{"__isSmartRef__":true,"id":9048}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9048":{"name":null,"type":"comment","startIndex":159,"stopIndex":159,"fileName":"lively/morphic/Tests.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9049":{"target":{"__isSmartRef__":true,"id":9050},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/TextCore.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9050":{"name":"lively.morphic.TextCore","type":"moduleDef","startIndex":0,"stopIndex":90987,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9051},{"__isSmartRef__":true,"id":9052},{"__isSmartRef__":true,"id":9074},{"__isSmartRef__":true,"id":9075},{"__isSmartRef__":true,"id":9252},{"__isSmartRef__":true,"id":9253},{"__isSmartRef__":true,"id":9256},{"__isSmartRef__":true,"id":9268},{"__isSmartRef__":true,"id":9269},{"__isSmartRef__":true,"id":9309},{"__isSmartRef__":true,"id":9310},{"__isSmartRef__":true,"id":9344},{"__isSmartRef__":true,"id":9359},{"__isSmartRef__":true,"id":9360},{"__isSmartRef__":true,"id":9363},{"__isSmartRef__":true,"id":9364},{"__isSmartRef__":true,"id":9365},{"__isSmartRef__":true,"id":9366},{"__isSmartRef__":true,"id":9371}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9051":{"name":null,"type":"comment","startIndex":99,"stopIndex":100,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9052":{"name":"TextChunkOwner","type":"traitDef","startIndex":101,"stopIndex":6782,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9053},{"__isSmartRef__":true,"id":9055},{"__isSmartRef__":true,"id":9056},{"__isSmartRef__":true,"id":9057},{"__isSmartRef__":true,"id":9058},{"__isSmartRef__":true,"id":9059},{"__isSmartRef__":true,"id":9060},{"__isSmartRef__":true,"id":9062},{"__isSmartRef__":true,"id":9064},{"__isSmartRef__":true,"id":9066},{"__isSmartRef__":true,"id":9067},{"__isSmartRef__":true,"id":9068},{"__isSmartRef__":true,"id":9070},{"__isSmartRef__":true,"id":9071},{"__isSmartRef__":true,"id":9072},{"__isSmartRef__":true,"id":9073}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9053":{"name":"createChunk","type":"propertyDef","startIndex":140,"stopIndex":264,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9054},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9054":{"name":"accessing","type":"categoryDef","startIndex":24,"stopIndex":891,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9053},{"__isSmartRef__":true,"id":9055},{"__isSmartRef__":true,"id":9056},{"__isSmartRef__":true,"id":9057},{"__isSmartRef__":true,"id":9058},{"__isSmartRef__":true,"id":9059}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9055":{"name":"getTextChunks","type":"propertyDef","startIndex":266,"stopIndex":449,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9054},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9056":{"name":"setTextChunks","type":"propertyDef","startIndex":451,"stopIndex":636,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9054},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9057":{"name":"setTextChunksFromTo","type":"propertyDef","startIndex":638,"stopIndex":676,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9054},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9058":{"name":"firstTextChunk","type":"propertyDef","startIndex":678,"stopIndex":756,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9054},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9059":{"name":"getChunkRanges","type":"propertyDef","startIndex":759,"stopIndex":988,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9054},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9060":{"name":"isFocused","type":"propertyDef","startIndex":1007,"stopIndex":1037,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9061},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9061":{"name":"testing","type":"categoryDef","startIndex":893,"stopIndex":939,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9060}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9062":{"name":"removeTextChunks","type":"propertyDef","startIndex":1056,"stopIndex":1292,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9063},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9063":{"name":"removing","type":"categoryDef","startIndex":941,"stopIndex":1194,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9062}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9064":{"name":"getChunkAndLocalIndex","type":"propertyDef","startIndex":1321,"stopIndex":2182,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9065},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9065":{"name":"chunk computations","type":"categoryDef","startIndex":1196,"stopIndex":3755,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9064},{"__isSmartRef__":true,"id":9066},{"__isSmartRef__":true,"id":9067}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9066":{"name":"sliceTextChunks","type":"propertyDef","startIndex":2184,"stopIndex":3669,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9065},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9067":{"name":"coalesceChunks","type":"propertyDef","startIndex":3672,"stopIndex":3853,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9065},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9068":{"name":"fixChunks","type":"propertyDef","startIndex":3882,"stopIndex":4243,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9069},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9069":{"name":"garbage collection","type":"categoryDef","startIndex":3757,"stopIndex":6678,"fileName":null,"_subElements":[{"__isSmartRef__":true,"id":9068},{"__isSmartRef__":true,"id":9070},{"__isSmartRef__":true,"id":9071},{"__isSmartRef__":true,"id":9072},{"__isSmartRef__":true,"id":9073}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9070":{"name":"fixChunksDelayed","type":"propertyDef","startIndex":4245,"stopIndex":4329,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9069},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9071":{"name":"garbageCollectChunks","type":"propertyDef","startIndex":4331,"stopIndex":6324,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9069},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9072":{"name":"removeNonChunkNodes","type":"propertyDef","startIndex":6327,"stopIndex":6468,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9069},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9073":{"name":"fixTextBeforeAndAfterChunks","type":"propertyDef","startIndex":6471,"stopIndex":6777,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9069},"_owner":{"__isSmartRef__":true,"id":9052},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9074":{"name":null,"type":"comment","startIndex":6783,"stopIndex":6783,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9075":{"name":"lively.morphic.Text","type":"klassDef","startIndex":6784,"stopIndex":69818,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9076},{"__isSmartRef__":true,"id":9078},{"__isSmartRef__":true,"id":9079},{"__isSmartRef__":true,"id":9080},{"__isSmartRef__":true,"id":9081},{"__isSmartRef__":true,"id":9082},{"__isSmartRef__":true,"id":9084},{"__isSmartRef__":true,"id":9086},{"__isSmartRef__":true,"id":9088},{"__isSmartRef__":true,"id":9089},{"__isSmartRef__":true,"id":9090},{"__isSmartRef__":true,"id":9091},{"__isSmartRef__":true,"id":9092},{"__isSmartRef__":true,"id":9093},{"__isSmartRef__":true,"id":9094},{"__isSmartRef__":true,"id":9095},{"__isSmartRef__":true,"id":9096},{"__isSmartRef__":true,"id":9097},{"__isSmartRef__":true,"id":9098},{"__isSmartRef__":true,"id":9099},{"__isSmartRef__":true,"id":9100},{"__isSmartRef__":true,"id":9101},{"__isSmartRef__":true,"id":9102},{"__isSmartRef__":true,"id":9103},{"__isSmartRef__":true,"id":9104},{"__isSmartRef__":true,"id":9105},{"__isSmartRef__":true,"id":9106},{"__isSmartRef__":true,"id":9107},{"__isSmartRef__":true,"id":9108},{"__isSmartRef__":true,"id":9109},{"__isSmartRef__":true,"id":9110},{"__isSmartRef__":true,"id":9111},{"__isSmartRef__":true,"id":9112},{"__isSmartRef__":true,"id":9113},{"__isSmartRef__":true,"id":9114},{"__isSmartRef__":true,"id":9116},{"__isSmartRef__":true,"id":9117},{"__isSmartRef__":true,"id":9119},{"__isSmartRef__":true,"id":9120},{"__isSmartRef__":true,"id":9122},{"__isSmartRef__":true,"id":9123},{"__isSmartRef__":true,"id":9124},{"__isSmartRef__":true,"id":9125},{"__isSmartRef__":true,"id":9126},{"__isSmartRef__":true,"id":9127},{"__isSmartRef__":true,"id":9128},{"__isSmartRef__":true,"id":9129},{"__isSmartRef__":true,"id":9130},{"__isSmartRef__":true,"id":9131},{"__isSmartRef__":true,"id":9132},{"__isSmartRef__":true,"id":9133},{"__isSmartRef__":true,"id":9134},{"__isSmartRef__":true,"id":9135},{"__isSmartRef__":true,"id":9136},{"__isSmartRef__":true,"id":9137},{"__isSmartRef__":true,"id":9138},{"__isSmartRef__":true,"id":9139},{"__isSmartRef__":true,"id":9140},{"__isSmartRef__":true,"id":9141},{"__isSmartRef__":true,"id":9142},{"__isSmartRef__":true,"id":9143},{"__isSmartRef__":true,"id":9144},{"__isSmartRef__":true,"id":9145},{"__isSmartRef__":true,"id":9146},{"__isSmartRef__":true,"id":9147},{"__isSmartRef__":true,"id":9149},{"__isSmartRef__":true,"id":9150},{"__isSmartRef__":true,"id":9151},{"__isSmartRef__":true,"id":9152},{"__isSmartRef__":true,"id":9153},{"__isSmartRef__":true,"id":9154},{"__isSmartRef__":true,"id":9155},{"__isSmartRef__":true,"id":9156},{"__isSmartRef__":true,"id":9157},{"__isSmartRef__":true,"id":9158},{"__isSmartRef__":true,"id":9159},{"__isSmartRef__":true,"id":9160},{"__isSmartRef__":true,"id":9161},{"__isSmartRef__":true,"id":9163},{"__isSmartRef__":true,"id":9164},{"__isSmartRef__":true,"id":9165},{"__isSmartRef__":true,"id":9167},{"__isSmartRef__":true,"id":9168},{"__isSmartRef__":true,"id":9169},{"__isSmartRef__":true,"id":9170},{"__isSmartRef__":true,"id":9171},{"__isSmartRef__":true,"id":9172},{"__isSmartRef__":true,"id":9173},{"__isSmartRef__":true,"id":9174},{"__isSmartRef__":true,"id":9175},{"__isSmartRef__":true,"id":9176},{"__isSmartRef__":true,"id":9177},{"__isSmartRef__":true,"id":9178},{"__isSmartRef__":true,"id":9179},{"__isSmartRef__":true,"id":9180},{"__isSmartRef__":true,"id":9181},{"__isSmartRef__":true,"id":9182},{"__isSmartRef__":true,"id":9183},{"__isSmartRef__":true,"id":9184},{"__isSmartRef__":true,"id":9185},{"__isSmartRef__":true,"id":9186},{"__isSmartRef__":true,"id":9187},{"__isSmartRef__":true,"id":9188},{"__isSmartRef__":true,"id":9189},{"__isSmartRef__":true,"id":9191},{"__isSmartRef__":true,"id":9192},{"__isSmartRef__":true,"id":9194},{"__isSmartRef__":true,"id":9195},{"__isSmartRef__":true,"id":9196},{"__isSmartRef__":true,"id":9197},{"__isSmartRef__":true,"id":9198},{"__isSmartRef__":true,"id":9200},{"__isSmartRef__":true,"id":9201},{"__isSmartRef__":true,"id":9203},{"__isSmartRef__":true,"id":9205},{"__isSmartRef__":true,"id":9206},{"__isSmartRef__":true,"id":9208},{"__isSmartRef__":true,"id":9209},{"__isSmartRef__":true,"id":9210},{"__isSmartRef__":true,"id":9211},{"__isSmartRef__":true,"id":9212},{"__isSmartRef__":true,"id":9213},{"__isSmartRef__":true,"id":9214},{"__isSmartRef__":true,"id":9215},{"__isSmartRef__":true,"id":9216},{"__isSmartRef__":true,"id":9218},{"__isSmartRef__":true,"id":9219},{"__isSmartRef__":true,"id":9220},{"__isSmartRef__":true,"id":9221},{"__isSmartRef__":true,"id":9222},{"__isSmartRef__":true,"id":9223},{"__isSmartRef__":true,"id":9224},{"__isSmartRef__":true,"id":9225},{"__isSmartRef__":true,"id":9226},{"__isSmartRef__":true,"id":9227},{"__isSmartRef__":true,"id":9228},{"__isSmartRef__":true,"id":9229},{"__isSmartRef__":true,"id":9230},{"__isSmartRef__":true,"id":9231},{"__isSmartRef__":true,"id":9232},{"__isSmartRef__":true,"id":9233},{"__isSmartRef__":true,"id":9234},{"__isSmartRef__":true,"id":9235},{"__isSmartRef__":true,"id":9236},{"__isSmartRef__":true,"id":9237},{"__isSmartRef__":true,"id":9239},{"__isSmartRef__":true,"id":9241},{"__isSmartRef__":true,"id":9242},{"__isSmartRef__":true,"id":9243},{"__isSmartRef__":true,"id":9244},{"__isSmartRef__":true,"id":9245},{"__isSmartRef__":true,"id":9246},{"__isSmartRef__":true,"id":9248},{"__isSmartRef__":true,"id":9249},{"__isSmartRef__":true,"id":9250},{"__isSmartRef__":true,"id":9251}],"sourceControl":{"__isSmartRef__":true,"id":4975},"traits":["ScrollableTrait","TextChunkOwner"],"superclassName":"lively.morphic.Morph","categories":[{"__isSmartRef__":true,"id":9077},{"__isSmartRef__":true,"id":9083},{"__isSmartRef__":true,"id":9085},{"__isSmartRef__":true,"id":9087},{"__isSmartRef__":true,"id":9115},{"__isSmartRef__":true,"id":9118},{"__isSmartRef__":true,"id":9121},{"__isSmartRef__":true,"id":9148},{"__isSmartRef__":true,"id":9162},{"__isSmartRef__":true,"id":9166},{"__isSmartRef__":true,"id":9190},{"__isSmartRef__":true,"id":9193},{"__isSmartRef__":true,"id":9199},{"__isSmartRef__":true,"id":9202},{"__isSmartRef__":true,"id":9204},{"__isSmartRef__":true,"id":9207},{"__isSmartRef__":true,"id":9217},{"__isSmartRef__":true,"id":9238},{"__isSmartRef__":true,"id":9240},{"__isSmartRef__":true,"id":9247}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9076":{"name":"isText","type":"propertyDef","startIndex":6904,"stopIndex":6920,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9077},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9077":{"name":"properties","type":"categoryDef","startIndex":6888,"stopIndex":7853,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9076},{"__isSmartRef__":true,"id":9078},{"__isSmartRef__":true,"id":9079},{"__isSmartRef__":true,"id":9080},{"__isSmartRef__":true,"id":9081}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9078":{"name":"allowInput","type":"propertyDef","startIndex":6922,"stopIndex":6942,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9077},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9079":{"name":"style","type":"propertyDef","startIndex":6944,"stopIndex":7320,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9077},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9080":{"name":"autoAdjustPadding","type":"propertyDef","startIndex":7327,"stopIndex":7354,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9077},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9081":{"name":"suppressDropping","type":"propertyDef","startIndex":7356,"stopIndex":7382,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9077},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9082":{"name":"initialize","type":"propertyDef","startIndex":7873,"stopIndex":8134,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9083},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9083":{"name":"initializing","type":"categoryDef","startIndex":7855,"stopIndex":8137,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9082}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9084":{"name":"applyStyle","type":"propertyDef","startIndex":8152,"stopIndex":9241,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9085},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9085":{"name":"styling","type":"categoryDef","startIndex":8139,"stopIndex":9244,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9084}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9086":{"name":"setExtent","type":"propertyDef","startIndex":9261,"stopIndex":9528,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9087":{"name":"accessing","type":"categoryDef","startIndex":9246,"stopIndex":12346,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9086},{"__isSmartRef__":true,"id":9088},{"__isSmartRef__":true,"id":9089},{"__isSmartRef__":true,"id":9090},{"__isSmartRef__":true,"id":9091},{"__isSmartRef__":true,"id":9092},{"__isSmartRef__":true,"id":9093},{"__isSmartRef__":true,"id":9094},{"__isSmartRef__":true,"id":9095},{"__isSmartRef__":true,"id":9096},{"__isSmartRef__":true,"id":9097},{"__isSmartRef__":true,"id":9098},{"__isSmartRef__":true,"id":9099},{"__isSmartRef__":true,"id":9100},{"__isSmartRef__":true,"id":9101},{"__isSmartRef__":true,"id":9102},{"__isSmartRef__":true,"id":9103},{"__isSmartRef__":true,"id":9104},{"__isSmartRef__":true,"id":9105},{"__isSmartRef__":true,"id":9106},{"__isSmartRef__":true,"id":9107},{"__isSmartRef__":true,"id":9108},{"__isSmartRef__":true,"id":9109},{"__isSmartRef__":true,"id":9110},{"__isSmartRef__":true,"id":9111},{"__isSmartRef__":true,"id":9112},{"__isSmartRef__":true,"id":9113}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9088":{"name":"getTextExtent","type":"propertyDef","startIndex":9530,"stopIndex":9614,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9089":{"name":"getTextBounds","type":"propertyDef","startIndex":9616,"stopIndex":9693,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9090":{"name":"textString","type":"propertyDef","startIndex":9696,"stopIndex":9987,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9091":{"name":"textString","type":"propertyDef","startIndex":9989,"stopIndex":10475,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9092":{"name":"setTextString","type":"propertyDef","startIndex":10478,"stopIndex":10549,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9093":{"name":"getTextString","type":"propertyDef","startIndex":10551,"stopIndex":10607,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9094":{"name":"appendTextString","type":"propertyDef","startIndex":10609,"stopIndex":10684,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9095":{"name":"setTextColor","type":"propertyDef","startIndex":10687,"stopIndex":10770,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9096":{"name":"getTextColor","type":"propertyDef","startIndex":10772,"stopIndex":10858,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9097":{"name":"setFontSize","type":"propertyDef","startIndex":10860,"stopIndex":10939,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9098":{"name":"getFontSize","type":"propertyDef","startIndex":10941,"stopIndex":11010,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9099":{"name":"setFontFamily","type":"propertyDef","startIndex":11012,"stopIndex":11103,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9100":{"name":"getFontFamily","type":"propertyDef","startIndex":11105,"stopIndex":11178,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9101":{"name":"setPadding","type":"propertyDef","startIndex":11181,"stopIndex":11258,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9102":{"name":"getPadding","type":"propertyDef","startIndex":11260,"stopIndex":11327,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9103":{"name":"setAlign","type":"propertyDef","startIndex":11329,"stopIndex":11404,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9104":{"name":"getAlign","type":"propertyDef","startIndex":11406,"stopIndex":11469,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9105":{"name":"setVerticalAlign","type":"propertyDef","startIndex":11471,"stopIndex":11564,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9106":{"name":"getVerticalAlign","type":"propertyDef","startIndex":11566,"stopIndex":11645,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9107":{"name":"setDisplay","type":"propertyDef","startIndex":11647,"stopIndex":11724,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9108":{"name":"getDisplay","type":"propertyDef","startIndex":11726,"stopIndex":11793,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9109":{"name":"setFixedWidth","type":"propertyDef","startIndex":11796,"stopIndex":11964,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9110":{"name":"setFixedHeight","type":"propertyDef","startIndex":11966,"stopIndex":12060,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9111":{"name":"setMaxTextWidth","type":"propertyDef","startIndex":12062,"stopIndex":12156,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9112":{"name":"setMaxTextHeight","type":"propertyDef","startIndex":12158,"stopIndex":12254,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9113":{"name":"getTextNode","type":"propertyDef","startIndex":12256,"stopIndex":12324,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9087},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9114":{"name":"growOrShrinkToFit","type":"propertyDef","startIndex":12346,"stopIndex":12504,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9115},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9115":{"name":"rendering","type":"categoryDef","startIndex":12348,"stopIndex":12874,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9114},{"__isSmartRef__":true,"id":9116}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9116":{"name":"fit","type":"propertyDef","startIndex":12506,"stopIndex":12853,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9115},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9117":{"name":"beLabel","type":"propertyDef","startIndex":12874,"stopIndex":13360,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9118},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9118":{"name":"text modes","type":"categoryDef","startIndex":12876,"stopIndex":13777,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9117},{"__isSmartRef__":true,"id":9119}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9119":{"name":"beInputLine","type":"propertyDef","startIndex":13362,"stopIndex":13756,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9118},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9120":{"name":"onKeyDown","type":"propertyDef","startIndex":13783,"stopIndex":15402,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9121":{"name":"keyboard events","type":"categoryDef","startIndex":13779,"stopIndex":30564,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9120},{"__isSmartRef__":true,"id":9122},{"__isSmartRef__":true,"id":9123},{"__isSmartRef__":true,"id":9124},{"__isSmartRef__":true,"id":9125},{"__isSmartRef__":true,"id":9126},{"__isSmartRef__":true,"id":9127},{"__isSmartRef__":true,"id":9128},{"__isSmartRef__":true,"id":9129},{"__isSmartRef__":true,"id":9130},{"__isSmartRef__":true,"id":9131},{"__isSmartRef__":true,"id":9132},{"__isSmartRef__":true,"id":9133},{"__isSmartRef__":true,"id":9134},{"__isSmartRef__":true,"id":9135},{"__isSmartRef__":true,"id":9136},{"__isSmartRef__":true,"id":9137},{"__isSmartRef__":true,"id":9138},{"__isSmartRef__":true,"id":9139},{"__isSmartRef__":true,"id":9140},{"__isSmartRef__":true,"id":9141},{"__isSmartRef__":true,"id":9142},{"__isSmartRef__":true,"id":9143},{"__isSmartRef__":true,"id":9144},{"__isSmartRef__":true,"id":9145},{"__isSmartRef__":true,"id":9146}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9122":{"name":"onKeyUp","type":"propertyDef","startIndex":15404,"stopIndex":16091,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9123":{"name":"onKeyPress","type":"propertyDef","startIndex":16093,"stopIndex":16645,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9124":{"name":"onPaste","type":"propertyDef","startIndex":16647,"stopIndex":17275,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9125":{"name":"onCut","type":"propertyDef","startIndex":17277,"stopIndex":17341,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9126":{"name":"processCommandKeys","type":"propertyDef","startIndex":17345,"stopIndex":21487,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9127":{"name":"doDoit","type":"propertyDef","startIndex":21497,"stopIndex":21549,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9128":{"name":"doPrintit","type":"propertyDef","startIndex":21551,"stopIndex":21605,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9129":{"name":"doSave","type":"propertyDef","startIndex":21607,"stopIndex":22069,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9130":{"name":"doListProtocol","type":"propertyDef","startIndex":22071,"stopIndex":22201,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9131":{"name":"doFind","type":"propertyDef","startIndex":22204,"stopIndex":22578,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9132":{"name":"doFindNext","type":"propertyDef","startIndex":22581,"stopIndex":22814,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9133":{"name":"doMore","type":"propertyDef","startIndex":22821,"stopIndex":23707,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9134":{"name":"doInspect","type":"propertyDef","startIndex":23709,"stopIndex":23834,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9135":{"name":"doBrowseSenders","type":"propertyDef","startIndex":23836,"stopIndex":23950,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9136":{"name":"doBrowseClass","type":"propertyDef","startIndex":23952,"stopIndex":24063,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9137":{"name":"doBrowseImplementors","type":"propertyDef","startIndex":24066,"stopIndex":24190,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9138":{"name":"rememberSelectionForDoMore","type":"propertyDef","startIndex":24195,"stopIndex":24800,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9139":{"name":"indentSelection","type":"propertyDef","startIndex":24804,"stopIndex":24969,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9140":{"name":"outdentSelection","type":"propertyDef","startIndex":24971,"stopIndex":25337,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9141":{"name":"doExchange","type":"propertyDef","startIndex":25339,"stopIndex":26688,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9142":{"name":"addOrRemoveBrackets","type":"propertyDef","startIndex":26690,"stopIndex":28189,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9143":{"name":"addOrRemoveComment","type":"propertyDef","startIndex":28191,"stopIndex":28687,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9144":{"name":"modifySelectedLines","type":"propertyDef","startIndex":28691,"stopIndex":29188,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9145":{"name":"splitText","type":"propertyDef","startIndex":29190,"stopIndex":29964,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9146":{"name":"mergeText","type":"propertyDef","startIndex":29966,"stopIndex":30542,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9121},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9147":{"name":"onEnterPressed","type":"propertyDef","startIndex":30577,"stopIndex":31235,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9148":{"name":"keyboard event reaction","type":"categoryDef","startIndex":30566,"stopIndex":34910,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9147},{"__isSmartRef__":true,"id":9149},{"__isSmartRef__":true,"id":9150},{"__isSmartRef__":true,"id":9151},{"__isSmartRef__":true,"id":9152},{"__isSmartRef__":true,"id":9153},{"__isSmartRef__":true,"id":9154},{"__isSmartRef__":true,"id":9155},{"__isSmartRef__":true,"id":9156},{"__isSmartRef__":true,"id":9157},{"__isSmartRef__":true,"id":9158},{"__isSmartRef__":true,"id":9159},{"__isSmartRef__":true,"id":9160}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9149":{"name":"onEscPressed","type":"propertyDef","startIndex":31237,"stopIndex":31379,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9150":{"name":"onBackspacePressed","type":"propertyDef","startIndex":31382,"stopIndex":31838,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9151":{"name":"onDelPressed","type":"propertyDef","startIndex":31840,"stopIndex":32210,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9152":{"name":"onTabPressed","type":"propertyDef","startIndex":32212,"stopIndex":32414,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9153":{"name":"onHomePressed","type":"propertyDef","startIndex":32416,"stopIndex":32552,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9154":{"name":"onEndPressed","type":"propertyDef","startIndex":32554,"stopIndex":32686,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9155":{"name":"onPageUpPressed","type":"propertyDef","startIndex":32688,"stopIndex":32826,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9156":{"name":"onPageDownPressed","type":"propertyDef","startIndex":32828,"stopIndex":32966,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9157":{"name":"onLeftPressed","type":"propertyDef","startIndex":32968,"stopIndex":33851,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9158":{"name":"onRightPressed","type":"propertyDef","startIndex":33853,"stopIndex":34741,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9159":{"name":"onUpPressed","type":"propertyDef","startIndex":34743,"stopIndex":34812,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9160":{"name":"onDownPressed","type":"propertyDef","startIndex":34814,"stopIndex":34885,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9148},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9161":{"name":"onMouseDown","type":"propertyDef","startIndex":34912,"stopIndex":35955,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9162},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9162":{"name":"mouse events","type":"categoryDef","startIndex":34912,"stopIndex":37143,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9161},{"__isSmartRef__":true,"id":9163},{"__isSmartRef__":true,"id":9164}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9163":{"name":"onSelectStart","type":"propertyDef","startIndex":35957,"stopIndex":36058,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9162},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9164":{"name":"onMouseUp","type":"propertyDef","startIndex":36060,"stopIndex":37120,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9162},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9165":{"name":"domSelection","type":"propertyDef","startIndex":37142,"stopIndex":37658,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9166":{"name":"selection","type":"categoryDef","startIndex":37145,"stopIndex":51614,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9165},{"__isSmartRef__":true,"id":9167},{"__isSmartRef__":true,"id":9168},{"__isSmartRef__":true,"id":9169},{"__isSmartRef__":true,"id":9170},{"__isSmartRef__":true,"id":9171},{"__isSmartRef__":true,"id":9172},{"__isSmartRef__":true,"id":9173},{"__isSmartRef__":true,"id":9174},{"__isSmartRef__":true,"id":9175},{"__isSmartRef__":true,"id":9176},{"__isSmartRef__":true,"id":9177},{"__isSmartRef__":true,"id":9178},{"__isSmartRef__":true,"id":9179},{"__isSmartRef__":true,"id":9180},{"__isSmartRef__":true,"id":9181},{"__isSmartRef__":true,"id":9182},{"__isSmartRef__":true,"id":9183},{"__isSmartRef__":true,"id":9184},{"__isSmartRef__":true,"id":9185},{"__isSmartRef__":true,"id":9186},{"__isSmartRef__":true,"id":9187},{"__isSmartRef__":true,"id":9188}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9167":{"name":"selectionString","type":"propertyDef","startIndex":37661,"stopIndex":37781,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9168":{"name":"insertAtCursor","type":"propertyDef","startIndex":37784,"stopIndex":37964,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9169":{"name":"insertElementAtCursor","type":"propertyDef","startIndex":37967,"stopIndex":39590,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9170":{"name":"insertTextChunksAtCursor","type":"propertyDef","startIndex":39592,"stopIndex":41125,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9171":{"name":"removeTextSelection","type":"propertyDef","startIndex":41128,"stopIndex":41166,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9172":{"name":"getSelectionOrLineString","type":"propertyDef","startIndex":41168,"stopIndex":41400,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9173":{"name":"selectCurrentLine","type":"propertyDef","startIndex":41402,"stopIndex":41636,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9174":{"name":"moveCursorToLineStart","type":"propertyDef","startIndex":41638,"stopIndex":41771,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9175":{"name":"moveCursorToLineEnd","type":"propertyDef","startIndex":41773,"stopIndex":41905,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9176":{"name":"moveCursorToTextStart","type":"propertyDef","startIndex":41907,"stopIndex":42044,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9177":{"name":"moveCursorToTextEnd","type":"propertyDef","startIndex":42047,"stopIndex":42183,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9178":{"name":"modifySelection","type":"propertyDef","startIndex":42186,"stopIndex":42382,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9179":{"name":"setSelectionRange","type":"propertyDef","startIndex":42388,"stopIndex":44114,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9180":{"name":"getSelectionRange","type":"propertyDef","startIndex":44117,"stopIndex":47207,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9181":{"name":"selectAll","type":"propertyDef","startIndex":47209,"stopIndex":47384,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9182":{"name":"hasNullSelection","type":"propertyDef","startIndex":47386,"stopIndex":47518,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9183":{"name":"setNullSelectionAt","type":"propertyDef","startIndex":47521,"stopIndex":47595,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9184":{"name":"getSelectionBounds","type":"propertyDef","startIndex":47597,"stopIndex":47839,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9185":{"name":"getGlobalSelectionBounds","type":"propertyDef","startIndex":47841,"stopIndex":48348,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9186":{"name":"selectWord","type":"propertyDef","startIndex":48351,"stopIndex":50869,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9187":{"name":"matchBrackets","type":"propertyDef","startIndex":50871,"stopIndex":51235,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9188":{"name":"findLine","type":"propertyDef","startIndex":51237,"stopIndex":51592,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9166},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9189":{"name":"getScrollableNode","type":"propertyDef","startIndex":51613,"stopIndex":51730,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9190},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9190":{"name":"scrolling","type":"categoryDef","startIndex":51616,"stopIndex":51865,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9189},{"__isSmartRef__":true,"id":9191}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9191":{"name":"scrollSelectionIntoView","type":"propertyDef","startIndex":51732,"stopIndex":51844,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9190},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9192":{"name":"evalSelection","type":"propertyDef","startIndex":51865,"stopIndex":52092,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9193},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9193":{"name":"evaluation","type":"categoryDef","startIndex":51867,"stopIndex":52737,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9192},{"__isSmartRef__":true,"id":9194},{"__isSmartRef__":true,"id":9195},{"__isSmartRef__":true,"id":9196},{"__isSmartRef__":true,"id":9197}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9194":{"name":"evalAll","type":"propertyDef","startIndex":52094,"stopIndex":52228,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9193},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9195":{"name":"boundEval","type":"propertyDef","startIndex":52231,"stopIndex":52540,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9193},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9196":{"name":"tryBoundEval","type":"propertyDef","startIndex":52542,"stopIndex":52655,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9193},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9197":{"name":"getDoitContext","type":"propertyDef","startIndex":52658,"stopIndex":52716,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9193},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9198":{"name":"hasUnsavedChanges","type":"propertyDef","startIndex":52734,"stopIndex":52857,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9199},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9199":{"name":"testing","type":"categoryDef","startIndex":52739,"stopIndex":52963,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9198},{"__isSmartRef__":true,"id":9200}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9200":{"name":"isFocused","type":"propertyDef","startIndex":52859,"stopIndex":52941,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9199},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9201":{"name":"searchForFind","type":"propertyDef","startIndex":52962,"stopIndex":53404,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9202},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9202":{"name":"searching","type":"categoryDef","startIndex":52965,"stopIndex":53429,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9201}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9203":{"name":"showError","type":"propertyDef","startIndex":53428,"stopIndex":55009,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9204},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9204":{"name":"debugging","type":"categoryDef","startIndex":53431,"stopIndex":55635,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9203},{"__isSmartRef__":true,"id":9205}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9205":{"name":"textNodeString","type":"propertyDef","startIndex":55011,"stopIndex":55613,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9204},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9206":{"name":"setWhiteSpaceHandling","type":"propertyDef","startIndex":55640,"stopIndex":55764,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9207":{"name":"experimentation","type":"categoryDef","startIndex":55637,"stopIndex":59653,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9206},{"__isSmartRef__":true,"id":9208},{"__isSmartRef__":true,"id":9209},{"__isSmartRef__":true,"id":9210},{"__isSmartRef__":true,"id":9211},{"__isSmartRef__":true,"id":9212},{"__isSmartRef__":true,"id":9213},{"__isSmartRef__":true,"id":9214},{"__isSmartRef__":true,"id":9215}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9208":{"name":"getWhiteSpaceHandling","type":"propertyDef","startIndex":55766,"stopIndex":55892,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9209":{"name":"getTextElements","type":"propertyDef","startIndex":55894,"stopIndex":57590,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9210":{"name":"getTextElementAndLocalIndexForGlobalIndex","type":"propertyDef","startIndex":57593,"stopIndex":58450,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9211":{"name":"setRichText","type":"propertyDef","startIndex":58452,"stopIndex":58561,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9212":{"name":"getRichText","type":"propertyDef","startIndex":58563,"stopIndex":58728,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9213":{"name":"getRichTextFromTo","type":"propertyDef","startIndex":58730,"stopIndex":58964,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9214":{"name":"getTextStyle","type":"propertyDef","startIndex":58968,"stopIndex":59239,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9215":{"name":"getRange","type":"propertyDef","startIndex":59241,"stopIndex":59632,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9207},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9216":{"name":"emphasize","type":"propertyDef","startIndex":59652,"stopIndex":59880,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9217":{"name":"rich text","type":"categoryDef","startIndex":59655,"stopIndex":65884,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9216},{"__isSmartRef__":true,"id":9218},{"__isSmartRef__":true,"id":9219},{"__isSmartRef__":true,"id":9220},{"__isSmartRef__":true,"id":9221},{"__isSmartRef__":true,"id":9222},{"__isSmartRef__":true,"id":9223},{"__isSmartRef__":true,"id":9224},{"__isSmartRef__":true,"id":9225},{"__isSmartRef__":true,"id":9226},{"__isSmartRef__":true,"id":9227},{"__isSmartRef__":true,"id":9228},{"__isSmartRef__":true,"id":9229},{"__isSmartRef__":true,"id":9230},{"__isSmartRef__":true,"id":9231},{"__isSmartRef__":true,"id":9232},{"__isSmartRef__":true,"id":9233},{"__isSmartRef__":true,"id":9234},{"__isSmartRef__":true,"id":9235},{"__isSmartRef__":true,"id":9236}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9218":{"name":"unEmphasize","type":"propertyDef","startIndex":59882,"stopIndex":60187,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9219":{"name":"unEmphasizeSelection","type":"propertyDef","startIndex":60189,"stopIndex":60377,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9220":{"name":"unEmphasizeAll","type":"propertyDef","startIndex":60379,"stopIndex":60469,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9221":{"name":"emphasizeAll","type":"propertyDef","startIndex":60474,"stopIndex":60573,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9222":{"name":"emphasizeRegex","type":"propertyDef","startIndex":60575,"stopIndex":61109,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9223":{"name":"changeEmphasis","type":"propertyDef","startIndex":61120,"stopIndex":61552,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9224":{"name":"toggleItalics","type":"propertyDef","startIndex":61554,"stopIndex":61757,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9225":{"name":"toggleBoldness","type":"propertyDef","startIndex":61761,"stopIndex":61967,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9226":{"name":"toggleUnderline","type":"propertyDef","startIndex":61969,"stopIndex":62194,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9227":{"name":"toggleLink","type":"propertyDef","startIndex":62197,"stopIndex":62653,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9228":{"name":"toggleDoit","type":"propertyDef","startIndex":62655,"stopIndex":63187,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9229":{"name":"toggleFont","type":"propertyDef","startIndex":63189,"stopIndex":63852,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9230":{"name":"toggleEmphasisForSelection","type":"propertyDef","startIndex":63858,"stopIndex":64399,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9231":{"name":"emphasizeSelection","type":"propertyDef","startIndex":64401,"stopIndex":64924,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9232":{"name":"convertSelectionRangeForEmphasis","type":"propertyDef","startIndex":64928,"stopIndex":65094,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9233":{"name":"increaseFontSizeOfSelection","type":"propertyDef","startIndex":65096,"stopIndex":65227,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9234":{"name":"decreaseFontSizeOfSelection","type":"propertyDef","startIndex":65229,"stopIndex":65360,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9235":{"name":"setFontSizeOfSelectionDo","type":"propertyDef","startIndex":65363,"stopIndex":65701,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9236":{"name":"getEmphasisAt","type":"propertyDef","startIndex":65705,"stopIndex":65862,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9217},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9237":{"name":"setStatusMessage","type":"propertyDef","startIndex":65889,"stopIndex":67125,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9238},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9238":{"name":"status messages","type":"categoryDef","startIndex":65886,"stopIndex":67146,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9237}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9239":{"name":"tab","type":"propertyDef","startIndex":67148,"stopIndex":67191,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9240},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9240":{"name":"tab handling","type":"categoryDef","startIndex":67148,"stopIndex":68737,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9239},{"__isSmartRef__":true,"id":9241},{"__isSmartRef__":true,"id":9242},{"__isSmartRef__":true,"id":9243},{"__isSmartRef__":true,"id":9244},{"__isSmartRef__":true,"id":9245}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9241":{"name":"isTabBeforeCursor","type":"propertyDef","startIndex":67193,"stopIndex":67292,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9240},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9242":{"name":"isTabAfterCursor","type":"propertyDef","startIndex":67294,"stopIndex":67391,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9240},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9243":{"name":"isTabBeforeOrAfterCursor","type":"propertyDef","startIndex":67393,"stopIndex":67967,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9240},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9244":{"name":"convertTabsToSpaces","type":"propertyDef","startIndex":67970,"stopIndex":68269,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9240},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9245":{"name":"tabspacesForCursorPos","type":"propertyDef","startIndex":68272,"stopIndex":68716,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9240},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9246":{"name":"highlightJavaScriptSyntax","type":"propertyDef","startIndex":68746,"stopIndex":68825,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9247},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9247":{"name":"syntax highlighting","type":"categoryDef","startIndex":68739,"stopIndex":69833,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9246},{"__isSmartRef__":true,"id":9248},{"__isSmartRef__":true,"id":9249},{"__isSmartRef__":true,"id":9250},{"__isSmartRef__":true,"id":9251}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9248":{"name":"enableSyntaxHighlighting","type":"propertyDef","startIndex":68827,"stopIndex":69155,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9247},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9249":{"name":"disableSyntaxHighlighting","type":"propertyDef","startIndex":69157,"stopIndex":69333,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9247},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9250":{"name":"enableSyntaxHighlightingOnSave","type":"propertyDef","startIndex":69336,"stopIndex":69626,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9247},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9251":{"name":"disableSyntaxHighlightingOnSave","type":"propertyDef","startIndex":69628,"stopIndex":69810,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9247},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9075},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9252":{"name":null,"type":"comment","startIndex":69819,"stopIndex":69820,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9253":{"name":"lively.morphic.Text","type":"klassExtensionDef","startIndex":69821,"stopIndex":70039,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9254}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":9255}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9254":{"name":"activeInstance","type":"propertyDef","startIndex":69858,"stopIndex":70034,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9255},"className":"lively.morphic.Text","_owner":{"__isSmartRef__":true,"id":9253},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9255":{"name":"default category","type":"categoryDef","startIndex":69874,"stopIndex":70054,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9254}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9256":{"name":"lively.morphic.Text.ProtocolLister","type":"klassDef","startIndex":70040,"stopIndex":72743,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9257},{"__isSmartRef__":true,"id":9259},{"__isSmartRef__":true,"id":9261},{"__isSmartRef__":true,"id":9263},{"__isSmartRef__":true,"id":9264},{"__isSmartRef__":true,"id":9265},{"__isSmartRef__":true,"id":9266},{"__isSmartRef__":true,"id":9267}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":9258},{"__isSmartRef__":true,"id":9260},{"__isSmartRef__":true,"id":9262}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9257":{"name":"initialize","type":"propertyDef","startIndex":70112,"stopIndex":70191,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9258},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9258":{"name":"initializing","type":"categoryDef","startIndex":70112,"stopIndex":70212,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9257}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9259":{"name":"evalSelectionAndOpenListForProtocol","type":"propertyDef","startIndex":70211,"stopIndex":70470,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9260},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9260":{"name":"interface","type":"categoryDef","startIndex":70214,"stopIndex":70492,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9259}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9261":{"name":"getPrototypeChainOf","type":"propertyDef","startIndex":70492,"stopIndex":70706,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9262},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9262":{"name":"accessing","type":"categoryDef","startIndex":70494,"stopIndex":72758,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9261},{"__isSmartRef__":true,"id":9263},{"__isSmartRef__":true,"id":9264},{"__isSmartRef__":true,"id":9265},{"__isSmartRef__":true,"id":9266},{"__isSmartRef__":true,"id":9267}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9263":{"name":"funcSignaturesOf","type":"propertyDef","startIndex":70709,"stopIndex":71208,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9262},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9264":{"name":"getListForProtocolOf","type":"propertyDef","startIndex":71211,"stopIndex":71476,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9262},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9265":{"name":"menuItemForProto","type":"propertyDef","startIndex":71479,"stopIndex":71936,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9262},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9266":{"name":"createSubMenuItemFromSignature","type":"propertyDef","startIndex":71938,"stopIndex":72429,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9262},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9267":{"name":"evalCurrentSelection","type":"propertyDef","startIndex":72433,"stopIndex":72737,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9262},"className":"lively.morphic.Text.ProtocolLister","_owner":{"__isSmartRef__":true,"id":9256},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9268":{"name":null,"type":"comment","startIndex":72744,"stopIndex":72744,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9269":{"name":"lively.morphic.TextChunk","type":"klassDef","startIndex":72745,"stopIndex":80643,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9270},{"__isSmartRef__":true,"id":9272},{"__isSmartRef__":true,"id":9274},{"__isSmartRef__":true,"id":9276},{"__isSmartRef__":true,"id":9277},{"__isSmartRef__":true,"id":9278},{"__isSmartRef__":true,"id":9279},{"__isSmartRef__":true,"id":9280},{"__isSmartRef__":true,"id":9282},{"__isSmartRef__":true,"id":9284},{"__isSmartRef__":true,"id":9286},{"__isSmartRef__":true,"id":9288},{"__isSmartRef__":true,"id":9289},{"__isSmartRef__":true,"id":9290},{"__isSmartRef__":true,"id":9291},{"__isSmartRef__":true,"id":9293},{"__isSmartRef__":true,"id":9294},{"__isSmartRef__":true,"id":9296},{"__isSmartRef__":true,"id":9298},{"__isSmartRef__":true,"id":9299},{"__isSmartRef__":true,"id":9300},{"__isSmartRef__":true,"id":9301},{"__isSmartRef__":true,"id":9302},{"__isSmartRef__":true,"id":9303},{"__isSmartRef__":true,"id":9304},{"__isSmartRef__":true,"id":9306},{"__isSmartRef__":true,"id":9308}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":9271},{"__isSmartRef__":true,"id":9273},{"__isSmartRef__":true,"id":9275},{"__isSmartRef__":true,"id":9281},{"__isSmartRef__":true,"id":9283},{"__isSmartRef__":true,"id":9285},{"__isSmartRef__":true,"id":9287},{"__isSmartRef__":true,"id":9292},{"__isSmartRef__":true,"id":9295},{"__isSmartRef__":true,"id":9297},{"__isSmartRef__":true,"id":9305},{"__isSmartRef__":true,"id":9307}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9270":{"name":"doNotSerialize","type":"propertyDef","startIndex":72803,"stopIndex":72836,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9271},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9271":{"name":"settings","type":"categoryDef","startIndex":72807,"stopIndex":72857,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9270}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9272":{"name":"initialize","type":"propertyDef","startIndex":72859,"stopIndex":73008,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9273},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9273":{"name":"initializing","type":"categoryDef","startIndex":72859,"stopIndex":73029,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9272}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9274":{"name":"textString","type":"propertyDef","startIndex":73028,"stopIndex":73104,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9275},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9275":{"name":"accessing","type":"categoryDef","startIndex":73031,"stopIndex":73673,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9274},{"__isSmartRef__":true,"id":9276},{"__isSmartRef__":true,"id":9277},{"__isSmartRef__":true,"id":9278},{"__isSmartRef__":true,"id":9279}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9276":{"name":"textString","type":"propertyDef","startIndex":73106,"stopIndex":73197,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9275},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9277":{"name":"getChunkNode","type":"propertyDef","startIndex":73199,"stopIndex":73348,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9275},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9278":{"name":"next","type":"propertyDef","startIndex":73350,"stopIndex":73500,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9275},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9279":{"name":"prev","type":"propertyDef","startIndex":73502,"stopIndex":73652,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9275},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9280":{"name":"isRendered","type":"propertyDef","startIndex":73670,"stopIndex":73764,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9281},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9281":{"name":"testing","type":"categoryDef","startIndex":73675,"stopIndex":73785,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9280}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9282":{"name":"addTo","type":"propertyDef","startIndex":73781,"stopIndex":74529,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9283},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9283":{"name":"adding","type":"categoryDef","startIndex":73787,"stopIndex":74551,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9282}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9284":{"name":"remove","type":"propertyDef","startIndex":74549,"stopIndex":74669,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9285},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9285":{"name":"removing","type":"categoryDef","startIndex":74553,"stopIndex":74690,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9284}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9286":{"name":"splitAfter","type":"propertyDef","startIndex":74689,"stopIndex":74761,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9287},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9287":{"name":"splitting","type":"categoryDef","startIndex":74692,"stopIndex":76546,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9286},{"__isSmartRef__":true,"id":9288},{"__isSmartRef__":true,"id":9289},{"__isSmartRef__":true,"id":9290}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9288":{"name":"splitBefore","type":"propertyDef","startIndex":74763,"stopIndex":74837,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9287},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9289":{"name":"split","type":"propertyDef","startIndex":74839,"stopIndex":76432,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9287},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9290":{"name":"createForSplit","type":"propertyDef","startIndex":76434,"stopIndex":76524,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9287},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9291":{"name":"joinWithNext","type":"propertyDef","startIndex":76543,"stopIndex":76875,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9292},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9292":{"name":"joining","type":"categoryDef","startIndex":76548,"stopIndex":77070,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9291},{"__isSmartRef__":true,"id":9293}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9293":{"name":"joinWithNextIfEqualStyle","type":"propertyDef","startIndex":76877,"stopIndex":77048,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9292},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9294":{"name":"styleText","type":"propertyDef","startIndex":77067,"stopIndex":77238,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9295},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9295":{"name":"styling","type":"categoryDef","startIndex":77072,"stopIndex":77259,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9294}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9296":{"name":"normalize","type":"propertyDef","startIndex":77257,"stopIndex":77331,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9297":{"name":"subnodes","type":"categoryDef","startIndex":77261,"stopIndex":80302,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9296},{"__isSmartRef__":true,"id":9298},{"__isSmartRef__":true,"id":9299},{"__isSmartRef__":true,"id":9300},{"__isSmartRef__":true,"id":9301},{"__isSmartRef__":true,"id":9302},{"__isSmartRef__":true,"id":9303}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9298":{"name":"claim","type":"propertyDef","startIndex":77333,"stopIndex":77681,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9299":{"name":"ingestAllFollowingElements","type":"propertyDef","startIndex":77684,"stopIndex":78208,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9300":{"name":"ingestAllPrecedingElements","type":"propertyDef","startIndex":78210,"stopIndex":78764,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9301":{"name":"nodesBetweenMeAndOther","type":"propertyDef","startIndex":78766,"stopIndex":79192,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9302":{"name":"ensureEndsWithBr","type":"propertyDef","startIndex":79195,"stopIndex":79660,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9303":{"name":"removeNonChunkNodes","type":"propertyDef","startIndex":79662,"stopIndex":80280,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9297},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9304":{"name":"toString","type":"propertyDef","startIndex":80301,"stopIndex":80405,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9305},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9305":{"name":"debugging","type":"categoryDef","startIndex":80304,"stopIndex":80426,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9304}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9306":{"name":"cacheContent","type":"propertyDef","startIndex":80429,"stopIndex":80510,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9307},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9307":{"name":"serialization","type":"categoryDef","startIndex":80428,"stopIndex":80658,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9306},{"__isSmartRef__":true,"id":9308}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9308":{"name":"restoreFromCacheContent","type":"propertyDef","startIndex":80512,"stopIndex":80638,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9307},"className":"lively.morphic.TextChunk","_owner":{"__isSmartRef__":true,"id":9269},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9309":{"name":null,"type":"comment","startIndex":80644,"stopIndex":80644,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9310":{"name":"lively.morphic.TextEmphasis","type":"klassDef","startIndex":80645,"stopIndex":85693,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9311},{"__isSmartRef__":true,"id":9313},{"__isSmartRef__":true,"id":9315},{"__isSmartRef__":true,"id":9316},{"__isSmartRef__":true,"id":9317},{"__isSmartRef__":true,"id":9318},{"__isSmartRef__":true,"id":9319},{"__isSmartRef__":true,"id":9320},{"__isSmartRef__":true,"id":9321},{"__isSmartRef__":true,"id":9322},{"__isSmartRef__":true,"id":9323},{"__isSmartRef__":true,"id":9324},{"__isSmartRef__":true,"id":9325},{"__isSmartRef__":true,"id":9326},{"__isSmartRef__":true,"id":9327},{"__isSmartRef__":true,"id":9328},{"__isSmartRef__":true,"id":9329},{"__isSmartRef__":true,"id":9330},{"__isSmartRef__":true,"id":9331},{"__isSmartRef__":true,"id":9332},{"__isSmartRef__":true,"id":9333},{"__isSmartRef__":true,"id":9334},{"__isSmartRef__":true,"id":9336},{"__isSmartRef__":true,"id":9338},{"__isSmartRef__":true,"id":9340},{"__isSmartRef__":true,"id":9342}],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":9312},{"__isSmartRef__":true,"id":9314},{"__isSmartRef__":true,"id":9335},{"__isSmartRef__":true,"id":9337},{"__isSmartRef__":true,"id":9339},{"__isSmartRef__":true,"id":9341},{"__isSmartRef__":true,"id":9343}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9311":{"name":"initialize","type":"propertyDef","startIndex":80710,"stopIndex":80780,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9312},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9312":{"name":"initializing","type":"categoryDef","startIndex":80710,"stopIndex":80801,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9311}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9313":{"name":"getFontWeight","type":"propertyDef","startIndex":80800,"stopIndex":80926,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9314":{"name":"accessing","type":"categoryDef","startIndex":80803,"stopIndex":82215,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9313},{"__isSmartRef__":true,"id":9315},{"__isSmartRef__":true,"id":9316},{"__isSmartRef__":true,"id":9317},{"__isSmartRef__":true,"id":9318},{"__isSmartRef__":true,"id":9319},{"__isSmartRef__":true,"id":9320},{"__isSmartRef__":true,"id":9321},{"__isSmartRef__":true,"id":9322},{"__isSmartRef__":true,"id":9323},{"__isSmartRef__":true,"id":9324},{"__isSmartRef__":true,"id":9325},{"__isSmartRef__":true,"id":9326},{"__isSmartRef__":true,"id":9327},{"__isSmartRef__":true,"id":9328},{"__isSmartRef__":true,"id":9329},{"__isSmartRef__":true,"id":9330},{"__isSmartRef__":true,"id":9331},{"__isSmartRef__":true,"id":9332},{"__isSmartRef__":true,"id":9333}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9315":{"name":"setFontWeight","type":"propertyDef","startIndex":80928,"stopIndex":81000,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9316":{"name":"getItalics","type":"propertyDef","startIndex":81002,"stopIndex":81103,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9317":{"name":"setItalics","type":"propertyDef","startIndex":81105,"stopIndex":81165,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9318":{"name":"getURI","type":"propertyDef","startIndex":81167,"stopIndex":81209,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9319":{"name":"setURI","type":"propertyDef","startIndex":81211,"stopIndex":81263,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9320":{"name":"getDoit","type":"propertyDef","startIndex":81265,"stopIndex":81309,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9321":{"name":"setDoit","type":"propertyDef","startIndex":81311,"stopIndex":81366,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9322":{"name":"getFontFamily","type":"propertyDef","startIndex":81368,"stopIndex":81424,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9323":{"name":"setFontFamily","type":"propertyDef","startIndex":81426,"stopIndex":81505,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9324":{"name":"getColor","type":"propertyDef","startIndex":81507,"stopIndex":81553,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9325":{"name":"setColor","type":"propertyDef","startIndex":81555,"stopIndex":81614,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9326":{"name":"getTextDecoration","type":"propertyDef","startIndex":81616,"stopIndex":81680,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9327":{"name":"setTextDecoration","type":"propertyDef","startIndex":81682,"stopIndex":81777,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9328":{"name":"getTextAlignment","type":"propertyDef","startIndex":81779,"stopIndex":81837,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9329":{"name":"setTextAlignment","type":"propertyDef","startIndex":81839,"stopIndex":81918,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9330":{"name":"getFontSize","type":"propertyDef","startIndex":81920,"stopIndex":81972,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9331":{"name":"setFontSize","type":"propertyDef","startIndex":81974,"stopIndex":82045,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9332":{"name":"getBackgroundColor","type":"propertyDef","startIndex":82047,"stopIndex":82113,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9333":{"name":"setBackgroundColor","type":"propertyDef","startIndex":82115,"stopIndex":82194,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9314},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9334":{"name":"clone","type":"propertyDef","startIndex":82212,"stopIndex":82271,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9335},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9335":{"name":"cloning","type":"categoryDef","startIndex":82217,"stopIndex":82292,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9334}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9336":{"name":"add","type":"propertyDef","startIndex":82290,"stopIndex":82453,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9337},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9337":{"name":"changing","type":"categoryDef","startIndex":82294,"stopIndex":82474,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9336}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9338":{"name":"equals","type":"propertyDef","startIndex":82471,"stopIndex":83249,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9339},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9339":{"name":"testing","type":"categoryDef","startIndex":82476,"stopIndex":83270,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9338}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9340":{"name":"applyToHTML","type":"propertyDef","startIndex":83269,"stopIndex":85427,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9341},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9341":{"name":"rendering","type":"categoryDef","startIndex":83272,"stopIndex":85448,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9340}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9342":{"name":"toString","type":"propertyDef","startIndex":85447,"stopIndex":85688,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9343},"className":"lively.morphic.TextEmphasis","_owner":{"__isSmartRef__":true,"id":9310},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9343":{"name":"debugging","type":"categoryDef","startIndex":85450,"stopIndex":85708,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9342}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9344":{"name":"lively.morphic.RichText","type":"klassDef","startIndex":85694,"stopIndex":87676,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9345},{"__isSmartRef__":true,"id":9347},{"__isSmartRef__":true,"id":9349},{"__isSmartRef__":true,"id":9351},{"__isSmartRef__":true,"id":9352},{"__isSmartRef__":true,"id":9354},{"__isSmartRef__":true,"id":9355},{"__isSmartRef__":true,"id":9356},{"__isSmartRef__":true,"id":9358}],"sourceControl":{"__isSmartRef__":true,"id":4975},"traits":["TextChunkOwner"],"superclassName":"Object","categories":[{"__isSmartRef__":true,"id":9346},{"__isSmartRef__":true,"id":9348},{"__isSmartRef__":true,"id":9350},{"__isSmartRef__":true,"id":9353},{"__isSmartRef__":true,"id":9357}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9345":{"name":"isRichText","type":"propertyDef","startIndex":85776,"stopIndex":85796,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9346},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9346":{"name":"settings","type":"categoryDef","startIndex":85780,"stopIndex":85817,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9345}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9347":{"name":"initialize","type":"propertyDef","startIndex":85819,"stopIndex":85971,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9348},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9348":{"name":"initializing","type":"categoryDef","startIndex":85819,"stopIndex":85992,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9347}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9349":{"name":"emphasize","type":"propertyDef","startIndex":86001,"stopIndex":86273,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9350},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9350":{"name":"rich text interface","type":"categoryDef","startIndex":85994,"stopIndex":86855,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9349},{"__isSmartRef__":true,"id":9351}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9351":{"name":"emphasizeRegex","type":"propertyDef","startIndex":86275,"stopIndex":86834,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9350},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9352":{"name":"textString","type":"propertyDef","startIndex":86854,"stopIndex":87026,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9353},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9353":{"name":"accessing","type":"categoryDef","startIndex":86857,"stopIndex":87307,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9352},{"__isSmartRef__":true,"id":9354},{"__isSmartRef__":true,"id":9355}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9354":{"name":"textString","type":"propertyDef","startIndex":87028,"stopIndex":87185,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9353},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9355":{"name":"getTextNode","type":"propertyDef","startIndex":87187,"stopIndex":87285,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9353},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9356":{"name":"applyToTextMorph","type":"propertyDef","startIndex":87319,"stopIndex":87414,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9357},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9357":{"name":"text morph application","type":"categoryDef","startIndex":87309,"stopIndex":87691,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9356},{"__isSmartRef__":true,"id":9358}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9358":{"name":"replaceSelectionInMorph","type":"propertyDef","startIndex":87416,"stopIndex":87670,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":false,"category":{"__isSmartRef__":true,"id":9357},"className":"lively.morphic.RichText","_owner":{"__isSmartRef__":true,"id":9344},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9359":{"name":null,"type":"comment","startIndex":87677,"stopIndex":87678,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9360":{"name":"TextDevLayer","type":"copDef","startIndex":87679,"stopIndex":87789,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9361},{"__isSmartRef__":true,"id":9362}],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9361":{"name":"lively.morphic.Text","type":"copSubElement","startIndex":87706,"stopIndex":87743,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9362":{"name":"lively.morphic.TextChunk","type":"copSubElement","startIndex":87744,"stopIndex":87787,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"refineSelector":"refineClass","_owner":{"__isSmartRef__":true,"id":9360},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9363":{"name":null,"type":"comment","startIndex":87790,"stopIndex":87790,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9364":{"name":"lively.morphic.HTMLParser","type":"klassDef","startIndex":87791,"stopIndex":87836,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"superclassName":"Object","categories":[],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9365":{"name":null,"type":"comment","startIndex":87837,"stopIndex":87837,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9366":{"name":"lively.morphic.HTMLParser","type":"klassExtensionDef","startIndex":87838,"stopIndex":90966,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9367},{"__isSmartRef__":true,"id":9369},{"__isSmartRef__":true,"id":9370}],"sourceControl":{"__isSmartRef__":true,"id":4975},"categories":[{"__isSmartRef__":true,"id":9368}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9367":{"name":"pastedHTMLToRichText","type":"propertyDef","startIndex":87881,"stopIndex":89234,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9368},"className":"lively.morphic.HTMLParser","_owner":{"__isSmartRef__":true,"id":9366},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9368":{"name":"default category","type":"categoryDef","startIndex":87897,"stopIndex":90981,"fileName":"lively/morphic/TextCore.js","_subElements":[{"__isSmartRef__":true,"id":9367},{"__isSmartRef__":true,"id":9369},{"__isSmartRef__":true,"id":9370}],"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9369":{"name":"extractStylesAndApplyToRichText","type":"propertyDef","startIndex":89236,"stopIndex":90793,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9368},"className":"lively.morphic.HTMLParser","_owner":{"__isSmartRef__":true,"id":9366},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9370":{"name":"convertStyleName","type":"propertyDef","startIndex":90795,"stopIndex":90960,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"_isStatic":true,"category":{"__isSmartRef__":true,"id":9368},"className":"lively.morphic.HTMLParser","_owner":{"__isSmartRef__":true,"id":9366},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9371":{"name":null,"type":"comment","startIndex":90967,"stopIndex":90967,"fileName":"lively/morphic/TextCore.js","_subElements":[],"sourceControl":{"__isSmartRef__":true,"id":4975},"__LivelyClassName__":"lively.ide.FileFragment","__SourceModuleName__":"Global.lively.ide.FileParsing"},"9372":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/Widgets.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9373":{"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/WidgetsAddOns.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9374":{"target":{"__isSmartRef__":true,"id":5525},"browser":{"__isSmartRef__":true,"id":8628},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"9375":{"isListItem":true,"string":"tests/","value":{"__isSmartRef__":true,"id":8888}},"9376":{"isListItem":true,"string":"video/","value":{"__isSmartRef__":true,"id":8889}},"9377":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":8890}},"9378":{"isListItem":true,"string":"AdditionalMorphs.js (not parsed)","value":{"__isSmartRef__":true,"id":8891}},"9379":{"isListItem":true,"string":"Canvas.js (not parsed)","value":{"__isSmartRef__":true,"id":8892}},"9380":{"isListItem":true,"string":"ClickOnLineHack.js (not parsed)","value":{"__isSmartRef__":true,"id":8893}},"9381":{"isListItem":true,"string":"ColorChooserDraft.js (not parsed)","value":{"__isSmartRef__":true,"id":8894}},"9382":{"isListItem":true,"string":"Compat.js (not parsed)","value":{"__isSmartRef__":true,"id":8895}},"9383":{"isListItem":true,"string":"CompatLayer.js","value":{"__isSmartRef__":true,"id":8896}},"9384":{"isListItem":true,"string":"CompatSCB.js (not parsed)","value":{"__isSmartRef__":true,"id":8926}},"9385":{"isListItem":true,"string":"Complete.js","value":{"__isSmartRef__":true,"id":8927}},"9386":{"isListItem":true,"string":"Connectors.js (not parsed)","value":{"__isSmartRef__":true,"id":8928}},"9387":{"isListItem":true,"string":"Core.js","value":{"__isSmartRef__":true,"id":8929}},"9388":{"isListItem":true,"string":"EventExperiments.js (not parsed)","value":{"__isSmartRef__":true,"id":8930}},"9389":{"isListItem":true,"string":"Events.js (not parsed)","value":{"__isSmartRef__":true,"id":8931}},"9390":{"isListItem":true,"string":"Examples.js","value":{"__isSmartRef__":true,"id":8932}},"9391":{"isListItem":true,"string":"Experiments.js","value":{"__isSmartRef__":true,"id":8933}},"9392":{"isListItem":true,"string":"Graffle.js (not parsed)","value":{"__isSmartRef__":true,"id":9032}},"9393":{"isListItem":true,"string":"Halos.js (not parsed)","value":{"__isSmartRef__":true,"id":9033}},"9394":{"isListItem":true,"string":"HTML.js","value":{"__isSmartRef__":true,"id":9034}},"9395":{"isListItem":true,"string":"Layout.js (not parsed)","value":{"__isSmartRef__":true,"id":9035}},"9396":{"isListItem":true,"string":"MorphAddons.js (not parsed)","value":{"__isSmartRef__":true,"id":9036}},"9397":{"isListItem":true,"string":"ObjectMigration.js (not parsed)","value":{"__isSmartRef__":true,"id":9037}},"9398":{"isListItem":true,"string":"Paragraphs.js (not parsed)","value":{"__isSmartRef__":true,"id":9038}},"9399":{"isListItem":true,"string":"PathShapes.js (not parsed)","value":{"__isSmartRef__":true,"id":9039}},"9400":{"isListItem":true,"string":"Rendering.js (not parsed)","value":{"__isSmartRef__":true,"id":9040}},"9401":{"isListItem":true,"string":"ScriptingSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":9041}},"9402":{"isListItem":true,"string":"Serialization.js (not parsed)","value":{"__isSmartRef__":true,"id":9042}},"9403":{"isListItem":true,"string":"Shapes.js (not parsed)","value":{"__isSmartRef__":true,"id":9043}},"9404":{"isListItem":true,"string":"Styles.js (not parsed)","value":{"__isSmartRef__":true,"id":9044}},"9405":{"isListItem":true,"string":"SVG.js (not parsed)","value":{"__isSmartRef__":true,"id":9045}},"9406":{"isListItem":true,"string":"Tests.js","value":{"__isSmartRef__":true,"id":9046}},"9407":{"isListItem":true,"string":"TextCore.js","value":{"__isSmartRef__":true,"id":9049}},"9408":{"isListItem":true,"string":"Widgets.js (not parsed)","value":{"__isSmartRef__":true,"id":9372}},"9409":{"isListItem":true,"string":"WidgetsAddOns.js (not parsed)","value":{"__isSmartRef__":true,"id":9373}},"9410":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":9374}},"9411":{"morph":{"__isSmartRef__":true,"id":8874},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9412":{"x":0,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9413":{"sourceObj":{"__isSmartRef__":true,"id":8874},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setPane1Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":9414},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9415},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9414":{"source":{"__isSmartRef__":true,"id":8874},"target":{"__isSmartRef__":true,"id":8628}},"9415":{"updater":{"__isSmartRef__":true,"id":9416}},"9416":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":9414},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":9417},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"9417":{},"9418":{"sourceObj":{"__isSmartRef__":true,"id":8874},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane1Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9419},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9419":{"source":{"__isSmartRef__":true,"id":8874},"target":{"__isSmartRef__":true,"id":8628}},"9420":{"sourceObj":{"__isSmartRef__":true,"id":8874},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane1Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9421},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9421":{"source":{"__isSmartRef__":true,"id":8874},"target":{"__isSmartRef__":true,"id":8628}},"9422":{"sourceObj":{"__isSmartRef__":true,"id":8874},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane1Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9423},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9423":{"source":{"__isSmartRef__":true,"id":8874},"target":{"__isSmartRef__":true,"id":8628}},"9424":{"target":{"__isSmartRef__":true,"id":8897},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8884},"moduleName":"lively/morphic/CompatLayer.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9425":{"source":{"__isSmartRef__":true,"id":8628},"target":{"__isSmartRef__":true,"id":8874}},"9426":{"sourceObj":{"__isSmartRef__":true,"id":8628},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":9427},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9452},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9427":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9428},"id":857,"renderContextTable":{"__isSmartRef__":true,"id":9433},"itemList":[{"__isSmartRef__":true,"id":9434},{"__isSmartRef__":true,"id":9436}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":9438},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9439},"selectedLineNo":1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":9440},{"__isSmartRef__":true,"id":9445},{"__isSmartRef__":true,"id":9447},{"__isSmartRef__":true,"id":9449}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":9451},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"9428":{"_Position":{"__isSmartRef__":true,"id":9429},"renderContextTable":{"__isSmartRef__":true,"id":9430},"_Extent":{"__isSmartRef__":true,"id":9431},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":9432},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9429":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9430":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9431":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9432":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9433":{"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","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"},"9434":{"isListItem":true,"string":"lively.morphic.Compat.Text","value":{"__isSmartRef__":true,"id":9435}},"9435":{"target":{"__isSmartRef__":true,"id":8899},"browser":{"__isSmartRef__":true,"id":8628},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9436":{"isListItem":true,"string":"NewMorphicCompatLayer","value":{"__isSmartRef__":true,"id":9437}},"9437":{"target":{"__isSmartRef__":true,"id":8902},"browser":{"__isSmartRef__":true,"id":8628},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9438":{"morph":{"__isSmartRef__":true,"id":9427},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9439":{"x":205,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9440":{"sourceObj":{"__isSmartRef__":true,"id":9427},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setPane2Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":9441},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9442},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9441":{"source":{"__isSmartRef__":true,"id":9427},"target":{"__isSmartRef__":true,"id":8628}},"9442":{"updater":{"__isSmartRef__":true,"id":9443}},"9443":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":9441},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":9444},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"9444":{},"9445":{"sourceObj":{"__isSmartRef__":true,"id":9427},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane2Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9446},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9446":{"source":{"__isSmartRef__":true,"id":9427},"target":{"__isSmartRef__":true,"id":8628}},"9447":{"sourceObj":{"__isSmartRef__":true,"id":9427},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane2Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9448},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9448":{"source":{"__isSmartRef__":true,"id":9427},"target":{"__isSmartRef__":true,"id":8628}},"9449":{"sourceObj":{"__isSmartRef__":true,"id":9427},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane2Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9450},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9450":{"source":{"__isSmartRef__":true,"id":9427},"target":{"__isSmartRef__":true,"id":8628}},"9451":{"target":{"__isSmartRef__":true,"id":8902},"browser":{"__isSmartRef__":true,"id":8628},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9452":{"source":{"__isSmartRef__":true,"id":8628},"target":{"__isSmartRef__":true,"id":9427}},"9453":{"sourceObj":{"__isSmartRef__":true,"id":8628},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":9454},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9475},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9454":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9455},"id":858,"renderContextTable":{"__isSmartRef__":true,"id":9460},"itemList":[{"__isSmartRef__":true,"id":9461},{"__isSmartRef__":true,"id":9463}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":9465},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9466},"selectedLineNo":-1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":9467},{"__isSmartRef__":true,"id":9469},{"__isSmartRef__":true,"id":9471},{"__isSmartRef__":true,"id":9473}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":null,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"9455":{"_Position":{"__isSmartRef__":true,"id":9456},"renderContextTable":{"__isSmartRef__":true,"id":9457},"_Extent":{"__isSmartRef__":true,"id":9458},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":9459},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9456":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9457":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9458":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9459":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9460":{"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","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"},"9461":{"isListItem":true,"string":"Global","value":{"__isSmartRef__":true,"id":9462}},"9462":{"target":{"__isSmartRef__":true,"id":8903},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8902},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9463":{"isListItem":true,"string":"lively","value":{"__isSmartRef__":true,"id":9464}},"9464":{"target":{"__isSmartRef__":true,"id":8920},"browser":{"__isSmartRef__":true,"id":8628},"parent":{"__isSmartRef__":true,"id":8902},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"9465":{"morph":{"__isSmartRef__":true,"id":9454},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9466":{"x":410,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9467":{"sourceObj":{"__isSmartRef__":true,"id":9454},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":9468},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9468":{"source":{"__isSmartRef__":true,"id":9454},"target":{"__isSmartRef__":true,"id":8628}},"9469":{"sourceObj":{"__isSmartRef__":true,"id":9454},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9470},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9470":{"source":{"__isSmartRef__":true,"id":9454},"target":{"__isSmartRef__":true,"id":8628}},"9471":{"sourceObj":{"__isSmartRef__":true,"id":9454},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane3Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9472},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9472":{"source":{"__isSmartRef__":true,"id":9454},"target":{"__isSmartRef__":true,"id":8628}},"9473":{"sourceObj":{"__isSmartRef__":true,"id":9454},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane3Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9474},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9474":{"source":{"__isSmartRef__":true,"id":9454},"target":{"__isSmartRef__":true,"id":8628}},"9475":{"source":{"__isSmartRef__":true,"id":8628},"target":{"__isSmartRef__":true,"id":9454}},"9476":{"sourceObj":{"__isSmartRef__":true,"id":8628},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":9477},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9494},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9477":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9478},"id":859,"renderContextTable":{"__isSmartRef__":true,"id":9483},"itemList":["-----"],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":9484},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9485},"selectedLineNo":-1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":9486},{"__isSmartRef__":true,"id":9488},{"__isSmartRef__":true,"id":9490},{"__isSmartRef__":true,"id":9492}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":null,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"9478":{"_Position":{"__isSmartRef__":true,"id":9479},"renderContextTable":{"__isSmartRef__":true,"id":9480},"_Extent":{"__isSmartRef__":true,"id":9481},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":9482},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9479":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9480":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9481":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9482":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9483":{"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","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"},"9484":{"morph":{"__isSmartRef__":true,"id":9477},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9485":{"x":615,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9486":{"sourceObj":{"__isSmartRef__":true,"id":9477},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":9487},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9487":{"source":{"__isSmartRef__":true,"id":9477},"target":{"__isSmartRef__":true,"id":8628}},"9488":{"sourceObj":{"__isSmartRef__":true,"id":9477},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9489},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9489":{"source":{"__isSmartRef__":true,"id":9477},"target":{"__isSmartRef__":true,"id":8628}},"9490":{"sourceObj":{"__isSmartRef__":true,"id":9477},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane4Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9491},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9491":{"source":{"__isSmartRef__":true,"id":9477},"target":{"__isSmartRef__":true,"id":8628}},"9492":{"sourceObj":{"__isSmartRef__":true,"id":9477},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"getPane4Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9493},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9493":{"source":{"__isSmartRef__":true,"id":9477},"target":{"__isSmartRef__":true,"id":8628}},"9494":{"source":{"__isSmartRef__":true,"id":8628},"target":{"__isSmartRef__":true,"id":9477}},"9495":{"sourceObj":{"__isSmartRef__":true,"id":8628},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":9496},"targetMethodName":"setTextString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9512},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9496":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9497},"id":861,"renderContextTable":{"__isSmartRef__":true,"id":9501},"textChunks":[{"__isSmartRef__":true,"id":9502}],"eventHandler":{"__isSmartRef__":true,"id":9504},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9505},"_ClipMode":"scroll","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9506},"priorExtent":{"__isSmartRef__":true,"id":9507},"_MaxTextWidth":820,"_MaxTextHeight":302.5,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":8614},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":9508},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":9509},{"__isSmartRef__":true,"id":9510}],"doNotSerialize":["$$textString","$$savedTextString"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":"cop.create('NewMorphicCompatLayer')\n.refineObject(Global, {\n get Morph() { return lively.morphic.Morph },\n get BoxMorph() { return lively.morphic.Box },\n get TextMorph() { return lively.morphic.Text },\n get WorldMorph() { return lively.morphic.World },\n get ButtonMorph() { return lively.morphic.Button },\n get PanelMorph() { return lively.morphic.Panel },\n get HorizontalDivider() { return lively.morphic.HorizontalDivider },\n get SliderMorph() { return lively.morphic.Slider },\n get MenuMorph() { return lively.morphic.Menu },\n get ImageMorph() { return lively.morphic.Image },\n get ContainerMorph() { return lively.morphic.Morph },\n\n get TextSelectionMorph() { return lively.morphic.Morph },\n get Widget() { return lively.morphic.WindowedApp },\n\n get newTextPane() {\n return function(initialBounds, defaultText) {\n var text = new TextMorph(initialBounds, defaultText);\n text.applyStyle({clipMode: 'scroll', fixedWidth: true, fixedHeight: true})\n return text\n }\n },\n get newDragnDropListPane() {\n return function(initialBounds, suppressSelectionOnUpdate) {\n return new lively.morphic.List(initialBounds, ['-----'])\n }\n },\n})\n.refineObject(lively, {\n get scene() { return {\n Text: lively.morphic.Shapes.Rectangle,\n Similitude: lively.morphic.Similitude,\n Group: lively.morphic.Shapes.Rectangle,\n Rectangle: lively.morphic.Shapes.Rectangle} },\n get Text() { return {Text: lively.morphic.Compat.Text, isLoaded: Functions.True} },\n get paint() { return {\n RadialGradient: lively.morphic.RadialGradient,\n LinearGradient: lively.morphic.LinearGradient,\n Stop: Object}},\n});\n","lastSyntaxHighlightTime":1314743741484,"styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"priorSelectionRange":[668,669],"prevScroll":[0,0],"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9497":{"_Position":{"__isSmartRef__":true,"id":9498},"renderContextTable":{"__isSmartRef__":true,"id":9499},"_Extent":{"__isSmartRef__":true,"id":9500},"_ClipMode":"scroll","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9498":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9499":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9500":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9501":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9502":{"style":{"__isSmartRef__":true,"id":9503},"chunkOwner":{"__isSmartRef__":true,"id":9496},"storedString":"cop.create('NewMorphicCompatLayer')\n.refineObject(Global, {\n get Morph() { return lively.morphic.Morph },\n get BoxMorph() { return lively.morphic.Box },\n get TextMorph() { return lively.morphic.Text },\n get WorldMorph() { return lively.morphic.World },\n get ButtonMorph() { return lively.morphic.Button },\n get PanelMorph() { return lively.morphic.Panel },\n get HorizontalDivider() { return lively.morphic.HorizontalDivider },\n get SliderMorph() { return lively.morphic.Slider },\n get MenuMorph() { return lively.morphic.Menu },\n get ImageMorph() { return lively.morphic.Image },\n get ContainerMorph() { return lively.morphic.Morph },\n\n get TextSelectionMorph() { return lively.morphic.Morph },\n get Widget() { return lively.morphic.WindowedApp },\n\n get newTextPane() {\n return function(initialBounds, defaultText) {\n var text = new TextMorph(initialBounds, defaultText);\n text.applyStyle({clipMode: 'scroll', fixedWidth: true, fixedHeight: true})\n return text\n }\n },\n get newDragnDropListPane() {\n return function(initialBounds, suppressSelectionOnUpdate) {\n return new lively.morphic.List(initialBounds, ['-----'])\n }\n },\n})\n.refineObject(lively, {\n get scene() { return {\n Text: lively.morphic.Shapes.Rectangle,\n Similitude: lively.morphic.Similitude,\n Group: lively.morphic.Shapes.Rectangle,\n Rectangle: lively.morphic.Shapes.Rectangle} },\n get Text() { return {Text: lively.morphic.Compat.Text, isLoaded: Functions.True} },\n get paint() { return {\n RadialGradient: lively.morphic.RadialGradient,\n LinearGradient: lively.morphic.LinearGradient,\n Stop: Object}},\n});\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9503":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9504":{"morph":{"__isSmartRef__":true,"id":9496},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9505":{"x":5,"y":5,"width":-10,"height":-10,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9506":{"x":0,"y":247.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9507":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9508":{"resizeWidth":true,"resizeHeight":true},"9509":{"sourceObj":{"__isSmartRef__":true,"id":9496},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":9496},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9510":{"sourceObj":{"__isSmartRef__":true,"id":9496},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setSourceString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9511},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9511":{"source":{"__isSmartRef__":true,"id":9496},"target":{"__isSmartRef__":true,"id":8628}},"9512":{"source":{"__isSmartRef__":true,"id":8628},"target":{"__isSmartRef__":true,"id":9496}},"9513":{"sourceObj":{"__isSmartRef__":true,"id":8628},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":8615},"targetMethodName":"setTextString","converter":null,"converterString":null,"updaterString":"function ($upd, value) { value && $upd(String(value)) }","varMapping":{"__isSmartRef__":true,"id":9514},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9515},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9514":{"source":{"__isSmartRef__":true,"id":8628},"target":{"__isSmartRef__":true,"id":8615}},"9515":{"updater":{"__isSmartRef__":true,"id":9516}},"9516":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":9514},"source":"function ($upd, value) { value && $upd(String(value)) }","funcProperties":{"__isSmartRef__":true,"id":9517},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"9517":{},"9518":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"9519":{"source":{"__isSmartRef__":true,"id":8615},"target":{"__isSmartRef__":true,"id":8628}},"9520":{"submorphs":[{"__isSmartRef__":true,"id":9521}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9533},"id":852,"renderContextTable":{"__isSmartRef__":true,"id":9537},"eventHandler":{"__isSmartRef__":true,"id":9538},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9539},"priorExtent":{"__isSmartRef__":true,"id":9540},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9541},"label":{"__isSmartRef__":true,"id":9521},"owner":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":9550}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":9555},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9521":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9522},"id":853,"renderContextTable":{"__isSmartRef__":true,"id":9526},"textChunks":[{"__isSmartRef__":true,"id":9527}],"eventHandler":{"__isSmartRef__":true,"id":9529},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9530},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9531},"priorExtent":{"__isSmartRef__":true,"id":9532},"_MaxTextWidth":98.39999999999999,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9520},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9522":{"_Position":{"__isSmartRef__":true,"id":9523},"renderContextTable":{"__isSmartRef__":true,"id":9524},"_Extent":{"__isSmartRef__":true,"id":9525},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9523":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9524":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9525":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9526":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9527":{"style":{"__isSmartRef__":true,"id":9528},"chunkOwner":{"__isSmartRef__":true,"id":9521},"storedString":"codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9528":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9529":{"morph":{"__isSmartRef__":true,"id":9521},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9530":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9531":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9532":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9533":{"_Position":{"__isSmartRef__":true,"id":9534},"renderContextTable":{"__isSmartRef__":true,"id":9535},"_Extent":{"__isSmartRef__":true,"id":9536},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9534":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9535":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9536":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9537":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9538":{"morph":{"__isSmartRef__":true,"id":9520},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9539":{"x":656,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9540":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9541":{"stops":[{"__isSmartRef__":true,"id":9542},{"__isSmartRef__":true,"id":9544},{"__isSmartRef__":true,"id":9546},{"__isSmartRef__":true,"id":9548}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9542":{"offset":0,"color":{"__isSmartRef__":true,"id":9543}},"9543":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9544":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9545}},"9545":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9546":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9547}},"9547":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9548":{"offset":1,"color":{"__isSmartRef__":true,"id":9549}},"9549":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9550":{"sourceObj":{"__isSmartRef__":true,"id":9520},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setTargetURL","converterString":"function () { return URL.codeBase.withFilename('lively/')}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9551},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":9552},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9551":{"source":{"__isSmartRef__":true,"id":9520},"target":{"__isSmartRef__":true,"id":8628}},"9552":{"converter":{"__isSmartRef__":true,"id":9553}},"9553":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":9551},"source":"function () { return URL.codeBase.withFilename('lively/')}","funcProperties":{"__isSmartRef__":true,"id":9554},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"9554":{},"9555":{"moveHorizontal":true},"9556":{"submorphs":[{"__isSmartRef__":true,"id":9557}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9569},"id":854,"renderContextTable":{"__isSmartRef__":true,"id":9573},"eventHandler":{"__isSmartRef__":true,"id":9574},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9575},"priorExtent":{"__isSmartRef__":true,"id":9576},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9577},"label":{"__isSmartRef__":true,"id":9557},"owner":{"__isSmartRef__":true,"id":8614},"attributeConnections":[{"__isSmartRef__":true,"id":9586}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":9588},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9557":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9558},"id":855,"renderContextTable":{"__isSmartRef__":true,"id":9562},"textChunks":[{"__isSmartRef__":true,"id":9563}],"eventHandler":{"__isSmartRef__":true,"id":9565},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9566},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9567},"priorExtent":{"__isSmartRef__":true,"id":9568},"_MaxTextWidth":65.6,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9556},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9558":{"_Position":{"__isSmartRef__":true,"id":9559},"renderContextTable":{"__isSmartRef__":true,"id":9560},"_Extent":{"__isSmartRef__":true,"id":9561},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9559":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9560":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9561":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9562":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9563":{"style":{"__isSmartRef__":true,"id":9564},"chunkOwner":{"__isSmartRef__":true,"id":9557},"storedString":"local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9564":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9565":{"morph":{"__isSmartRef__":true,"id":9557},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9566":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9567":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9568":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9569":{"_Position":{"__isSmartRef__":true,"id":9570},"renderContextTable":{"__isSmartRef__":true,"id":9571},"_Extent":{"__isSmartRef__":true,"id":9572},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9570":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9571":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9572":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9573":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9574":{"morph":{"__isSmartRef__":true,"id":9556},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9575":{"x":754.4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9576":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9577":{"stops":[{"__isSmartRef__":true,"id":9578},{"__isSmartRef__":true,"id":9580},{"__isSmartRef__":true,"id":9582},{"__isSmartRef__":true,"id":9584}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9578":{"offset":0,"color":{"__isSmartRef__":true,"id":9579}},"9579":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9580":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9581}},"9581":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9582":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9583}},"9583":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9584":{"offset":1,"color":{"__isSmartRef__":true,"id":9585}},"9585":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9586":{"sourceObj":{"__isSmartRef__":true,"id":9556},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8628},"targetMethodName":"setTargetURL","converter":null,"converterString":"function () { return URL.source.getDirectory() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9587},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9587":{"source":{"__isSmartRef__":true,"id":9556},"target":{"__isSmartRef__":true,"id":8628}},"9588":{"moveHorizontal":true},"9589":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9590},"id":860,"renderContextTable":{"__isSmartRef__":true,"id":9594},"eventHandler":{"__isSmartRef__":true,"id":9595},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"_Position":{"__isSmartRef__":true,"id":9596},"fixed":[{"__isSmartRef__":true,"id":8630},{"__isSmartRef__":true,"id":8664},{"__isSmartRef__":true,"id":8698},{"__isSmartRef__":true,"id":8732},{"__isSmartRef__":true,"id":8766},{"__isSmartRef__":true,"id":8800},{"__isSmartRef__":true,"id":8834}],"scalingBelow":[{"__isSmartRef__":true,"id":9496}],"scalingAbove":[{"__isSmartRef__":true,"id":8874},{"__isSmartRef__":true,"id":9427},{"__isSmartRef__":true,"id":9454},{"__isSmartRef__":true,"id":9477}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":8614},"styleClass":["Browser_resizer"],"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9590":{"_Position":{"__isSmartRef__":true,"id":9591},"renderContextTable":{"__isSmartRef__":true,"id":9592},"_Extent":{"__isSmartRef__":true,"id":9593},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9591":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9592":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9593":{"x":820,"y":5.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9594":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9595":{"morph":{"__isSmartRef__":true,"id":9589},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9596":{"x":0,"y":242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9597":{"_Position":{"__isSmartRef__":true,"id":9598},"renderContextTable":{"__isSmartRef__":true,"id":9599},"_Extent":{"__isSmartRef__":true,"id":9600},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":9601},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9598":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9599":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9600":{"x":820,"y":550,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9601":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9602":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9603":{"morph":{"__isSmartRef__":true,"id":8614},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9604":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"9605":{"x":0,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9606":{"submorphs":[{"__isSmartRef__":true,"id":9607},{"__isSmartRef__":true,"id":9619},{"__isSmartRef__":true,"id":9653},{"__isSmartRef__":true,"id":9686}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9720},"id":877,"renderContextTable":{"__isSmartRef__":true,"id":9724},"eventHandler":{"__isSmartRef__":true,"id":9725},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":9726},"_Position":{"__isSmartRef__":true,"id":9727},"windowMorph":{"__isSmartRef__":true,"id":8613},"label":{"__isSmartRef__":true,"id":9607},"closeButton":{"__isSmartRef__":true,"id":9619},"menuButton":{"__isSmartRef__":true,"id":9653},"collapseButton":{"__isSmartRef__":true,"id":9686},"priorExtent":{"__isSmartRef__":true,"id":9728},"owner":{"__isSmartRef__":true,"id":8613},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9607":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9608},"id":878,"renderContextTable":{"__isSmartRef__":true,"id":9612},"textChunks":[{"__isSmartRef__":true,"id":9613}],"eventHandler":{"__isSmartRef__":true,"id":9615},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8489},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":9616},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":9606},"priorExtent":{"__isSmartRef__":true,"id":9617},"_MaxTextWidth":761,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":9618},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9608":{"_Position":{"__isSmartRef__":true,"id":9609},"renderContextTable":{"__isSmartRef__":true,"id":9610},"_Extent":{"__isSmartRef__":true,"id":9611},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"_BorderRadius":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9609":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9610":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9611":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9612":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9613":{"style":{"__isSmartRef__":true,"id":9614},"chunkOwner":{"__isSmartRef__":true,"id":9607},"storedString":"CompatLayer.js:NewMorphicCompatLayer","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9614":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9615":{"morph":{"__isSmartRef__":true,"id":9607},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9616":{"resizeWidth":true},"9617":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9618":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9619":{"submorphs":[{"__isSmartRef__":true,"id":9620}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9631},"id":879,"renderContextTable":{"__isSmartRef__":true,"id":9635},"eventHandler":{"__isSmartRef__":true,"id":9636},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9637},"priorExtent":{"__isSmartRef__":true,"id":9638},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9639},"label":{"__isSmartRef__":true,"id":9620},"owner":{"__isSmartRef__":true,"id":9606},"layout":{"__isSmartRef__":true,"id":9648},"attributeConnections":[{"__isSmartRef__":true,"id":9649},{"__isSmartRef__":true,"id":9651}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9620":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9621},"id":880,"renderContextTable":{"__isSmartRef__":true,"id":9625},"textChunks":[{"__isSmartRef__":true,"id":9626}],"eventHandler":{"__isSmartRef__":true,"id":9628},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":9629},"priorExtent":{"__isSmartRef__":true,"id":9630},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9619},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9621":{"_Position":{"__isSmartRef__":true,"id":9622},"renderContextTable":{"__isSmartRef__":true,"id":9623},"_Extent":{"__isSmartRef__":true,"id":9624},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9622":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9623":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9624":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9625":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9626":{"style":{"__isSmartRef__":true,"id":9627},"chunkOwner":{"__isSmartRef__":true,"id":9620},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9627":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9628":{"morph":{"__isSmartRef__":true,"id":9620},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9629":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9630":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9631":{"_Position":{"__isSmartRef__":true,"id":9632},"renderContextTable":{"__isSmartRef__":true,"id":9633},"_Extent":{"__isSmartRef__":true,"id":9634},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9632":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9633":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9634":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9635":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9636":{"morph":{"__isSmartRef__":true,"id":9619},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9637":{"x":800,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9638":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9639":{"stops":[{"__isSmartRef__":true,"id":9640},{"__isSmartRef__":true,"id":9642},{"__isSmartRef__":true,"id":9644},{"__isSmartRef__":true,"id":9646}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9640":{"offset":0,"color":{"__isSmartRef__":true,"id":9641}},"9641":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9642":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9643}},"9643":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9644":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9645}},"9645":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9646":{"offset":1,"color":{"__isSmartRef__":true,"id":9647}},"9647":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9648":{"moveHorizontal":true},"9649":{"sourceObj":{"__isSmartRef__":true,"id":9619},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8613},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9650},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9650":{"source":{"__isSmartRef__":true,"id":9619},"target":{"__isSmartRef__":true,"id":8613}},"9651":{"sourceObj":{"__isSmartRef__":true,"id":9619},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8613},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9652},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9652":{"source":{"__isSmartRef__":true,"id":9619},"target":{"__isSmartRef__":true,"id":8613}},"9653":{"submorphs":[{"__isSmartRef__":true,"id":9654}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9665},"id":881,"renderContextTable":{"__isSmartRef__":true,"id":9669},"eventHandler":{"__isSmartRef__":true,"id":9670},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9671},"priorExtent":{"__isSmartRef__":true,"id":9672},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9673},"label":{"__isSmartRef__":true,"id":9654},"owner":{"__isSmartRef__":true,"id":9606},"attributeConnections":[{"__isSmartRef__":true,"id":9682},{"__isSmartRef__":true,"id":9684}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9654":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9655},"id":882,"renderContextTable":{"__isSmartRef__":true,"id":9659},"textChunks":[{"__isSmartRef__":true,"id":9660}],"eventHandler":{"__isSmartRef__":true,"id":9662},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":9663},"priorExtent":{"__isSmartRef__":true,"id":9664},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9653},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9655":{"_Position":{"__isSmartRef__":true,"id":9656},"renderContextTable":{"__isSmartRef__":true,"id":9657},"_Extent":{"__isSmartRef__":true,"id":9658},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9656":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9657":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9658":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9659":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9660":{"style":{"__isSmartRef__":true,"id":9661},"chunkOwner":{"__isSmartRef__":true,"id":9654},"storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9661":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9662":{"morph":{"__isSmartRef__":true,"id":9654},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9663":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9664":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9665":{"_Position":{"__isSmartRef__":true,"id":9666},"renderContextTable":{"__isSmartRef__":true,"id":9667},"_Extent":{"__isSmartRef__":true,"id":9668},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9666":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9667":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9668":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9669":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9670":{"morph":{"__isSmartRef__":true,"id":9653},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9671":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9672":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9673":{"stops":[{"__isSmartRef__":true,"id":9674},{"__isSmartRef__":true,"id":9676},{"__isSmartRef__":true,"id":9678},{"__isSmartRef__":true,"id":9680}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9674":{"offset":0,"color":{"__isSmartRef__":true,"id":9675}},"9675":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9676":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9677}},"9677":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9678":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9679}},"9679":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9680":{"offset":1,"color":{"__isSmartRef__":true,"id":9681}},"9681":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9682":{"sourceObj":{"__isSmartRef__":true,"id":9653},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8613},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9683},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9683":{"source":{"__isSmartRef__":true,"id":9653},"target":{"__isSmartRef__":true,"id":8613}},"9684":{"sourceObj":{"__isSmartRef__":true,"id":9653},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8613},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9685},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9685":{"source":{"__isSmartRef__":true,"id":9653},"target":{"__isSmartRef__":true,"id":8613}},"9686":{"submorphs":[{"__isSmartRef__":true,"id":9687}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9698},"id":883,"renderContextTable":{"__isSmartRef__":true,"id":9702},"eventHandler":{"__isSmartRef__":true,"id":9703},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9704},"priorExtent":{"__isSmartRef__":true,"id":9705},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9706},"label":{"__isSmartRef__":true,"id":9687},"owner":{"__isSmartRef__":true,"id":9606},"layout":{"__isSmartRef__":true,"id":9715},"attributeConnections":[{"__isSmartRef__":true,"id":9716},{"__isSmartRef__":true,"id":9718}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9687":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9688},"id":884,"renderContextTable":{"__isSmartRef__":true,"id":9692},"textChunks":[{"__isSmartRef__":true,"id":9693}],"eventHandler":{"__isSmartRef__":true,"id":9695},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":9696},"priorExtent":{"__isSmartRef__":true,"id":9697},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9686},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9688":{"_Position":{"__isSmartRef__":true,"id":9689},"renderContextTable":{"__isSmartRef__":true,"id":9690},"_Extent":{"__isSmartRef__":true,"id":9691},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9689":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9690":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9691":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9692":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9693":{"style":{"__isSmartRef__":true,"id":9694},"chunkOwner":{"__isSmartRef__":true,"id":9687},"storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9694":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9695":{"morph":{"__isSmartRef__":true,"id":9687},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9696":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9697":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9698":{"_Position":{"__isSmartRef__":true,"id":9699},"renderContextTable":{"__isSmartRef__":true,"id":9700},"_Extent":{"__isSmartRef__":true,"id":9701},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9699":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9700":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9701":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9702":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9703":{"morph":{"__isSmartRef__":true,"id":9686},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9704":{"x":781,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9705":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9706":{"stops":[{"__isSmartRef__":true,"id":9707},{"__isSmartRef__":true,"id":9709},{"__isSmartRef__":true,"id":9711},{"__isSmartRef__":true,"id":9713}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9707":{"offset":0,"color":{"__isSmartRef__":true,"id":9708}},"9708":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9709":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9710}},"9710":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9711":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9712}},"9712":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9713":{"offset":1,"color":{"__isSmartRef__":true,"id":9714}},"9714":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9715":{"moveHorizontal":true},"9716":{"sourceObj":{"__isSmartRef__":true,"id":9686},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":8613},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9717},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9717":{"source":{"__isSmartRef__":true,"id":9686},"target":{"__isSmartRef__":true,"id":8613}},"9718":{"sourceObj":{"__isSmartRef__":true,"id":9686},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":8613},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9719},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9719":{"source":{"__isSmartRef__":true,"id":9686},"target":{"__isSmartRef__":true,"id":8613}},"9720":{"_Position":{"__isSmartRef__":true,"id":9721},"renderContextTable":{"__isSmartRef__":true,"id":9722},"_Extent":{"__isSmartRef__":true,"id":9723},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8599},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9721":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9722":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9723":{"x":820,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9724":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9725":{"morph":{"__isSmartRef__":true,"id":9606},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9726":{"resizeWidth":true,"adjustForNewBounds":true},"9727":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9728":{"x":820,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9729":{"renderContextTable":{"__isSmartRef__":true,"id":9730},"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":9731},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9730":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9731":{"x":820,"y":571,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9732":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9733":{"morph":{"__isSmartRef__":true,"id":8613},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9734":{"adjustForNewBounds":true},"9735":{"x":542.5,"y":875.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9736":{"x":820,"y":571,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9737":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9738},"id":1436,"renderContextTable":{"__isSmartRef__":true,"id":9743},"textChunks":[{"__isSmartRef__":true,"id":9744}],"eventHandler":{"__isSmartRef__":true,"id":9746},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9747},"priorExtent":{"__isSmartRef__":true,"id":9748},"_MaxTextWidth":473,"_MaxTextHeight":90,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":0},"layout":{"__isSmartRef__":true,"id":9749},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":9750}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"textString":"nothing\n\n\n\n\nnothing\n","lastSyntaxHighlightTime":1314743314052,"accessibleInInactiveWindow":true,"priorSelectionRange":[8,8],"prevScroll":[0,0],"showsHalos":false,"charsReplaced":"","lastFindLoc":12,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9738":{"_Position":{"__isSmartRef__":true,"id":9739},"renderContextTable":{"__isSmartRef__":true,"id":9740},"_Extent":{"__isSmartRef__":true,"id":9741},"_ClipMode":"auto","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8465},"_Fill":{"__isSmartRef__":true,"id":9742},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9739":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9740":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9741":{"x":473,"y":90,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9742":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9743":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9744":{"style":{"__isSmartRef__":true,"id":9745},"chunkOwner":{"__isSmartRef__":true,"id":9737},"storedString":"nothing\n\n\n\n\nnothing\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9745":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9746":{"morph":{"__isSmartRef__":true,"id":9737},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9747":{"x":24,"y":1021,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9748":{"x":473,"y":90,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9749":{"resizeWidth":true,"resizeHeight":true},"9750":{"sourceObj":{"__isSmartRef__":true,"id":9737},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":9737},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9751":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9752},"id":1569,"renderContextTable":{"__isSmartRef__":true,"id":9758},"textChunks":[{"__isSmartRef__":true,"id":9759}],"eventHandler":{"__isSmartRef__":true,"id":9761},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9762},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Monaco,monospace","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9763},"priorExtent":{"__isSmartRef__":true,"id":9764},"_MaxTextWidth":473,"_MaxTextHeight":90,"evalEnabled":false,"layout":{"__isSmartRef__":true,"id":9765},"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":9766}],"doNotSerialize":["$$textString"],"doNotCopyProperties":["$$textString"],"lastSyntaxHighlightTime":1314743323796,"accessibleInInactiveWindow":true,"priorSelectionRange":[9,9],"prevScroll":[0,0],"showsHalos":false,"charsReplaced":"","lastFindLoc":12,"__SourceModuleName__":"Global.lively.morphic.TextCore","textString":"nothing\n\nddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd\n\n\nnothing\n","name":"Text3","owner":{"__isSmartRef__":true,"id":0},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"9752":{"_Position":{"__isSmartRef__":true,"id":9753},"renderContextTable":{"__isSmartRef__":true,"id":9754},"_Extent":{"__isSmartRef__":true,"id":9755},"_ClipMode":"auto","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":9756},"_Fill":{"__isSmartRef__":true,"id":9757},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"9753":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"9754":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9755":{"x":473,"y":90,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9756":{"r":0.372,"g":0.369,"b":0.372,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"9757":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9758":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9759":{"style":{"__isSmartRef__":true,"id":9760},"chunkOwner":{"__isSmartRef__":true,"id":9751},"storedString":"nothing\n\nddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd\n\n\nnothing\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9760":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9761":{"morph":{"__isSmartRef__":true,"id":9751},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"9762":{"x":4,"y":2,"width":0,"height":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Rectangle"},"9763":{"x":44,"y":910,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9764":{"x":473,"y":90,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9765":{"resizeWidth":true,"resizeHeight":true},"9766":{"sourceObj":{"__isSmartRef__":true,"id":9751},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":9751},"targetMethodName":"highlightJavaScriptSyntax","__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"9767":{"submorphs":[{"__isSmartRef__":true,"id":9768},{"__isSmartRef__":true,"id":10430}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10553},"id":421,"renderContextTable":{"__isSmartRef__":true,"id":10556},"eventHandler":{"__isSmartRef__":true,"id":10557},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":10558},"LK2":true,"_Position":{"__isSmartRef__":true,"id":10559},"priorExtent":{"__isSmartRef__":true,"id":10560},"targetMorph":{"__isSmartRef__":true,"id":9768},"titleBar":{"__isSmartRef__":true,"id":10430},"contentOffset":{"__isSmartRef__":true,"id":10429},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"prevDragPos":{"__isSmartRef__":true,"id":10561},"isBeingDragged":false,"highlighted":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"9768":{"submorphs":[{"__isSmartRef__":true,"id":9769},{"__isSmartRef__":true,"id":10344},{"__isSmartRef__":true,"id":10380},{"__isSmartRef__":true,"id":10028},{"__isSmartRef__":true,"id":10130},{"__isSmartRef__":true,"id":10175},{"__isSmartRef__":true,"id":10209},{"__isSmartRef__":true,"id":10413},{"__isSmartRef__":true,"id":10283},{"__isSmartRef__":true,"id":9784},{"__isSmartRef__":true,"id":9818},{"__isSmartRef__":true,"id":9852},{"__isSmartRef__":true,"id":9886},{"__isSmartRef__":true,"id":9920},{"__isSmartRef__":true,"id":9954},{"__isSmartRef__":true,"id":9988}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10421},"id":395,"renderContextTable":{"__isSmartRef__":true,"id":10426},"eventHandler":{"__isSmartRef__":true,"id":10427},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10428},"_Position":{"__isSmartRef__":true,"id":10429},"locationPane":{"__isSmartRef__":true,"id":9769},"codeBaseDirBtn":{"__isSmartRef__":true,"id":10344},"localDirBtn":{"__isSmartRef__":true,"id":10380},"Pane1":{"__isSmartRef__":true,"id":10028},"Pane2":{"__isSmartRef__":true,"id":10130},"Pane3":{"__isSmartRef__":true,"id":10175},"Pane4":{"__isSmartRef__":true,"id":10209},"midResizer":{"__isSmartRef__":true,"id":10413},"sourcePane":{"__isSmartRef__":true,"id":10283},"ownerWidget":{"__isSmartRef__":true,"id":9782},"owner":{"__isSmartRef__":true,"id":9767},"ownerApp":{"__isSmartRef__":true,"id":9782},"targetURL":{"__isSmartRef__":true,"id":10329},"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"9769":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9770},"id":396,"renderContextTable":{"__isSmartRef__":true,"id":9774},"textChunks":[{"__isSmartRef__":true,"id":9775}],"eventHandler":{"__isSmartRef__":true,"id":9777},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9778},"priorExtent":{"__isSmartRef__":true,"id":9779},"_MaxTextWidth":656,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9768},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":9780},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":9781}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9770":{"_Position":{"__isSmartRef__":true,"id":9771},"renderContextTable":{"__isSmartRef__":true,"id":9772},"_Extent":{"__isSmartRef__":true,"id":9773},"_ClipMode":"hidden","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9771":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9772":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9773":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9774":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9775":{"style":{"__isSmartRef__":true,"id":9776},"chunkOwner":{"__isSmartRef__":true,"id":9769},"storedString":"http://localhost/webwerkstatt/lively/morphic/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9776":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9777":{"morph":{"__isSmartRef__":true,"id":9769},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9778":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9779":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9780":{"resizeWidth":true},"9781":{"sourceObj":{"__isSmartRef__":true,"id":9769},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setTargetURL","converter":null,"converterString":"function (value) { return new URL(value) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10343},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9782":{"buttonCommands":[{"__isSmartRef__":true,"id":9783},{"__isSmartRef__":true,"id":9817},{"__isSmartRef__":true,"id":9851},{"__isSmartRef__":true,"id":9885},{"__isSmartRef__":true,"id":9919},{"__isSmartRef__":true,"id":9953},{"__isSmartRef__":true,"id":9987}],"RootFilters":[{"__isSmartRef__":true,"id":10021}],"Pane1Filters":[{"__isSmartRef__":true,"id":10022},{"__isSmartRef__":true,"id":10023}],"Pane2Filters":[{"__isSmartRef__":true,"id":10024}],"Pane3Filters":[{"__isSmartRef__":true,"id":10025}],"Pane4Filters":[{"__isSmartRef__":true,"id":10026}],"evaluate":true,"panel":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10027},{"__isSmartRef__":true,"id":10129},{"__isSmartRef__":true,"id":10174},{"__isSmartRef__":true,"id":10208},{"__isSmartRef__":true,"id":10282},{"__isSmartRef__":true,"id":10324}],"SourceString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.textNode)\n ctx.textNode.style.overflow = modeString || 'auto';\n },","sourceString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.textNode)\n ctx.textNode.style.overflow = modeString || 'auto';\n },","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"targetURL":{"__isSmartRef__":true,"id":10329},"_rootNode":{"__isSmartRef__":true,"id":10038},"Pane1Selection":{"__isSmartRef__":true,"id":10061},"pane1Selection":{"__isSmartRef__":true,"id":10061},"Pane2Selection":{"__isSmartRef__":true,"id":10144},"pane2Selection":{"__isSmartRef__":true,"id":10144},"Pane3Selection":{"__isSmartRef__":true,"id":10183},"pane3Selection":{"__isSmartRef__":true,"id":10183},"Pane4Selection":{"__isSmartRef__":true,"id":10227},"pane4Selection":{"__isSmartRef__":true,"id":10227},"Pane4Content":[{"__isSmartRef__":true,"id":10216},{"__isSmartRef__":true,"id":10218},{"__isSmartRef__":true,"id":10220},{"__isSmartRef__":true,"id":10222},{"__isSmartRef__":true,"id":10224},{"__isSmartRef__":true,"id":10226},{"__isSmartRef__":true,"id":10228},{"__isSmartRef__":true,"id":10230},{"__isSmartRef__":true,"id":10232},{"__isSmartRef__":true,"id":10234},{"__isSmartRef__":true,"id":10236},{"__isSmartRef__":true,"id":10238},{"__isSmartRef__":true,"id":10240},{"__isSmartRef__":true,"id":10242},{"__isSmartRef__":true,"id":10244},{"__isSmartRef__":true,"id":10246},{"__isSmartRef__":true,"id":10248},{"__isSmartRef__":true,"id":10250},{"__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}],"Pane3Content":[{"__isSmartRef__":true,"id":10182},{"__isSmartRef__":true,"id":10184},{"__isSmartRef__":true,"id":10186},{"__isSmartRef__":true,"id":10188},{"__isSmartRef__":true,"id":10190},{"__isSmartRef__":true,"id":10192}],"Pane2Content":[{"__isSmartRef__":true,"id":10137},{"__isSmartRef__":true,"id":10139},{"__isSmartRef__":true,"id":10141},{"__isSmartRef__":true,"id":10143},{"__isSmartRef__":true,"id":10145},{"__isSmartRef__":true,"id":10147},{"__isSmartRef__":true,"id":10149},{"__isSmartRef__":true,"id":10151},{"__isSmartRef__":true,"id":10153},{"__isSmartRef__":true,"id":10155},{"__isSmartRef__":true,"id":10157}],"Pane1Content":[{"__isSmartRef__":true,"id":10035},{"__isSmartRef__":true,"id":10078},{"__isSmartRef__":true,"id":10079},{"__isSmartRef__":true,"id":10080},{"__isSmartRef__":true,"id":10081},{"__isSmartRef__":true,"id":10082},{"__isSmartRef__":true,"id":10083},{"__isSmartRef__":true,"id":10084},{"__isSmartRef__":true,"id":10085},{"__isSmartRef__":true,"id":10086},{"__isSmartRef__":true,"id":10087},{"__isSmartRef__":true,"id":10088},{"__isSmartRef__":true,"id":10089},{"__isSmartRef__":true,"id":10090},{"__isSmartRef__":true,"id":10091},{"__isSmartRef__":true,"id":10092},{"__isSmartRef__":true,"id":10093},{"__isSmartRef__":true,"id":10094},{"__isSmartRef__":true,"id":10095},{"__isSmartRef__":true,"id":10096},{"__isSmartRef__":true,"id":10097},{"__isSmartRef__":true,"id":10098},{"__isSmartRef__":true,"id":10099},{"__isSmartRef__":true,"id":10100},{"__isSmartRef__":true,"id":10101},{"__isSmartRef__":true,"id":10102},{"__isSmartRef__":true,"id":10103},{"__isSmartRef__":true,"id":10104},{"__isSmartRef__":true,"id":10105},{"__isSmartRef__":true,"id":10106},{"__isSmartRef__":true,"id":10107},{"__isSmartRef__":true,"id":10108},{"__isSmartRef__":true,"id":10109},{"__isSmartRef__":true,"id":10110},{"__isSmartRef__":true,"id":10111},{"__isSmartRef__":true,"id":10112},{"__isSmartRef__":true,"id":10113}],"view":{"__isSmartRef__":true,"id":9767},"Pane1Menu":[["Add to world requirements"],["remove"],["reparse"],["-------"],["open in text editor"],["show versions"],["diff versions"]],"Pane2Menu":[["references"],["add sibling below"],["remove"],["-------"],["view hierarchy"],["add class"],["add object extension"],["add layer"]],"Pane3Menu":[["add sibling below"],["remove"]],"currentModuleName":"lively.morphic.HTML","Pane4Menu":[["senders"],["implementors"],["add sibling below"],["remove"],["-------"],["add method"]],"_statusMorph":{"__isSmartRef__":true,"id":10330},"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"9783":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9784},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9784":{"submorphs":[{"__isSmartRef__":true,"id":9785}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9797},"id":407,"renderContextTable":{"__isSmartRef__":true,"id":9801},"eventHandler":{"__isSmartRef__":true,"id":9802},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9803},"priorExtent":{"__isSmartRef__":true,"id":9804},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9805},"label":{"__isSmartRef__":true,"id":9785},"command":{"__isSmartRef__":true,"id":9783},"attributeConnections":[{"__isSmartRef__":true,"id":9814},{"__isSmartRef__":true,"id":9815}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9785":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9786},"id":408,"renderContextTable":{"__isSmartRef__":true,"id":9790},"textChunks":[{"__isSmartRef__":true,"id":9791}],"eventHandler":{"__isSmartRef__":true,"id":9793},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9794},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9795},"priorExtent":{"__isSmartRef__":true,"id":9796},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9784},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9786":{"_Position":{"__isSmartRef__":true,"id":9787},"renderContextTable":{"__isSmartRef__":true,"id":9788},"_Extent":{"__isSmartRef__":true,"id":9789},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9787":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9788":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9789":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9790":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9791":{"style":{"__isSmartRef__":true,"id":9792},"chunkOwner":{"__isSmartRef__":true,"id":9785},"storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9792":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9793":{"morph":{"__isSmartRef__":true,"id":9785},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9794":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9795":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9796":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9797":{"_Position":{"__isSmartRef__":true,"id":9798},"renderContextTable":{"__isSmartRef__":true,"id":9799},"_Extent":{"__isSmartRef__":true,"id":9800},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9798":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9799":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9800":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9801":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9802":{"morph":{"__isSmartRef__":true,"id":9784},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9803":{"x":0,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9804":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9805":{"stops":[{"__isSmartRef__":true,"id":9806},{"__isSmartRef__":true,"id":9808},{"__isSmartRef__":true,"id":9810},{"__isSmartRef__":true,"id":9812}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9806":{"offset":0,"color":{"__isSmartRef__":true,"id":9807}},"9807":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9808":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9809}},"9809":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9810":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9811}},"9811":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9812":{"offset":1,"color":{"__isSmartRef__":true,"id":9813}},"9813":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9814":{"sourceObj":{"__isSmartRef__":true,"id":9784},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9783},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9815":{"sourceObj":{"__isSmartRef__":true,"id":9784},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9784},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9816},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9816":{"source":{"__isSmartRef__":true,"id":9784},"target":{"__isSmartRef__":true,"id":9784}},"9817":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9818},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9818":{"submorphs":[{"__isSmartRef__":true,"id":9819}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9831},"id":409,"renderContextTable":{"__isSmartRef__":true,"id":9835},"eventHandler":{"__isSmartRef__":true,"id":9836},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9837},"priorExtent":{"__isSmartRef__":true,"id":9838},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9839},"label":{"__isSmartRef__":true,"id":9819},"command":{"__isSmartRef__":true,"id":9817},"attributeConnections":[{"__isSmartRef__":true,"id":9848},{"__isSmartRef__":true,"id":9849}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9819":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9820},"id":410,"renderContextTable":{"__isSmartRef__":true,"id":9824},"textChunks":[{"__isSmartRef__":true,"id":9825}],"eventHandler":{"__isSmartRef__":true,"id":9827},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9828},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9829},"priorExtent":{"__isSmartRef__":true,"id":9830},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9818},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9820":{"_Position":{"__isSmartRef__":true,"id":9821},"renderContextTable":{"__isSmartRef__":true,"id":9822},"_Extent":{"__isSmartRef__":true,"id":9823},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9821":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9822":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9823":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9824":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9825":{"style":{"__isSmartRef__":true,"id":9826},"chunkOwner":{"__isSmartRef__":true,"id":9819},"storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9826":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9827":{"morph":{"__isSmartRef__":true,"id":9819},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9828":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9829":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9830":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9831":{"_Position":{"__isSmartRef__":true,"id":9832},"renderContextTable":{"__isSmartRef__":true,"id":9833},"_Extent":{"__isSmartRef__":true,"id":9834},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9832":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9833":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9834":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9835":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9836":{"morph":{"__isSmartRef__":true,"id":9818},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9837":{"x":117.14285714285714,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9838":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9839":{"stops":[{"__isSmartRef__":true,"id":9840},{"__isSmartRef__":true,"id":9842},{"__isSmartRef__":true,"id":9844},{"__isSmartRef__":true,"id":9846}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9840":{"offset":0,"color":{"__isSmartRef__":true,"id":9841}},"9841":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9842":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9843}},"9843":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9844":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9845}},"9845":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9846":{"offset":1,"color":{"__isSmartRef__":true,"id":9847}},"9847":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9848":{"sourceObj":{"__isSmartRef__":true,"id":9818},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9817},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9849":{"sourceObj":{"__isSmartRef__":true,"id":9818},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9818},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9850},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9850":{"source":{"__isSmartRef__":true,"id":9818},"target":{"__isSmartRef__":true,"id":9818}},"9851":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9852},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9852":{"submorphs":[{"__isSmartRef__":true,"id":9853}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9865},"id":411,"renderContextTable":{"__isSmartRef__":true,"id":9869},"eventHandler":{"__isSmartRef__":true,"id":9870},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9871},"priorExtent":{"__isSmartRef__":true,"id":9872},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9873},"label":{"__isSmartRef__":true,"id":9853},"command":{"__isSmartRef__":true,"id":9851},"attributeConnections":[{"__isSmartRef__":true,"id":9882},{"__isSmartRef__":true,"id":9883}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9853":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9854},"id":412,"renderContextTable":{"__isSmartRef__":true,"id":9858},"textChunks":[{"__isSmartRef__":true,"id":9859}],"eventHandler":{"__isSmartRef__":true,"id":9861},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9862},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9863},"priorExtent":{"__isSmartRef__":true,"id":9864},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9852},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9854":{"_Position":{"__isSmartRef__":true,"id":9855},"renderContextTable":{"__isSmartRef__":true,"id":9856},"_Extent":{"__isSmartRef__":true,"id":9857},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9855":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9856":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9857":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9858":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9859":{"style":{"__isSmartRef__":true,"id":9860},"chunkOwner":{"__isSmartRef__":true,"id":9853},"storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9860":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9861":{"morph":{"__isSmartRef__":true,"id":9853},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9862":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9863":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9864":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9865":{"_Position":{"__isSmartRef__":true,"id":9866},"renderContextTable":{"__isSmartRef__":true,"id":9867},"_Extent":{"__isSmartRef__":true,"id":9868},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9866":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9867":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9868":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9869":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9870":{"morph":{"__isSmartRef__":true,"id":9852},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9871":{"x":234.28571428571428,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9872":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9873":{"stops":[{"__isSmartRef__":true,"id":9874},{"__isSmartRef__":true,"id":9876},{"__isSmartRef__":true,"id":9878},{"__isSmartRef__":true,"id":9880}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9874":{"offset":0,"color":{"__isSmartRef__":true,"id":9875}},"9875":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9876":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9877}},"9877":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9878":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9879}},"9879":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9880":{"offset":1,"color":{"__isSmartRef__":true,"id":9881}},"9881":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9882":{"sourceObj":{"__isSmartRef__":true,"id":9852},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9851},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9883":{"sourceObj":{"__isSmartRef__":true,"id":9852},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9852},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9884},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9884":{"source":{"__isSmartRef__":true,"id":9852},"target":{"__isSmartRef__":true,"id":9852}},"9885":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9886},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9886":{"submorphs":[{"__isSmartRef__":true,"id":9887}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9899},"id":413,"renderContextTable":{"__isSmartRef__":true,"id":9903},"eventHandler":{"__isSmartRef__":true,"id":9904},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9905},"priorExtent":{"__isSmartRef__":true,"id":9906},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9907},"label":{"__isSmartRef__":true,"id":9887},"command":{"__isSmartRef__":true,"id":9885},"attributeConnections":[{"__isSmartRef__":true,"id":9916},{"__isSmartRef__":true,"id":9917}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9887":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9888},"id":414,"renderContextTable":{"__isSmartRef__":true,"id":9892},"textChunks":[{"__isSmartRef__":true,"id":9893}],"eventHandler":{"__isSmartRef__":true,"id":9895},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9896},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9897},"priorExtent":{"__isSmartRef__":true,"id":9898},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9886},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9888":{"_Position":{"__isSmartRef__":true,"id":9889},"renderContextTable":{"__isSmartRef__":true,"id":9890},"_Extent":{"__isSmartRef__":true,"id":9891},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9889":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9890":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9891":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9892":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9893":{"style":{"__isSmartRef__":true,"id":9894},"chunkOwner":{"__isSmartRef__":true,"id":9887},"storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9894":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9895":{"morph":{"__isSmartRef__":true,"id":9887},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9896":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9897":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9898":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9899":{"_Position":{"__isSmartRef__":true,"id":9900},"renderContextTable":{"__isSmartRef__":true,"id":9901},"_Extent":{"__isSmartRef__":true,"id":9902},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9900":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9901":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9902":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9903":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9904":{"morph":{"__isSmartRef__":true,"id":9886},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9905":{"x":351.42857142857144,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9906":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9907":{"stops":[{"__isSmartRef__":true,"id":9908},{"__isSmartRef__":true,"id":9910},{"__isSmartRef__":true,"id":9912},{"__isSmartRef__":true,"id":9914}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9908":{"offset":0,"color":{"__isSmartRef__":true,"id":9909}},"9909":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9910":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9911}},"9911":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9912":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9913}},"9913":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9914":{"offset":1,"color":{"__isSmartRef__":true,"id":9915}},"9915":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9916":{"sourceObj":{"__isSmartRef__":true,"id":9886},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9885},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9917":{"sourceObj":{"__isSmartRef__":true,"id":9886},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9886},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9918},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9918":{"source":{"__isSmartRef__":true,"id":9886},"target":{"__isSmartRef__":true,"id":9886}},"9919":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9920},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9920":{"submorphs":[{"__isSmartRef__":true,"id":9921}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9933},"id":415,"renderContextTable":{"__isSmartRef__":true,"id":9937},"eventHandler":{"__isSmartRef__":true,"id":9938},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9939},"priorExtent":{"__isSmartRef__":true,"id":9940},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9941},"label":{"__isSmartRef__":true,"id":9921},"command":{"__isSmartRef__":true,"id":9919},"attributeConnections":[{"__isSmartRef__":true,"id":9950},{"__isSmartRef__":true,"id":9951}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9921":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9922},"id":416,"renderContextTable":{"__isSmartRef__":true,"id":9926},"textChunks":[{"__isSmartRef__":true,"id":9927}],"eventHandler":{"__isSmartRef__":true,"id":9929},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9930},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9931},"priorExtent":{"__isSmartRef__":true,"id":9932},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9920},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9922":{"_Position":{"__isSmartRef__":true,"id":9923},"renderContextTable":{"__isSmartRef__":true,"id":9924},"_Extent":{"__isSmartRef__":true,"id":9925},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9923":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9924":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9925":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9926":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9927":{"style":{"__isSmartRef__":true,"id":9928},"chunkOwner":{"__isSmartRef__":true,"id":9921},"storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9928":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9929":{"morph":{"__isSmartRef__":true,"id":9921},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9930":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9931":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9932":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9933":{"_Position":{"__isSmartRef__":true,"id":9934},"renderContextTable":{"__isSmartRef__":true,"id":9935},"_Extent":{"__isSmartRef__":true,"id":9936},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9934":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9935":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9936":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9937":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9938":{"morph":{"__isSmartRef__":true,"id":9920},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9939":{"x":468.57142857142856,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9940":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9941":{"stops":[{"__isSmartRef__":true,"id":9942},{"__isSmartRef__":true,"id":9944},{"__isSmartRef__":true,"id":9946},{"__isSmartRef__":true,"id":9948}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9942":{"offset":0,"color":{"__isSmartRef__":true,"id":9943}},"9943":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9944":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9945}},"9945":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9946":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9947}},"9947":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9948":{"offset":1,"color":{"__isSmartRef__":true,"id":9949}},"9949":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9950":{"sourceObj":{"__isSmartRef__":true,"id":9920},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9919},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9951":{"sourceObj":{"__isSmartRef__":true,"id":9920},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9920},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9952},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9952":{"source":{"__isSmartRef__":true,"id":9920},"target":{"__isSmartRef__":true,"id":9920}},"9953":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9954},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9954":{"submorphs":[{"__isSmartRef__":true,"id":9955}],"scripts":[],"shape":{"__isSmartRef__":true,"id":9967},"id":417,"renderContextTable":{"__isSmartRef__":true,"id":9971},"eventHandler":{"__isSmartRef__":true,"id":9972},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":9973},"priorExtent":{"__isSmartRef__":true,"id":9974},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":9975},"label":{"__isSmartRef__":true,"id":9955},"command":{"__isSmartRef__":true,"id":9953},"attributeConnections":[{"__isSmartRef__":true,"id":9984},{"__isSmartRef__":true,"id":9985}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9955":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9956},"id":418,"renderContextTable":{"__isSmartRef__":true,"id":9960},"textChunks":[{"__isSmartRef__":true,"id":9961}],"eventHandler":{"__isSmartRef__":true,"id":9963},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9964},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9965},"priorExtent":{"__isSmartRef__":true,"id":9966},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9954},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9956":{"_Position":{"__isSmartRef__":true,"id":9957},"renderContextTable":{"__isSmartRef__":true,"id":9958},"_Extent":{"__isSmartRef__":true,"id":9959},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9957":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9958":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9959":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9960":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9961":{"style":{"__isSmartRef__":true,"id":9962},"chunkOwner":{"__isSmartRef__":true,"id":9955},"storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9962":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9963":{"morph":{"__isSmartRef__":true,"id":9955},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9964":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9965":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9966":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9967":{"_Position":{"__isSmartRef__":true,"id":9968},"renderContextTable":{"__isSmartRef__":true,"id":9969},"_Extent":{"__isSmartRef__":true,"id":9970},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9968":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9969":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9970":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9971":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"9972":{"morph":{"__isSmartRef__":true,"id":9954},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9973":{"x":585.7142857142857,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9974":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9975":{"stops":[{"__isSmartRef__":true,"id":9976},{"__isSmartRef__":true,"id":9978},{"__isSmartRef__":true,"id":9980},{"__isSmartRef__":true,"id":9982}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9976":{"offset":0,"color":{"__isSmartRef__":true,"id":9977}},"9977":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9978":{"offset":0.4,"color":{"__isSmartRef__":true,"id":9979}},"9979":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9980":{"offset":0.6,"color":{"__isSmartRef__":true,"id":9981}},"9981":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9982":{"offset":1,"color":{"__isSmartRef__":true,"id":9983}},"9983":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"9984":{"sourceObj":{"__isSmartRef__":true,"id":9954},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9953},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9985":{"sourceObj":{"__isSmartRef__":true,"id":9954},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9954},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":9986},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"9986":{"source":{"__isSmartRef__":true,"id":9954},"target":{"__isSmartRef__":true,"id":9954}},"9987":{"browser":{"__isSmartRef__":true,"id":9782},"button":{"__isSmartRef__":true,"id":9988},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"9988":{"submorphs":[{"__isSmartRef__":true,"id":9989}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10001},"id":419,"renderContextTable":{"__isSmartRef__":true,"id":10005},"eventHandler":{"__isSmartRef__":true,"id":10006},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10007},"priorExtent":{"__isSmartRef__":true,"id":10008},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10009},"label":{"__isSmartRef__":true,"id":9989},"command":{"__isSmartRef__":true,"id":9987},"attributeConnections":[{"__isSmartRef__":true,"id":10018},{"__isSmartRef__":true,"id":10019}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"9989":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":9990},"id":420,"renderContextTable":{"__isSmartRef__":true,"id":9994},"textChunks":[{"__isSmartRef__":true,"id":9995}],"eventHandler":{"__isSmartRef__":true,"id":9997},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":9998},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":9999},"priorExtent":{"__isSmartRef__":true,"id":10000},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9988},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9990":{"_Position":{"__isSmartRef__":true,"id":9991},"renderContextTable":{"__isSmartRef__":true,"id":9992},"_Extent":{"__isSmartRef__":true,"id":9993},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"9991":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9992":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"9993":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"9994":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"9995":{"style":{"__isSmartRef__":true,"id":9996},"chunkOwner":{"__isSmartRef__":true,"id":9989},"storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9996":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"9997":{"morph":{"__isSmartRef__":true,"id":9989},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"9998":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"9999":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10000":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10001":{"_Position":{"__isSmartRef__":true,"id":10002},"renderContextTable":{"__isSmartRef__":true,"id":10003},"_Extent":{"__isSmartRef__":true,"id":10004},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10002":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10003":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10004":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10005":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10006":{"morph":{"__isSmartRef__":true,"id":9988},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10007":{"x":702.8571428571429,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10008":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10009":{"stops":[{"__isSmartRef__":true,"id":10010},{"__isSmartRef__":true,"id":10012},{"__isSmartRef__":true,"id":10014},{"__isSmartRef__":true,"id":10016}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10010":{"offset":0,"color":{"__isSmartRef__":true,"id":10011}},"10011":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10012":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10013}},"10013":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10014":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10015}},"10015":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10016":{"offset":1,"color":{"__isSmartRef__":true,"id":10017}},"10017":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10018":{"sourceObj":{"__isSmartRef__":true,"id":9988},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9987},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10019":{"sourceObj":{"__isSmartRef__":true,"id":9988},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9988},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10020},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10020":{"source":{"__isSmartRef__":true,"id":9988},"target":{"__isSmartRef__":true,"id":9988}},"10021":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10022":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10023":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10024":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10025":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10026":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10027":{"sourceObj":{"__isSmartRef__":true,"id":9782},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":10028},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10128},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10028":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10029},"id":401,"renderContextTable":{"__isSmartRef__":true,"id":10034},"itemList":[{"__isSmartRef__":true,"id":10035},{"__isSmartRef__":true,"id":10078},{"__isSmartRef__":true,"id":10079},{"__isSmartRef__":true,"id":10080},{"__isSmartRef__":true,"id":10081},{"__isSmartRef__":true,"id":10082},{"__isSmartRef__":true,"id":10083},{"__isSmartRef__":true,"id":10084},{"__isSmartRef__":true,"id":10085},{"__isSmartRef__":true,"id":10086},{"__isSmartRef__":true,"id":10087},{"__isSmartRef__":true,"id":10088},{"__isSmartRef__":true,"id":10089},{"__isSmartRef__":true,"id":10090},{"__isSmartRef__":true,"id":10091},{"__isSmartRef__":true,"id":10092},{"__isSmartRef__":true,"id":10093},{"__isSmartRef__":true,"id":10094},{"__isSmartRef__":true,"id":10095},{"__isSmartRef__":true,"id":10096},{"__isSmartRef__":true,"id":10097},{"__isSmartRef__":true,"id":10098},{"__isSmartRef__":true,"id":10099},{"__isSmartRef__":true,"id":10100},{"__isSmartRef__":true,"id":10101},{"__isSmartRef__":true,"id":10102},{"__isSmartRef__":true,"id":10103},{"__isSmartRef__":true,"id":10104},{"__isSmartRef__":true,"id":10105},{"__isSmartRef__":true,"id":10106},{"__isSmartRef__":true,"id":10107},{"__isSmartRef__":true,"id":10108},{"__isSmartRef__":true,"id":10109},{"__isSmartRef__":true,"id":10110},{"__isSmartRef__":true,"id":10111},{"__isSmartRef__":true,"id":10112},{"__isSmartRef__":true,"id":10113}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":10114},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10115},"selectedLineNo":20,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10116},{"__isSmartRef__":true,"id":10121},{"__isSmartRef__":true,"id":10123},{"__isSmartRef__":true,"id":10125}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":10127},"prevScroll":[0,368],"showsHalos":false,"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"10029":{"_Position":{"__isSmartRef__":true,"id":10030},"renderContextTable":{"__isSmartRef__":true,"id":10031},"_Extent":{"__isSmartRef__":true,"id":10032},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":10033},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10030":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10031":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10032":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10033":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10034":{"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","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"},"10035":{"isListItem":true,"string":".svn/","value":{"__isSmartRef__":true,"id":10036}},"10036":{"target":{"__isSmartRef__":true,"id":10037},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"localName":".svn/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10037":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/.svn/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10038":{"target":{"__isSmartRef__":true,"id":4975},"browser":{"__isSmartRef__":true,"id":9782},"parent":null,"allFiles":["lively/morphic/AdditionalMorphs.js","lively/morphic/Canvas.js","lively/morphic/ClickOnLineHack.js","lively/morphic/ColorChooserDraft.js","lively/morphic/Compat.js","lively/morphic/CompatLayer.js","lively/morphic/CompatSCB.js","lively/morphic/Complete.js","lively/morphic/Connectors.js","lively/morphic/Core.js","lively/morphic/EventExperiments.js","lively/morphic/Events.js","lively/morphic/Examples.js","lively/morphic/Experiments.js","lively/morphic/Graffle.js","lively/morphic/Halos.js","lively/morphic/HTML.js","lively/morphic/Layout.js","lively/morphic/MorphAddons.js","lively/morphic/ObjectMigration.js","lively/morphic/Paragraphs.js","lively/morphic/PathShapes.js","lively/morphic/Rendering.js","lively/morphic/ScriptingSupport.js","lively/morphic/Serialization.js","lively/morphic/Shapes.js","lively/morphic/Styles.js","lively/morphic/SVG.js","lively/morphic/Tests.js","lively/morphic/TextCore.js","lively/morphic/Widgets.js","lively/morphic/WidgetsAddOns.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":10037},{"__isSmartRef__":true,"id":10039},{"__isSmartRef__":true,"id":10040}],"parentNamespacePath":{"__isSmartRef__":true,"id":10041},"_childNodes":[{"__isSmartRef__":true,"id":10036},{"__isSmartRef__":true,"id":10042},{"__isSmartRef__":true,"id":10043},{"__isSmartRef__":true,"id":10044},{"__isSmartRef__":true,"id":10045},{"__isSmartRef__":true,"id":10046},{"__isSmartRef__":true,"id":10047},{"__isSmartRef__":true,"id":10048},{"__isSmartRef__":true,"id":10049},{"__isSmartRef__":true,"id":10050},{"__isSmartRef__":true,"id":10051},{"__isSmartRef__":true,"id":10052},{"__isSmartRef__":true,"id":10053},{"__isSmartRef__":true,"id":10054},{"__isSmartRef__":true,"id":10055},{"__isSmartRef__":true,"id":10056},{"__isSmartRef__":true,"id":10057},{"__isSmartRef__":true,"id":10058},{"__isSmartRef__":true,"id":10059},{"__isSmartRef__":true,"id":10060},{"__isSmartRef__":true,"id":10061},{"__isSmartRef__":true,"id":10062},{"__isSmartRef__":true,"id":10063},{"__isSmartRef__":true,"id":10064},{"__isSmartRef__":true,"id":10065},{"__isSmartRef__":true,"id":10066},{"__isSmartRef__":true,"id":10067},{"__isSmartRef__":true,"id":10068},{"__isSmartRef__":true,"id":10069},{"__isSmartRef__":true,"id":10070},{"__isSmartRef__":true,"id":10071},{"__isSmartRef__":true,"id":10072},{"__isSmartRef__":true,"id":10073},{"__isSmartRef__":true,"id":10074},{"__isSmartRef__":true,"id":10075},{"__isSmartRef__":true,"id":10076},{"__isSmartRef__":true,"id":10077}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10039":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/tests/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10040":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/video/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10041":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10042":{"target":{"__isSmartRef__":true,"id":10039},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"localName":"tests/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10043":{"target":{"__isSmartRef__":true,"id":10040},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"localName":"video/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10044":{"target":{"__isSmartRef__":true,"id":10041},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10045":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/AdditionalMorphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10046":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Canvas.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10047":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/ClickOnLineHack.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10048":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/ColorChooserDraft.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10049":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Compat.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10050":{"target":{"__isSmartRef__":true,"id":8897},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/CompatLayer.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10051":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/CompatSCB.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10052":{"target":{"__isSmartRef__":true,"id":4990},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Complete.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10053":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Connectors.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10054":{"target":{"__isSmartRef__":true,"id":4994},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Core.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10055":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/EventExperiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10056":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Events.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10057":{"target":{"__isSmartRef__":true,"id":5221},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Examples.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10058":{"target":{"__isSmartRef__":true,"id":8934},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Experiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10059":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Graffle.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10060":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Halos.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10061":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10062":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Layout.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10063":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/MorphAddons.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10064":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/ObjectMigration.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10065":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Paragraphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10066":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/PathShapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10067":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Rendering.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10068":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/ScriptingSupport.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10069":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Serialization.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10070":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Shapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10071":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Styles.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10072":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/SVG.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10073":{"target":{"__isSmartRef__":true,"id":9047},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Tests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10074":{"target":{"__isSmartRef__":true,"id":9050},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/TextCore.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10075":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/Widgets.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10076":{"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/WidgetsAddOns.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10077":{"target":{"__isSmartRef__":true,"id":5525},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"10078":{"isListItem":true,"string":"tests/","value":{"__isSmartRef__":true,"id":10042}},"10079":{"isListItem":true,"string":"video/","value":{"__isSmartRef__":true,"id":10043}},"10080":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":10044}},"10081":{"isListItem":true,"string":"AdditionalMorphs.js (not parsed)","value":{"__isSmartRef__":true,"id":10045}},"10082":{"isListItem":true,"string":"Canvas.js (not parsed)","value":{"__isSmartRef__":true,"id":10046}},"10083":{"isListItem":true,"string":"ClickOnLineHack.js (not parsed)","value":{"__isSmartRef__":true,"id":10047}},"10084":{"isListItem":true,"string":"ColorChooserDraft.js (not parsed)","value":{"__isSmartRef__":true,"id":10048}},"10085":{"isListItem":true,"string":"Compat.js (not parsed)","value":{"__isSmartRef__":true,"id":10049}},"10086":{"isListItem":true,"string":"CompatLayer.js","value":{"__isSmartRef__":true,"id":10050}},"10087":{"isListItem":true,"string":"CompatSCB.js (not parsed)","value":{"__isSmartRef__":true,"id":10051}},"10088":{"isListItem":true,"string":"Complete.js","value":{"__isSmartRef__":true,"id":10052}},"10089":{"isListItem":true,"string":"Connectors.js (not parsed)","value":{"__isSmartRef__":true,"id":10053}},"10090":{"isListItem":true,"string":"Core.js","value":{"__isSmartRef__":true,"id":10054}},"10091":{"isListItem":true,"string":"EventExperiments.js (not parsed)","value":{"__isSmartRef__":true,"id":10055}},"10092":{"isListItem":true,"string":"Events.js (not parsed)","value":{"__isSmartRef__":true,"id":10056}},"10093":{"isListItem":true,"string":"Examples.js","value":{"__isSmartRef__":true,"id":10057}},"10094":{"isListItem":true,"string":"Experiments.js","value":{"__isSmartRef__":true,"id":10058}},"10095":{"isListItem":true,"string":"Graffle.js (not parsed)","value":{"__isSmartRef__":true,"id":10059}},"10096":{"isListItem":true,"string":"Halos.js (not parsed)","value":{"__isSmartRef__":true,"id":10060}},"10097":{"isListItem":true,"string":"HTML.js","value":{"__isSmartRef__":true,"id":10061}},"10098":{"isListItem":true,"string":"Layout.js (not parsed)","value":{"__isSmartRef__":true,"id":10062}},"10099":{"isListItem":true,"string":"MorphAddons.js (not parsed)","value":{"__isSmartRef__":true,"id":10063}},"10100":{"isListItem":true,"string":"ObjectMigration.js (not parsed)","value":{"__isSmartRef__":true,"id":10064}},"10101":{"isListItem":true,"string":"Paragraphs.js (not parsed)","value":{"__isSmartRef__":true,"id":10065}},"10102":{"isListItem":true,"string":"PathShapes.js (not parsed)","value":{"__isSmartRef__":true,"id":10066}},"10103":{"isListItem":true,"string":"Rendering.js (not parsed)","value":{"__isSmartRef__":true,"id":10067}},"10104":{"isListItem":true,"string":"ScriptingSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":10068}},"10105":{"isListItem":true,"string":"Serialization.js (not parsed)","value":{"__isSmartRef__":true,"id":10069}},"10106":{"isListItem":true,"string":"Shapes.js (not parsed)","value":{"__isSmartRef__":true,"id":10070}},"10107":{"isListItem":true,"string":"Styles.js (not parsed)","value":{"__isSmartRef__":true,"id":10071}},"10108":{"isListItem":true,"string":"SVG.js (not parsed)","value":{"__isSmartRef__":true,"id":10072}},"10109":{"isListItem":true,"string":"Tests.js","value":{"__isSmartRef__":true,"id":10073}},"10110":{"isListItem":true,"string":"TextCore.js","value":{"__isSmartRef__":true,"id":10074}},"10111":{"isListItem":true,"string":"Widgets.js (not parsed)","value":{"__isSmartRef__":true,"id":10075}},"10112":{"isListItem":true,"string":"WidgetsAddOns.js (not parsed)","value":{"__isSmartRef__":true,"id":10076}},"10113":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":10077}},"10114":{"morph":{"__isSmartRef__":true,"id":10028},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10115":{"x":0,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10116":{"sourceObj":{"__isSmartRef__":true,"id":10028},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setPane1Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":10117},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10118},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10117":{"source":{"__isSmartRef__":true,"id":10028},"target":{"__isSmartRef__":true,"id":9782}},"10118":{"updater":{"__isSmartRef__":true,"id":10119}},"10119":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10117},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":10120},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"10120":{},"10121":{"sourceObj":{"__isSmartRef__":true,"id":10028},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane1Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10122},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10122":{"source":{"__isSmartRef__":true,"id":10028},"target":{"__isSmartRef__":true,"id":9782}},"10123":{"sourceObj":{"__isSmartRef__":true,"id":10028},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane1Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10124},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10124":{"source":{"__isSmartRef__":true,"id":10028},"target":{"__isSmartRef__":true,"id":9782}},"10125":{"sourceObj":{"__isSmartRef__":true,"id":10028},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane1Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10126},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10126":{"source":{"__isSmartRef__":true,"id":10028},"target":{"__isSmartRef__":true,"id":9782}},"10127":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10038},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10128":{"source":{"__isSmartRef__":true,"id":9782},"target":{"__isSmartRef__":true,"id":10028}},"10129":{"sourceObj":{"__isSmartRef__":true,"id":9782},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":10130},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10173},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10130":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10131},"id":402,"renderContextTable":{"__isSmartRef__":true,"id":10136},"itemList":[{"__isSmartRef__":true,"id":10137},{"__isSmartRef__":true,"id":10139},{"__isSmartRef__":true,"id":10141},{"__isSmartRef__":true,"id":10143},{"__isSmartRef__":true,"id":10145},{"__isSmartRef__":true,"id":10147},{"__isSmartRef__":true,"id":10149},{"__isSmartRef__":true,"id":10151},{"__isSmartRef__":true,"id":10153},{"__isSmartRef__":true,"id":10155},{"__isSmartRef__":true,"id":10157}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":10159},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10160},"selectedLineNo":3,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10161},{"__isSmartRef__":true,"id":10166},{"__isSmartRef__":true,"id":10168},{"__isSmartRef__":true,"id":10170}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":10172},"showsHalos":false,"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"10131":{"_Position":{"__isSmartRef__":true,"id":10132},"renderContextTable":{"__isSmartRef__":true,"id":10133},"_Extent":{"__isSmartRef__":true,"id":10134},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":10135},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10132":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10133":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10134":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10135":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10136":{"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","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"},"10137":{"isListItem":true,"string":"Color (extension)","value":{"__isSmartRef__":true,"id":10138}},"10138":{"target":{"__isSmartRef__":true,"id":5337},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10139":{"isListItem":true,"string":"lively.morphic.HTML.RenderContext","value":{"__isSmartRef__":true,"id":10140}},"10140":{"target":{"__isSmartRef__":true,"id":5341},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10141":{"isListItem":true,"string":"lively.morphic.Morph (extension)","value":{"__isSmartRef__":true,"id":10142}},"10142":{"target":{"__isSmartRef__":true,"id":5345},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10143":{"isListItem":true,"string":"lively.morphic.Text (extension)","value":{"__isSmartRef__":true,"id":10144}},"10144":{"target":{"__isSmartRef__":true,"id":5374},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10145":{"isListItem":true,"string":"lively.morphic.List (extension)","value":{"__isSmartRef__":true,"id":10146}},"10146":{"target":{"__isSmartRef__":true,"id":5405},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10147":{"isListItem":true,"string":"lively.morphic.Shapes.Shape (extension)","value":{"__isSmartRef__":true,"id":10148}},"10148":{"target":{"__isSmartRef__":true,"id":5434},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10149":{"isListItem":true,"string":"lively.morphic.Shapes.Rectangle (extension)","value":{"__isSmartRef__":true,"id":10150}},"10150":{"target":{"__isSmartRef__":true,"id":5453},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10151":{"isListItem":true,"string":"lively.morphic.Shapes.Ellipse (extension)","value":{"__isSmartRef__":true,"id":10152}},"10152":{"target":{"__isSmartRef__":true,"id":5459},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10153":{"isListItem":true,"string":"lively.morphic.Shapes.Image (extension)","value":{"__isSmartRef__":true,"id":10154}},"10154":{"target":{"__isSmartRef__":true,"id":5465},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10155":{"isListItem":true,"string":"lively.morphic.Shapes.External (extension)","value":{"__isSmartRef__":true,"id":10156}},"10156":{"target":{"__isSmartRef__":true,"id":5475},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10157":{"isListItem":true,"string":"lively.morphic.Shapes.Path (extension)","value":{"__isSmartRef__":true,"id":10158}},"10158":{"target":{"__isSmartRef__":true,"id":5489},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10159":{"morph":{"__isSmartRef__":true,"id":10130},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10160":{"x":205,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10161":{"sourceObj":{"__isSmartRef__":true,"id":10130},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setPane2Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":10162},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10163},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10162":{"source":{"__isSmartRef__":true,"id":10130},"target":{"__isSmartRef__":true,"id":9782}},"10163":{"updater":{"__isSmartRef__":true,"id":10164}},"10164":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10162},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":10165},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"10165":{},"10166":{"sourceObj":{"__isSmartRef__":true,"id":10130},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane2Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10167},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10167":{"source":{"__isSmartRef__":true,"id":10130},"target":{"__isSmartRef__":true,"id":9782}},"10168":{"sourceObj":{"__isSmartRef__":true,"id":10130},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane2Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10169},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10169":{"source":{"__isSmartRef__":true,"id":10130},"target":{"__isSmartRef__":true,"id":9782}},"10170":{"sourceObj":{"__isSmartRef__":true,"id":10130},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane2Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10171},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10171":{"source":{"__isSmartRef__":true,"id":10130},"target":{"__isSmartRef__":true,"id":9782}},"10172":{"target":{"__isSmartRef__":true,"id":5374},"browser":{"__isSmartRef__":true,"id":9782},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10173":{"source":{"__isSmartRef__":true,"id":9782},"target":{"__isSmartRef__":true,"id":10130}},"10174":{"sourceObj":{"__isSmartRef__":true,"id":9782},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":10175},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10207},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10175":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10176},"id":403,"renderContextTable":{"__isSmartRef__":true,"id":10181},"itemList":[{"__isSmartRef__":true,"id":10182},{"__isSmartRef__":true,"id":10184},{"__isSmartRef__":true,"id":10186},{"__isSmartRef__":true,"id":10188},{"__isSmartRef__":true,"id":10190},{"__isSmartRef__":true,"id":10192}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":10194},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10195},"selectedLineNo":0,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10196},{"__isSmartRef__":true,"id":10201},{"__isSmartRef__":true,"id":10203},{"__isSmartRef__":true,"id":10205}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":10183},"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"10176":{"_Position":{"__isSmartRef__":true,"id":10177},"renderContextTable":{"__isSmartRef__":true,"id":10178},"_Extent":{"__isSmartRef__":true,"id":10179},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":10180},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10177":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10178":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10179":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10180":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10181":{"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","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"},"10182":{"isListItem":true,"string":"-- all --","value":{"__isSmartRef__":true,"id":10183}},"10183":{"target":{"__isSmartRef__":true,"id":5374},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10144},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10184":{"isListItem":true,"string":"HTML render settings","value":{"__isSmartRef__":true,"id":10185}},"10185":{"target":{"__isSmartRef__":true,"id":5376},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10144},"targets":[{"__isSmartRef__":true,"id":5376}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10186":{"isListItem":true,"string":"rendering","value":{"__isSmartRef__":true,"id":10187}},"10187":{"target":{"__isSmartRef__":true,"id":5378},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10144},"targets":[{"__isSmartRef__":true,"id":5378}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10188":{"isListItem":true,"string":"accessing","value":{"__isSmartRef__":true,"id":10189}},"10189":{"target":{"__isSmartRef__":true,"id":5384},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10144},"targets":[{"__isSmartRef__":true,"id":5384}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10190":{"isListItem":true,"string":"event management","value":{"__isSmartRef__":true,"id":10191}},"10191":{"target":{"__isSmartRef__":true,"id":5398},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10144},"targets":[{"__isSmartRef__":true,"id":5398}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10192":{"isListItem":true,"string":"node creation","value":{"__isSmartRef__":true,"id":10193}},"10193":{"target":{"__isSmartRef__":true,"id":5404},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10144},"targets":[{"__isSmartRef__":true,"id":5404}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10194":{"morph":{"__isSmartRef__":true,"id":10175},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10195":{"x":410,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10196":{"sourceObj":{"__isSmartRef__":true,"id":10175},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setPane3Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":10197},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10198},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10197":{"source":{"__isSmartRef__":true,"id":10175},"target":{"__isSmartRef__":true,"id":9782}},"10198":{"updater":{"__isSmartRef__":true,"id":10199}},"10199":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10197},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":10200},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"10200":{},"10201":{"sourceObj":{"__isSmartRef__":true,"id":10175},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10202},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10202":{"source":{"__isSmartRef__":true,"id":10175},"target":{"__isSmartRef__":true,"id":9782}},"10203":{"sourceObj":{"__isSmartRef__":true,"id":10175},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane3Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10204},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10204":{"source":{"__isSmartRef__":true,"id":10175},"target":{"__isSmartRef__":true,"id":9782}},"10205":{"sourceObj":{"__isSmartRef__":true,"id":10175},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane3Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10206},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10206":{"source":{"__isSmartRef__":true,"id":10175},"target":{"__isSmartRef__":true,"id":9782}},"10207":{"source":{"__isSmartRef__":true,"id":9782},"target":{"__isSmartRef__":true,"id":10175}},"10208":{"sourceObj":{"__isSmartRef__":true,"id":9782},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":10209},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10281},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10209":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10210},"id":404,"renderContextTable":{"__isSmartRef__":true,"id":10215},"itemList":[{"__isSmartRef__":true,"id":10216},{"__isSmartRef__":true,"id":10218},{"__isSmartRef__":true,"id":10220},{"__isSmartRef__":true,"id":10222},{"__isSmartRef__":true,"id":10224},{"__isSmartRef__":true,"id":10226},{"__isSmartRef__":true,"id":10228},{"__isSmartRef__":true,"id":10230},{"__isSmartRef__":true,"id":10232},{"__isSmartRef__":true,"id":10234},{"__isSmartRef__":true,"id":10236},{"__isSmartRef__":true,"id":10238},{"__isSmartRef__":true,"id":10240},{"__isSmartRef__":true,"id":10242},{"__isSmartRef__":true,"id":10244},{"__isSmartRef__":true,"id":10246},{"__isSmartRef__":true,"id":10248},{"__isSmartRef__":true,"id":10250},{"__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}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":10266},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10267},"selectedLineNo":5,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10268},{"__isSmartRef__":true,"id":10273},{"__isSmartRef__":true,"id":10275},{"__isSmartRef__":true,"id":10277}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":10279},"prevScroll":[0,48],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"10210":{"_Position":{"__isSmartRef__":true,"id":10211},"renderContextTable":{"__isSmartRef__":true,"id":10212},"_Extent":{"__isSmartRef__":true,"id":10213},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":10214},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10211":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10212":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10213":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10214":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10215":{"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","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"},"10216":{"isListItem":true,"string":"htmlDispatchTable (proto)","value":{"__isSmartRef__":true,"id":10217}},"10217":{"target":{"__isSmartRef__":true,"id":5375},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10218":{"isListItem":true,"string":"initHTML (proto)","value":{"__isSmartRef__":true,"id":10219}},"10219":{"target":{"__isSmartRef__":true,"id":5377},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10220":{"isListItem":true,"string":"appendHTML (proto)","value":{"__isSmartRef__":true,"id":10221}},"10221":{"target":{"__isSmartRef__":true,"id":5379},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10222":{"isListItem":true,"string":"appendTextHTML (proto)","value":{"__isSmartRef__":true,"id":10223}},"10223":{"target":{"__isSmartRef__":true,"id":5380},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10224":{"isListItem":true,"string":"updateTextHTML (proto)","value":{"__isSmartRef__":true,"id":10225}},"10225":{"target":{"__isSmartRef__":true,"id":5381},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10226":{"isListItem":true,"string":"setClipModeHTML (proto)","value":{"__isSmartRef__":true,"id":10227}},"10227":{"target":{"__isSmartRef__":true,"id":5382},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10228":{"isListItem":true,"string":"getTextExtentHTML (proto)","value":{"__isSmartRef__":true,"id":10229}},"10229":{"target":{"__isSmartRef__":true,"id":5383},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10230":{"isListItem":true,"string":"setMaxTextWidthHTML (proto)","value":{"__isSmartRef__":true,"id":10231}},"10231":{"target":{"__isSmartRef__":true,"id":5385},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10232":{"isListItem":true,"string":"setMaxTextHeightHTML (proto)","value":{"__isSmartRef__":true,"id":10233}},"10233":{"target":{"__isSmartRef__":true,"id":5386},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10234":{"isListItem":true,"string":"getTextStringHTML (proto)","value":{"__isSmartRef__":true,"id":10235}},"10235":{"target":{"__isSmartRef__":true,"id":5387},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10236":{"isListItem":true,"string":"setFontSizeHTML (proto)","value":{"__isSmartRef__":true,"id":10237}},"10237":{"target":{"__isSmartRef__":true,"id":5388},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10238":{"isListItem":true,"string":"setFontFamilyHTML (proto)","value":{"__isSmartRef__":true,"id":10239}},"10239":{"target":{"__isSmartRef__":true,"id":5389},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10240":{"isListItem":true,"string":"setTextColorHTML (proto)","value":{"__isSmartRef__":true,"id":10241}},"10241":{"target":{"__isSmartRef__":true,"id":5390},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10242":{"isListItem":true,"string":"setPaddingHTML (proto)","value":{"__isSmartRef__":true,"id":10243}},"10243":{"target":{"__isSmartRef__":true,"id":5391},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10244":{"isListItem":true,"string":"setAlignHTML (proto)","value":{"__isSmartRef__":true,"id":10245}},"10245":{"target":{"__isSmartRef__":true,"id":5392},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10246":{"isListItem":true,"string":"setVerticalAlignHTML (proto)","value":{"__isSmartRef__":true,"id":10247}},"10247":{"target":{"__isSmartRef__":true,"id":5393},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10248":{"isListItem":true,"string":"setDisplayHTML (proto)","value":{"__isSmartRef__":true,"id":10249}},"10249":{"target":{"__isSmartRef__":true,"id":5394},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10250":{"isListItem":true,"string":"setWhiteSpaceHandlingHTML (proto)","value":{"__isSmartRef__":true,"id":10251}},"10251":{"target":{"__isSmartRef__":true,"id":5395},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10252":{"isListItem":true,"string":"getWhiteSpaceHandlingHTML (proto)","value":{"__isSmartRef__":true,"id":10253}},"10253":{"target":{"__isSmartRef__":true,"id":5396},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10254":{"isListItem":true,"string":"ignoreTextEventsHTML (proto)","value":{"__isSmartRef__":true,"id":10255}},"10255":{"target":{"__isSmartRef__":true,"id":5397},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10256":{"isListItem":true,"string":"enableTextEventsHTML (proto)","value":{"__isSmartRef__":true,"id":10257}},"10257":{"target":{"__isSmartRef__":true,"id":5399},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10258":{"isListItem":true,"string":"focusHTML (proto)","value":{"__isSmartRef__":true,"id":10259}},"10259":{"target":{"__isSmartRef__":true,"id":5400},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10260":{"isListItem":true,"string":"focusMorphHTML (proto)","value":{"__isSmartRef__":true,"id":10261}},"10261":{"target":{"__isSmartRef__":true,"id":5401},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10262":{"isListItem":true,"string":"blurHTML (proto)","value":{"__isSmartRef__":true,"id":10263}},"10263":{"target":{"__isSmartRef__":true,"id":5402},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10264":{"isListItem":true,"string":"createTextNodeHTML (proto)","value":{"__isSmartRef__":true,"id":10265}},"10265":{"target":{"__isSmartRef__":true,"id":5403},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10183},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10266":{"morph":{"__isSmartRef__":true,"id":10209},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10267":{"x":615,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10268":{"sourceObj":{"__isSmartRef__":true,"id":10209},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setPane4Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":10269},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10270},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10269":{"source":{"__isSmartRef__":true,"id":10209},"target":{"__isSmartRef__":true,"id":9782}},"10270":{"updater":{"__isSmartRef__":true,"id":10271}},"10271":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10269},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":10272},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"10272":{},"10273":{"sourceObj":{"__isSmartRef__":true,"id":10209},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10274},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10274":{"source":{"__isSmartRef__":true,"id":10209},"target":{"__isSmartRef__":true,"id":9782}},"10275":{"sourceObj":{"__isSmartRef__":true,"id":10209},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane4Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10276},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10276":{"source":{"__isSmartRef__":true,"id":10209},"target":{"__isSmartRef__":true,"id":9782}},"10277":{"sourceObj":{"__isSmartRef__":true,"id":10209},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"getPane4Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10278},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10278":{"source":{"__isSmartRef__":true,"id":10209},"target":{"__isSmartRef__":true,"id":9782}},"10279":{"target":{"__isSmartRef__":true,"id":5382},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10280},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10280":{"target":{"__isSmartRef__":true,"id":5374},"browser":{"__isSmartRef__":true,"id":9782},"parent":{"__isSmartRef__":true,"id":10172},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10281":{"source":{"__isSmartRef__":true,"id":9782},"target":{"__isSmartRef__":true,"id":10209}},"10282":{"sourceObj":{"__isSmartRef__":true,"id":9782},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":10283},"targetMethodName":"setTextString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10323},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10283":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10284},"id":406,"renderContextTable":{"__isSmartRef__":true,"id":10288},"textChunks":[{"__isSmartRef__":true,"id":10289},{"__isSmartRef__":true,"id":10291},{"__isSmartRef__":true,"id":10293},{"__isSmartRef__":true,"id":10295},{"__isSmartRef__":true,"id":10297},{"__isSmartRef__":true,"id":10299},{"__isSmartRef__":true,"id":10301},{"__isSmartRef__":true,"id":10303},{"__isSmartRef__":true,"id":10305},{"__isSmartRef__":true,"id":10307},{"__isSmartRef__":true,"id":10309},{"__isSmartRef__":true,"id":10311},{"__isSmartRef__":true,"id":10313}],"eventHandler":{"__isSmartRef__":true,"id":10315},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10316},"_ClipMode":"scroll","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10317},"priorExtent":{"__isSmartRef__":true,"id":10318},"_MaxTextWidth":820,"_MaxTextHeight":302.5,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":9768},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":10319},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":10320},{"__isSmartRef__":true,"id":10321}],"doNotSerialize":["$$textString","$$savedTextString"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.textNode)\n ctx.textNode.style.overflow = modeString || 'auto';\n },","lastSyntaxHighlightTime":1314743764429,"savedTextString":" appendTextHTML: function(ctx) {\n if (!ctx.morphNode) throw dbgOn(new Error('appendText: no morphNode!'))\n if (!ctx.shapeNode) throw dbgOn(new Error('appendText: no shapeNode!'))\n if (!ctx.textNode) throw dbgOn(new Error('appendText: no textNode!'))\n ctx.shapeNode.appendChild(ctx.textNode);\n },","styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"priorSelectionRange":[145,145],"prevScroll":[0,0],"charsReplaced":"","lastFindLoc":123,"isBeingDragged":false,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10284":{"_Position":{"__isSmartRef__":true,"id":10285},"renderContextTable":{"__isSmartRef__":true,"id":10286},"_Extent":{"__isSmartRef__":true,"id":10287},"_ClipMode":"scroll","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10285":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10286":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10287":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10288":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10289":{"style":{"__isSmartRef__":true,"id":10290},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10290":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10291":{"style":{"__isSmartRef__":true,"id":10292},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"setClipModeHTML:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10292":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10293":{"style":{"__isSmartRef__":true,"id":10294},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10294":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10295":{"style":{"__isSmartRef__":true,"id":10296},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10296":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10297":{"style":{"__isSmartRef__":true,"id":10298},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"(ctx, modeString) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10298":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10299":{"style":{"__isSmartRef__":true,"id":10300},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10300":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10301":{"style":{"__isSmartRef__":true,"id":10302},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10302":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10303":{"style":{"__isSmartRef__":true,"id":10304},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"if","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10304":{"color":{"__isSmartRef__":true,"id":928},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10305":{"style":{"__isSmartRef__":true,"id":10306},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":" (ctx.textNode)\n ctx.textNode.style.overflow = modeString || ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10306":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10307":{"style":{"__isSmartRef__":true,"id":10308},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"'auto'","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10308":{"color":{"__isSmartRef__":true,"id":363},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10309":{"style":{"__isSmartRef__":true,"id":10310},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":";\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10310":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10311":{"style":{"__isSmartRef__":true,"id":10312},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10312":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10313":{"style":{"__isSmartRef__":true,"id":10314},"chunkOwner":{"__isSmartRef__":true,"id":10283},"storedString":",","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10314":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10315":{"morph":{"__isSmartRef__":true,"id":10283},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10316":{"x":5,"y":5,"width":-10,"height":-10,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10317":{"x":0,"y":247.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10318":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10319":{"resizeWidth":true,"resizeHeight":true},"10320":{"sourceObj":{"__isSmartRef__":true,"id":10283},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":10283},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10321":{"sourceObj":{"__isSmartRef__":true,"id":10283},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setSourceString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10322},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10322":{"source":{"__isSmartRef__":true,"id":10283},"target":{"__isSmartRef__":true,"id":9782}},"10323":{"source":{"__isSmartRef__":true,"id":9782},"target":{"__isSmartRef__":true,"id":10283}},"10324":{"sourceObj":{"__isSmartRef__":true,"id":9782},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":9769},"targetMethodName":"setTextString","converter":null,"converterString":null,"updaterString":"function ($upd, value) { value && $upd(String(value)) }","varMapping":{"__isSmartRef__":true,"id":10325},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10326},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10325":{"source":{"__isSmartRef__":true,"id":9782},"target":{"__isSmartRef__":true,"id":9769}},"10326":{"updater":{"__isSmartRef__":true,"id":10327}},"10327":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10325},"source":"function ($upd, value) { value && $upd(String(value)) }","funcProperties":{"__isSmartRef__":true,"id":10328},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"10328":{},"10329":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10330":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10331},"id":885,"renderContextTable":{"__isSmartRef__":true,"id":10336},"textChunks":[{"__isSmartRef__":true,"id":10337}],"eventHandler":{"__isSmartRef__":true,"id":10339},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"visible","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10340},"priorExtent":{"__isSmartRef__":true,"id":10341},"_MaxTextWidth":300,"_MaxTextHeight":30,"evalEnabled":false,"owner":null,"_TextColor":{"__isSmartRef__":true,"id":10342},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10331":{"_Position":{"__isSmartRef__":true,"id":10332},"renderContextTable":{"__isSmartRef__":true,"id":10333},"_Extent":{"__isSmartRef__":true,"id":10334},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":10335},"_StrokeOpacity":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10332":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10333":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10334":{"x":300,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10335":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10336":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10337":{"style":{"__isSmartRef__":true,"id":10338},"chunkOwner":{"__isSmartRef__":true,"id":10330},"storedString":"Saving appendTextHTML...\nSuccessfully saved\nSuccessfully evaluated appendTextHTML","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10338":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10339":{"morph":{"__isSmartRef__":true,"id":10330},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10340":{"x":260,"y":136.25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10341":{"x":300,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10342":{"r":0,"g":0.8,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10343":{"source":{"__isSmartRef__":true,"id":9769},"target":{"__isSmartRef__":true,"id":9782}},"10344":{"submorphs":[{"__isSmartRef__":true,"id":10345}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10357},"id":397,"renderContextTable":{"__isSmartRef__":true,"id":10361},"eventHandler":{"__isSmartRef__":true,"id":10362},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10363},"priorExtent":{"__isSmartRef__":true,"id":10364},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10365},"label":{"__isSmartRef__":true,"id":10345},"owner":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10374}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":10379},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10345":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10346},"id":398,"renderContextTable":{"__isSmartRef__":true,"id":10350},"textChunks":[{"__isSmartRef__":true,"id":10351}],"eventHandler":{"__isSmartRef__":true,"id":10353},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10354},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10355},"priorExtent":{"__isSmartRef__":true,"id":10356},"_MaxTextWidth":98.39999999999999,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10344},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10346":{"_Position":{"__isSmartRef__":true,"id":10347},"renderContextTable":{"__isSmartRef__":true,"id":10348},"_Extent":{"__isSmartRef__":true,"id":10349},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10347":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10348":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10349":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10350":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10351":{"style":{"__isSmartRef__":true,"id":10352},"chunkOwner":{"__isSmartRef__":true,"id":10345},"storedString":"codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10352":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10353":{"morph":{"__isSmartRef__":true,"id":10345},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10354":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10355":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10356":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10357":{"_Position":{"__isSmartRef__":true,"id":10358},"renderContextTable":{"__isSmartRef__":true,"id":10359},"_Extent":{"__isSmartRef__":true,"id":10360},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10358":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10359":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10360":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10361":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10362":{"morph":{"__isSmartRef__":true,"id":10344},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10363":{"x":656,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10364":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10365":{"stops":[{"__isSmartRef__":true,"id":10366},{"__isSmartRef__":true,"id":10368},{"__isSmartRef__":true,"id":10370},{"__isSmartRef__":true,"id":10372}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10366":{"offset":0,"color":{"__isSmartRef__":true,"id":10367}},"10367":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10368":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10369}},"10369":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10370":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10371}},"10371":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10372":{"offset":1,"color":{"__isSmartRef__":true,"id":10373}},"10373":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10374":{"sourceObj":{"__isSmartRef__":true,"id":10344},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setTargetURL","converterString":"function () { return URL.codeBase.withFilename('lively/')}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10375},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":10376},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10375":{"source":{"__isSmartRef__":true,"id":10344},"target":{"__isSmartRef__":true,"id":9782}},"10376":{"converter":{"__isSmartRef__":true,"id":10377}},"10377":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":10375},"source":"function () { return URL.codeBase.withFilename('lively/')}","funcProperties":{"__isSmartRef__":true,"id":10378},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"10378":{},"10379":{"moveHorizontal":true},"10380":{"submorphs":[{"__isSmartRef__":true,"id":10381}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10393},"id":399,"renderContextTable":{"__isSmartRef__":true,"id":10397},"eventHandler":{"__isSmartRef__":true,"id":10398},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10399},"priorExtent":{"__isSmartRef__":true,"id":10400},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10401},"label":{"__isSmartRef__":true,"id":10381},"owner":{"__isSmartRef__":true,"id":9768},"attributeConnections":[{"__isSmartRef__":true,"id":10410}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":10412},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10381":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10382},"id":400,"renderContextTable":{"__isSmartRef__":true,"id":10386},"textChunks":[{"__isSmartRef__":true,"id":10387}],"eventHandler":{"__isSmartRef__":true,"id":10389},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10390},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10391},"priorExtent":{"__isSmartRef__":true,"id":10392},"_MaxTextWidth":65.6,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10380},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10382":{"_Position":{"__isSmartRef__":true,"id":10383},"renderContextTable":{"__isSmartRef__":true,"id":10384},"_Extent":{"__isSmartRef__":true,"id":10385},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10383":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10384":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10385":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10386":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10387":{"style":{"__isSmartRef__":true,"id":10388},"chunkOwner":{"__isSmartRef__":true,"id":10381},"storedString":"local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10388":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10389":{"morph":{"__isSmartRef__":true,"id":10381},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10390":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10391":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10392":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10393":{"_Position":{"__isSmartRef__":true,"id":10394},"renderContextTable":{"__isSmartRef__":true,"id":10395},"_Extent":{"__isSmartRef__":true,"id":10396},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10394":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10395":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10396":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10397":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10398":{"morph":{"__isSmartRef__":true,"id":10380},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10399":{"x":754.4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10400":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10401":{"stops":[{"__isSmartRef__":true,"id":10402},{"__isSmartRef__":true,"id":10404},{"__isSmartRef__":true,"id":10406},{"__isSmartRef__":true,"id":10408}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10402":{"offset":0,"color":{"__isSmartRef__":true,"id":10403}},"10403":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10404":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10405}},"10405":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10406":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10407}},"10407":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10408":{"offset":1,"color":{"__isSmartRef__":true,"id":10409}},"10409":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10410":{"sourceObj":{"__isSmartRef__":true,"id":10380},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9782},"targetMethodName":"setTargetURL","converter":null,"converterString":"function () { return URL.source.getDirectory() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10411},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10411":{"source":{"__isSmartRef__":true,"id":10380},"target":{"__isSmartRef__":true,"id":9782}},"10412":{"moveHorizontal":true},"10413":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10414},"id":405,"renderContextTable":{"__isSmartRef__":true,"id":10418},"eventHandler":{"__isSmartRef__":true,"id":10419},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"_Position":{"__isSmartRef__":true,"id":10420},"fixed":[{"__isSmartRef__":true,"id":9784},{"__isSmartRef__":true,"id":9818},{"__isSmartRef__":true,"id":9852},{"__isSmartRef__":true,"id":9886},{"__isSmartRef__":true,"id":9920},{"__isSmartRef__":true,"id":9954},{"__isSmartRef__":true,"id":9988}],"scalingBelow":[{"__isSmartRef__":true,"id":10283}],"scalingAbove":[{"__isSmartRef__":true,"id":10028},{"__isSmartRef__":true,"id":10130},{"__isSmartRef__":true,"id":10175},{"__isSmartRef__":true,"id":10209}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":9768},"styleClass":["Browser_resizer"],"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10414":{"_Position":{"__isSmartRef__":true,"id":10415},"renderContextTable":{"__isSmartRef__":true,"id":10416},"_Extent":{"__isSmartRef__":true,"id":10417},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10415":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10416":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10417":{"x":820,"y":5.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10418":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10419":{"morph":{"__isSmartRef__":true,"id":10413},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10420":{"x":0,"y":242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10421":{"_Position":{"__isSmartRef__":true,"id":10422},"renderContextTable":{"__isSmartRef__":true,"id":10423},"_Extent":{"__isSmartRef__":true,"id":10424},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":10425},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10422":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10423":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10424":{"x":820,"y":550,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10425":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10426":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10427":{"morph":{"__isSmartRef__":true,"id":9768},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10428":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"10429":{"x":0,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10430":{"submorphs":[{"__isSmartRef__":true,"id":10431},{"__isSmartRef__":true,"id":10443},{"__isSmartRef__":true,"id":10477},{"__isSmartRef__":true,"id":10510}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10544},"id":422,"renderContextTable":{"__isSmartRef__":true,"id":10548},"eventHandler":{"__isSmartRef__":true,"id":10549},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10550},"_Position":{"__isSmartRef__":true,"id":10551},"windowMorph":{"__isSmartRef__":true,"id":9767},"label":{"__isSmartRef__":true,"id":10431},"closeButton":{"__isSmartRef__":true,"id":10443},"menuButton":{"__isSmartRef__":true,"id":10477},"collapseButton":{"__isSmartRef__":true,"id":10510},"priorExtent":{"__isSmartRef__":true,"id":10552},"owner":{"__isSmartRef__":true,"id":9767},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10431":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10432},"id":423,"renderContextTable":{"__isSmartRef__":true,"id":10436},"textChunks":[{"__isSmartRef__":true,"id":10437}],"eventHandler":{"__isSmartRef__":true,"id":10439},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8489},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":10440},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":10430},"priorExtent":{"__isSmartRef__":true,"id":10441},"_MaxTextWidth":761,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":10442},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10432":{"_Position":{"__isSmartRef__":true,"id":10433},"renderContextTable":{"__isSmartRef__":true,"id":10434},"_Extent":{"__isSmartRef__":true,"id":10435},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"_BorderRadius":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10433":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10434":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10435":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10436":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10437":{"style":{"__isSmartRef__":true,"id":10438},"chunkOwner":{"__isSmartRef__":true,"id":10431},"storedString":"HTML.js:lively.morphic.Text (extension):-- all --:setClipModeHTML (proto)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10438":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10439":{"morph":{"__isSmartRef__":true,"id":10431},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10440":{"resizeWidth":true},"10441":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10442":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10443":{"submorphs":[{"__isSmartRef__":true,"id":10444}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10455},"id":424,"renderContextTable":{"__isSmartRef__":true,"id":10459},"eventHandler":{"__isSmartRef__":true,"id":10460},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10461},"priorExtent":{"__isSmartRef__":true,"id":10462},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10463},"label":{"__isSmartRef__":true,"id":10444},"owner":{"__isSmartRef__":true,"id":10430},"layout":{"__isSmartRef__":true,"id":10472},"attributeConnections":[{"__isSmartRef__":true,"id":10473},{"__isSmartRef__":true,"id":10475}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10444":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10445},"id":425,"renderContextTable":{"__isSmartRef__":true,"id":10449},"textChunks":[{"__isSmartRef__":true,"id":10450}],"eventHandler":{"__isSmartRef__":true,"id":10452},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":10453},"priorExtent":{"__isSmartRef__":true,"id":10454},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10443},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10445":{"_Position":{"__isSmartRef__":true,"id":10446},"renderContextTable":{"__isSmartRef__":true,"id":10447},"_Extent":{"__isSmartRef__":true,"id":10448},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10446":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10447":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10448":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10449":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10450":{"style":{"__isSmartRef__":true,"id":10451},"chunkOwner":{"__isSmartRef__":true,"id":10444},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10451":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10452":{"morph":{"__isSmartRef__":true,"id":10444},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10453":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10454":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10455":{"_Position":{"__isSmartRef__":true,"id":10456},"renderContextTable":{"__isSmartRef__":true,"id":10457},"_Extent":{"__isSmartRef__":true,"id":10458},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10456":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10457":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10458":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10459":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10460":{"morph":{"__isSmartRef__":true,"id":10443},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10461":{"x":800,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10462":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10463":{"stops":[{"__isSmartRef__":true,"id":10464},{"__isSmartRef__":true,"id":10466},{"__isSmartRef__":true,"id":10468},{"__isSmartRef__":true,"id":10470}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10464":{"offset":0,"color":{"__isSmartRef__":true,"id":10465}},"10465":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10466":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10467}},"10467":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10468":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10469}},"10469":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10470":{"offset":1,"color":{"__isSmartRef__":true,"id":10471}},"10471":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10472":{"moveHorizontal":true},"10473":{"sourceObj":{"__isSmartRef__":true,"id":10443},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9767},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10474},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10474":{"source":{"__isSmartRef__":true,"id":10443},"target":{"__isSmartRef__":true,"id":9767}},"10475":{"sourceObj":{"__isSmartRef__":true,"id":10443},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9767},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10476},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10476":{"source":{"__isSmartRef__":true,"id":10443},"target":{"__isSmartRef__":true,"id":9767}},"10477":{"submorphs":[{"__isSmartRef__":true,"id":10478}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10489},"id":426,"renderContextTable":{"__isSmartRef__":true,"id":10493},"eventHandler":{"__isSmartRef__":true,"id":10494},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10495},"priorExtent":{"__isSmartRef__":true,"id":10496},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10497},"label":{"__isSmartRef__":true,"id":10478},"owner":{"__isSmartRef__":true,"id":10430},"attributeConnections":[{"__isSmartRef__":true,"id":10506},{"__isSmartRef__":true,"id":10508}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10478":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10479},"id":427,"renderContextTable":{"__isSmartRef__":true,"id":10483},"textChunks":[{"__isSmartRef__":true,"id":10484}],"eventHandler":{"__isSmartRef__":true,"id":10486},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":10487},"priorExtent":{"__isSmartRef__":true,"id":10488},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10477},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10479":{"_Position":{"__isSmartRef__":true,"id":10480},"renderContextTable":{"__isSmartRef__":true,"id":10481},"_Extent":{"__isSmartRef__":true,"id":10482},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10480":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10481":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10482":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10483":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10484":{"style":{"__isSmartRef__":true,"id":10485},"chunkOwner":{"__isSmartRef__":true,"id":10478},"storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10485":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10486":{"morph":{"__isSmartRef__":true,"id":10478},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10487":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10488":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10489":{"_Position":{"__isSmartRef__":true,"id":10490},"renderContextTable":{"__isSmartRef__":true,"id":10491},"_Extent":{"__isSmartRef__":true,"id":10492},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10490":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10491":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10492":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10493":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10494":{"morph":{"__isSmartRef__":true,"id":10477},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10495":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10496":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10497":{"stops":[{"__isSmartRef__":true,"id":10498},{"__isSmartRef__":true,"id":10500},{"__isSmartRef__":true,"id":10502},{"__isSmartRef__":true,"id":10504}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10498":{"offset":0,"color":{"__isSmartRef__":true,"id":10499}},"10499":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10500":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10501}},"10501":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10502":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10503}},"10503":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10504":{"offset":1,"color":{"__isSmartRef__":true,"id":10505}},"10505":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10506":{"sourceObj":{"__isSmartRef__":true,"id":10477},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9767},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10507},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10507":{"source":{"__isSmartRef__":true,"id":10477},"target":{"__isSmartRef__":true,"id":9767}},"10508":{"sourceObj":{"__isSmartRef__":true,"id":10477},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9767},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10509},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10509":{"source":{"__isSmartRef__":true,"id":10477},"target":{"__isSmartRef__":true,"id":9767}},"10510":{"submorphs":[{"__isSmartRef__":true,"id":10511}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10522},"id":428,"renderContextTable":{"__isSmartRef__":true,"id":10526},"eventHandler":{"__isSmartRef__":true,"id":10527},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10528},"priorExtent":{"__isSmartRef__":true,"id":10529},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10530},"label":{"__isSmartRef__":true,"id":10511},"owner":{"__isSmartRef__":true,"id":10430},"layout":{"__isSmartRef__":true,"id":10539},"attributeConnections":[{"__isSmartRef__":true,"id":10540},{"__isSmartRef__":true,"id":10542}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10511":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10512},"id":429,"renderContextTable":{"__isSmartRef__":true,"id":10516},"textChunks":[{"__isSmartRef__":true,"id":10517}],"eventHandler":{"__isSmartRef__":true,"id":10519},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":10520},"priorExtent":{"__isSmartRef__":true,"id":10521},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10510},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10512":{"_Position":{"__isSmartRef__":true,"id":10513},"renderContextTable":{"__isSmartRef__":true,"id":10514},"_Extent":{"__isSmartRef__":true,"id":10515},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10513":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10514":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10515":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10516":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10517":{"style":{"__isSmartRef__":true,"id":10518},"chunkOwner":{"__isSmartRef__":true,"id":10511},"storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10518":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10519":{"morph":{"__isSmartRef__":true,"id":10511},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10520":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10521":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10522":{"_Position":{"__isSmartRef__":true,"id":10523},"renderContextTable":{"__isSmartRef__":true,"id":10524},"_Extent":{"__isSmartRef__":true,"id":10525},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10523":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10524":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10525":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10526":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10527":{"morph":{"__isSmartRef__":true,"id":10510},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10528":{"x":781,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10529":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10530":{"stops":[{"__isSmartRef__":true,"id":10531},{"__isSmartRef__":true,"id":10533},{"__isSmartRef__":true,"id":10535},{"__isSmartRef__":true,"id":10537}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10531":{"offset":0,"color":{"__isSmartRef__":true,"id":10532}},"10532":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10533":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10534}},"10534":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10535":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10536}},"10536":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10537":{"offset":1,"color":{"__isSmartRef__":true,"id":10538}},"10538":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10539":{"moveHorizontal":true},"10540":{"sourceObj":{"__isSmartRef__":true,"id":10510},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":9767},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10541},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10541":{"source":{"__isSmartRef__":true,"id":10510},"target":{"__isSmartRef__":true,"id":9767}},"10542":{"sourceObj":{"__isSmartRef__":true,"id":10510},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":9767},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10543},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10543":{"source":{"__isSmartRef__":true,"id":10510},"target":{"__isSmartRef__":true,"id":9767}},"10544":{"_Position":{"__isSmartRef__":true,"id":10545},"renderContextTable":{"__isSmartRef__":true,"id":10546},"_Extent":{"__isSmartRef__":true,"id":10547},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8599},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10545":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10546":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10547":{"x":820,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10548":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10549":{"morph":{"__isSmartRef__":true,"id":10430},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10550":{"resizeWidth":true,"adjustForNewBounds":true},"10551":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10552":{"x":820,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10553":{"renderContextTable":{"__isSmartRef__":true,"id":10554},"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":10555},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10554":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10555":{"x":820,"y":571,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10556":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10557":{"morph":{"__isSmartRef__":true,"id":9767},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10558":{"adjustForNewBounds":true},"10559":{"x":291.5,"y":705.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10560":{"x":820,"y":571,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10561":{"x":969,"y":715,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10562":{"submorphs":[{"__isSmartRef__":true,"id":10563},{"__isSmartRef__":true,"id":10686}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11297},"id":2597,"renderContextTable":{"__isSmartRef__":true,"id":11300},"eventHandler":{"__isSmartRef__":true,"id":11301},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":11302},"LK2":true,"_Position":{"__isSmartRef__":true,"id":11303},"priorExtent":{"__isSmartRef__":true,"id":11304},"targetMorph":{"__isSmartRef__":true,"id":10686},"titleBar":{"__isSmartRef__":true,"id":10563},"contentOffset":{"__isSmartRef__":true,"id":11296},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"prevDragPos":{"__isSmartRef__":true,"id":11305},"isBeingDragged":false,"highlighted":true,"_Rotation":0,"_Scale":1,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"10563":{"submorphs":[{"__isSmartRef__":true,"id":10564},{"__isSmartRef__":true,"id":10576},{"__isSmartRef__":true,"id":10610},{"__isSmartRef__":true,"id":10643}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10677},"id":2598,"renderContextTable":{"__isSmartRef__":true,"id":10681},"eventHandler":{"__isSmartRef__":true,"id":10682},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":10683},"_Position":{"__isSmartRef__":true,"id":10684},"windowMorph":{"__isSmartRef__":true,"id":10562},"label":{"__isSmartRef__":true,"id":10564},"closeButton":{"__isSmartRef__":true,"id":10576},"menuButton":{"__isSmartRef__":true,"id":10610},"collapseButton":{"__isSmartRef__":true,"id":10643},"priorExtent":{"__isSmartRef__":true,"id":10685},"owner":{"__isSmartRef__":true,"id":10562},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"10564":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10565},"id":2599,"renderContextTable":{"__isSmartRef__":true,"id":10569},"textChunks":[{"__isSmartRef__":true,"id":10570}],"eventHandler":{"__isSmartRef__":true,"id":10572},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":676},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":10573},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":10563},"priorExtent":{"__isSmartRef__":true,"id":10574},"_MaxTextWidth":761,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":10575},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"10565":{"_Position":{"__isSmartRef__":true,"id":10566},"renderContextTable":{"__isSmartRef__":true,"id":10567},"_Extent":{"__isSmartRef__":true,"id":10568},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10566":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10567":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10568":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10569":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10570":{"style":{"__isSmartRef__":true,"id":10571},"chunkOwner":{"__isSmartRef__":true,"id":10564},"storedString":"HTML.js:lively.morphic.Shapes.Shape (extension):-- all --:setClipModeHTML (proto)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10571":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10572":{"morph":{"__isSmartRef__":true,"id":10564},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10573":{"resizeWidth":true},"10574":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10575":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10576":{"submorphs":[{"__isSmartRef__":true,"id":10577}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10588},"id":2600,"renderContextTable":{"__isSmartRef__":true,"id":10592},"eventHandler":{"__isSmartRef__":true,"id":10593},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10594},"priorExtent":{"__isSmartRef__":true,"id":10595},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":10596},"label":{"__isSmartRef__":true,"id":10577},"owner":{"__isSmartRef__":true,"id":10563},"layout":{"__isSmartRef__":true,"id":10605},"attributeConnections":[{"__isSmartRef__":true,"id":10606},{"__isSmartRef__":true,"id":10608}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"10577":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10578},"id":2601,"renderContextTable":{"__isSmartRef__":true,"id":10582},"textChunks":[{"__isSmartRef__":true,"id":10583}],"eventHandler":{"__isSmartRef__":true,"id":10585},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":10586},"priorExtent":{"__isSmartRef__":true,"id":10587},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10576},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"10578":{"_Position":{"__isSmartRef__":true,"id":10579},"renderContextTable":{"__isSmartRef__":true,"id":10580},"_Extent":{"__isSmartRef__":true,"id":10581},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10579":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10580":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10581":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10582":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10583":{"style":{"__isSmartRef__":true,"id":10584},"chunkOwner":{"__isSmartRef__":true,"id":10577},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"10584":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10585":{"morph":{"__isSmartRef__":true,"id":10577},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10586":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10587":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10588":{"_Position":{"__isSmartRef__":true,"id":10589},"renderContextTable":{"__isSmartRef__":true,"id":10590},"_Extent":{"__isSmartRef__":true,"id":10591},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10589":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10590":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10591":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10592":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10593":{"morph":{"__isSmartRef__":true,"id":10576},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10594":{"x":800,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10595":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10596":{"stops":[{"__isSmartRef__":true,"id":10597},{"__isSmartRef__":true,"id":10599},{"__isSmartRef__":true,"id":10601},{"__isSmartRef__":true,"id":10603}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10597":{"offset":0,"color":{"__isSmartRef__":true,"id":10598}},"10598":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10599":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10600}},"10600":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10601":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10602}},"10602":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10603":{"offset":1,"color":{"__isSmartRef__":true,"id":10604}},"10604":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10605":{"moveHorizontal":true},"10606":{"sourceObj":{"__isSmartRef__":true,"id":10576},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10562},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10607},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10607":{"source":{"__isSmartRef__":true,"id":10576},"target":{"__isSmartRef__":true,"id":10562}},"10608":{"sourceObj":{"__isSmartRef__":true,"id":10576},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10562},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10609},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10609":{"source":{"__isSmartRef__":true,"id":10576},"target":{"__isSmartRef__":true,"id":10562}},"10610":{"submorphs":[{"__isSmartRef__":true,"id":10611}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10622},"id":2602,"renderContextTable":{"__isSmartRef__":true,"id":10626},"eventHandler":{"__isSmartRef__":true,"id":10627},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10628},"priorExtent":{"__isSmartRef__":true,"id":10629},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":10630},"label":{"__isSmartRef__":true,"id":10611},"owner":{"__isSmartRef__":true,"id":10563},"attributeConnections":[{"__isSmartRef__":true,"id":10639},{"__isSmartRef__":true,"id":10641}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"10611":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10612},"id":2603,"renderContextTable":{"__isSmartRef__":true,"id":10616},"textChunks":[{"__isSmartRef__":true,"id":10617}],"eventHandler":{"__isSmartRef__":true,"id":10619},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":10620},"priorExtent":{"__isSmartRef__":true,"id":10621},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10610},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"10612":{"_Position":{"__isSmartRef__":true,"id":10613},"renderContextTable":{"__isSmartRef__":true,"id":10614},"_Extent":{"__isSmartRef__":true,"id":10615},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10613":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10614":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10615":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10616":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10617":{"style":{"__isSmartRef__":true,"id":10618},"chunkOwner":{"__isSmartRef__":true,"id":10611},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"10618":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10619":{"morph":{"__isSmartRef__":true,"id":10611},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10620":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10621":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10622":{"_Position":{"__isSmartRef__":true,"id":10623},"renderContextTable":{"__isSmartRef__":true,"id":10624},"_Extent":{"__isSmartRef__":true,"id":10625},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10623":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10624":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10625":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10626":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10627":{"morph":{"__isSmartRef__":true,"id":10610},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10628":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10629":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10630":{"stops":[{"__isSmartRef__":true,"id":10631},{"__isSmartRef__":true,"id":10633},{"__isSmartRef__":true,"id":10635},{"__isSmartRef__":true,"id":10637}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10631":{"offset":0,"color":{"__isSmartRef__":true,"id":10632}},"10632":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10633":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10634}},"10634":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10635":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10636}},"10636":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10637":{"offset":1,"color":{"__isSmartRef__":true,"id":10638}},"10638":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10639":{"sourceObj":{"__isSmartRef__":true,"id":10610},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10562},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10640},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10640":{"source":{"__isSmartRef__":true,"id":10610},"target":{"__isSmartRef__":true,"id":10562}},"10641":{"sourceObj":{"__isSmartRef__":true,"id":10610},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10562},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10642},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10642":{"source":{"__isSmartRef__":true,"id":10610},"target":{"__isSmartRef__":true,"id":10562}},"10643":{"submorphs":[{"__isSmartRef__":true,"id":10644}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10655},"id":2604,"renderContextTable":{"__isSmartRef__":true,"id":10659},"eventHandler":{"__isSmartRef__":true,"id":10660},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10661},"priorExtent":{"__isSmartRef__":true,"id":10662},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":10663},"label":{"__isSmartRef__":true,"id":10644},"owner":{"__isSmartRef__":true,"id":10563},"layout":{"__isSmartRef__":true,"id":10672},"attributeConnections":[{"__isSmartRef__":true,"id":10673},{"__isSmartRef__":true,"id":10675}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"10644":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10645},"id":2605,"renderContextTable":{"__isSmartRef__":true,"id":10649},"textChunks":[{"__isSmartRef__":true,"id":10650}],"eventHandler":{"__isSmartRef__":true,"id":10652},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":10653},"priorExtent":{"__isSmartRef__":true,"id":10654},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10643},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"10645":{"_Position":{"__isSmartRef__":true,"id":10646},"renderContextTable":{"__isSmartRef__":true,"id":10647},"_Extent":{"__isSmartRef__":true,"id":10648},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10646":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10647":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10648":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10649":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10650":{"style":{"__isSmartRef__":true,"id":10651},"chunkOwner":{"__isSmartRef__":true,"id":10644},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"10651":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"10652":{"morph":{"__isSmartRef__":true,"id":10644},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10653":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10654":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10655":{"_Position":{"__isSmartRef__":true,"id":10656},"renderContextTable":{"__isSmartRef__":true,"id":10657},"_Extent":{"__isSmartRef__":true,"id":10658},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10656":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10657":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10658":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10659":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10660":{"morph":{"__isSmartRef__":true,"id":10643},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10661":{"x":781,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10662":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10663":{"stops":[{"__isSmartRef__":true,"id":10664},{"__isSmartRef__":true,"id":10666},{"__isSmartRef__":true,"id":10668},{"__isSmartRef__":true,"id":10670}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"10664":{"offset":0,"color":{"__isSmartRef__":true,"id":10665}},"10665":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10666":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10667}},"10667":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10668":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10669}},"10669":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10670":{"offset":1,"color":{"__isSmartRef__":true,"id":10671}},"10671":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"10672":{"moveHorizontal":true},"10673":{"sourceObj":{"__isSmartRef__":true,"id":10643},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":10562},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10674},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10674":{"source":{"__isSmartRef__":true,"id":10643},"target":{"__isSmartRef__":true,"id":10562}},"10675":{"sourceObj":{"__isSmartRef__":true,"id":10643},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10562},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10676},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"10676":{"source":{"__isSmartRef__":true,"id":10643},"target":{"__isSmartRef__":true,"id":10562}},"10677":{"_Position":{"__isSmartRef__":true,"id":10678},"renderContextTable":{"__isSmartRef__":true,"id":10679},"_Extent":{"__isSmartRef__":true,"id":10680},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":797},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"10678":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10679":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10680":{"x":820,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10681":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10682":{"morph":{"__isSmartRef__":true,"id":10563},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"10683":{"resizeWidth":true,"adjustForNewBounds":true},"10684":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"10685":{"x":820,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10686":{"submorphs":[{"__isSmartRef__":true,"id":10687},{"__isSmartRef__":true,"id":11211},{"__isSmartRef__":true,"id":11247},{"__isSmartRef__":true,"id":10946},{"__isSmartRef__":true,"id":11048},{"__isSmartRef__":true,"id":11093},{"__isSmartRef__":true,"id":11123},{"__isSmartRef__":true,"id":11280},{"__isSmartRef__":true,"id":11175},{"__isSmartRef__":true,"id":10702},{"__isSmartRef__":true,"id":10736},{"__isSmartRef__":true,"id":10770},{"__isSmartRef__":true,"id":10804},{"__isSmartRef__":true,"id":10838},{"__isSmartRef__":true,"id":10872},{"__isSmartRef__":true,"id":10906}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11288},"id":1,"renderContextTable":{"__isSmartRef__":true,"id":11293},"eventHandler":{"__isSmartRef__":true,"id":11294},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":11295},"_Position":{"__isSmartRef__":true,"id":11296},"locationPane":{"__isSmartRef__":true,"id":10687},"codeBaseDirBtn":{"__isSmartRef__":true,"id":11211},"localDirBtn":{"__isSmartRef__":true,"id":11247},"Pane1":{"__isSmartRef__":true,"id":10946},"Pane2":{"__isSmartRef__":true,"id":11048},"Pane3":{"__isSmartRef__":true,"id":11093},"Pane4":{"__isSmartRef__":true,"id":11123},"midResizer":{"__isSmartRef__":true,"id":11280},"sourcePane":{"__isSmartRef__":true,"id":11175},"ownerWidget":{"__isSmartRef__":true,"id":10700},"owner":{"__isSmartRef__":true,"id":10562},"targetURL":{"__isSmartRef__":true,"id":11197},"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10687":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10688},"id":2,"renderContextTable":{"__isSmartRef__":true,"id":10692},"textChunks":[{"__isSmartRef__":true,"id":10693}],"eventHandler":{"__isSmartRef__":true,"id":10695},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10696},"priorExtent":{"__isSmartRef__":true,"id":10697},"_MaxTextWidth":656,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10686},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":10698},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":10699}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10688":{"_Position":{"__isSmartRef__":true,"id":10689},"renderContextTable":{"__isSmartRef__":true,"id":10690},"_Extent":{"__isSmartRef__":true,"id":10691},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10689":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10690":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10691":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10692":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10693":{"style":{"__isSmartRef__":true,"id":10694},"chunkOwner":{"__isSmartRef__":true,"id":10687},"storedString":"http://localhost/webwerkstatt/lively/morphic/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10694":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10695":{"morph":{"__isSmartRef__":true,"id":10687},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10696":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10697":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10698":{"resizeWidth":true},"10699":{"sourceObj":{"__isSmartRef__":true,"id":10687},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setTargetURL","converter":null,"converterString":"function (value) { return new URL(value) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11210},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10700":{"buttonCommands":[{"__isSmartRef__":true,"id":10701},{"__isSmartRef__":true,"id":10735},{"__isSmartRef__":true,"id":10769},{"__isSmartRef__":true,"id":10803},{"__isSmartRef__":true,"id":10837},{"__isSmartRef__":true,"id":10871},{"__isSmartRef__":true,"id":10905}],"RootFilters":[{"__isSmartRef__":true,"id":10939}],"Pane1Filters":[{"__isSmartRef__":true,"id":10940},{"__isSmartRef__":true,"id":10941}],"Pane2Filters":[{"__isSmartRef__":true,"id":10942}],"Pane3Filters":[{"__isSmartRef__":true,"id":10943}],"Pane4Filters":[{"__isSmartRef__":true,"id":10944}],"evaluate":true,"panel":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":10945},{"__isSmartRef__":true,"id":11047},{"__isSmartRef__":true,"id":11092},{"__isSmartRef__":true,"id":11122},{"__isSmartRef__":true,"id":11174},{"__isSmartRef__":true,"id":11192}],"SourceString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.shapeNode)\n ctx.shapeNode.style.overflow = modeString || 'auto';\n },","sourceString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.shapeNode)\n ctx.shapeNode.style.overflow = modeString || 'auto';\n },","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"targetURL":{"__isSmartRef__":true,"id":11197},"_rootNode":{"__isSmartRef__":true,"id":10956},"Pane1Selection":{"__isSmartRef__":true,"id":10979},"pane1Selection":{"__isSmartRef__":true,"id":10979},"Pane2Selection":{"__isSmartRef__":true,"id":11066},"pane2Selection":{"__isSmartRef__":true,"id":11066},"Pane3Selection":{"__isSmartRef__":true,"id":11101},"pane3Selection":{"__isSmartRef__":true,"id":11101},"Pane4Selection":{"__isSmartRef__":true,"id":11157},"pane4Selection":{"__isSmartRef__":true,"id":11157},"Pane4Content":[{"__isSmartRef__":true,"id":11130},{"__isSmartRef__":true,"id":11132},{"__isSmartRef__":true,"id":11134},{"__isSmartRef__":true,"id":11136},{"__isSmartRef__":true,"id":11138},{"__isSmartRef__":true,"id":11140},{"__isSmartRef__":true,"id":11142},{"__isSmartRef__":true,"id":11144},{"__isSmartRef__":true,"id":11146},{"__isSmartRef__":true,"id":11148},{"__isSmartRef__":true,"id":11150},{"__isSmartRef__":true,"id":11152},{"__isSmartRef__":true,"id":11154},{"__isSmartRef__":true,"id":11156}],"Pane3Content":[{"__isSmartRef__":true,"id":11100},{"__isSmartRef__":true,"id":11102},{"__isSmartRef__":true,"id":11104},{"__isSmartRef__":true,"id":11106}],"Pane2Content":[{"__isSmartRef__":true,"id":11055},{"__isSmartRef__":true,"id":11057},{"__isSmartRef__":true,"id":11059},{"__isSmartRef__":true,"id":11061},{"__isSmartRef__":true,"id":11063},{"__isSmartRef__":true,"id":11065},{"__isSmartRef__":true,"id":11067},{"__isSmartRef__":true,"id":11069},{"__isSmartRef__":true,"id":11071},{"__isSmartRef__":true,"id":11073},{"__isSmartRef__":true,"id":11075}],"Pane1Content":[{"__isSmartRef__":true,"id":10953},{"__isSmartRef__":true,"id":10996},{"__isSmartRef__":true,"id":10997},{"__isSmartRef__":true,"id":10998},{"__isSmartRef__":true,"id":10999},{"__isSmartRef__":true,"id":11000},{"__isSmartRef__":true,"id":11001},{"__isSmartRef__":true,"id":11002},{"__isSmartRef__":true,"id":11003},{"__isSmartRef__":true,"id":11004},{"__isSmartRef__":true,"id":11005},{"__isSmartRef__":true,"id":11006},{"__isSmartRef__":true,"id":11007},{"__isSmartRef__":true,"id":11008},{"__isSmartRef__":true,"id":11009},{"__isSmartRef__":true,"id":11010},{"__isSmartRef__":true,"id":11011},{"__isSmartRef__":true,"id":11012},{"__isSmartRef__":true,"id":11013},{"__isSmartRef__":true,"id":11014},{"__isSmartRef__":true,"id":11015},{"__isSmartRef__":true,"id":11016},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11021},{"__isSmartRef__":true,"id":11022},{"__isSmartRef__":true,"id":11023},{"__isSmartRef__":true,"id":11024},{"__isSmartRef__":true,"id":11025},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11030},{"__isSmartRef__":true,"id":11031}],"Pane1Menu":[["Add to world requirements"],["remove"],["reparse"],["-------"],["open in text editor"],["show versions"],["diff versions"]],"Pane2Menu":[["references"],["add sibling below"],["remove"],["-------"],["view hierarchy"],["add class"],["add object extension"],["add layer"]],"Pane3Menu":[["add sibling below"],["remove"]],"currentModuleName":"lively.morphic.HTML","Pane4Menu":[["senders"],["implementors"],["add sibling below"],["remove"],["-------"],["add method"]],"_statusMorph":{"__isSmartRef__":true,"id":11198},"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"10701":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10702},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10702":{"submorphs":[{"__isSmartRef__":true,"id":10703}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10715},"id":13,"renderContextTable":{"__isSmartRef__":true,"id":10719},"eventHandler":{"__isSmartRef__":true,"id":10720},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10721},"priorExtent":{"__isSmartRef__":true,"id":10722},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10723},"label":{"__isSmartRef__":true,"id":10703},"command":{"__isSmartRef__":true,"id":10701},"attributeConnections":[{"__isSmartRef__":true,"id":10732},{"__isSmartRef__":true,"id":10733}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10703":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10704},"id":14,"renderContextTable":{"__isSmartRef__":true,"id":10708},"textChunks":[{"__isSmartRef__":true,"id":10709}],"eventHandler":{"__isSmartRef__":true,"id":10711},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10712},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10713},"priorExtent":{"__isSmartRef__":true,"id":10714},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10702},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10704":{"_Position":{"__isSmartRef__":true,"id":10705},"renderContextTable":{"__isSmartRef__":true,"id":10706},"_Extent":{"__isSmartRef__":true,"id":10707},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10705":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10706":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10707":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10708":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10709":{"style":{"__isSmartRef__":true,"id":10710},"chunkOwner":{"__isSmartRef__":true,"id":10703},"storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10710":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10711":{"morph":{"__isSmartRef__":true,"id":10703},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10712":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10713":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10714":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10715":{"_Position":{"__isSmartRef__":true,"id":10716},"renderContextTable":{"__isSmartRef__":true,"id":10717},"_Extent":{"__isSmartRef__":true,"id":10718},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10716":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10717":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10718":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10719":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10720":{"morph":{"__isSmartRef__":true,"id":10702},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10721":{"x":0,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10722":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10723":{"stops":[{"__isSmartRef__":true,"id":10724},{"__isSmartRef__":true,"id":10726},{"__isSmartRef__":true,"id":10728},{"__isSmartRef__":true,"id":10730}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10724":{"offset":0,"color":{"__isSmartRef__":true,"id":10725}},"10725":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10726":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10727}},"10727":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10728":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10729}},"10729":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10730":{"offset":1,"color":{"__isSmartRef__":true,"id":10731}},"10731":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10732":{"sourceObj":{"__isSmartRef__":true,"id":10702},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10701},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10733":{"sourceObj":{"__isSmartRef__":true,"id":10702},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10702},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10734},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10734":{"source":{"__isSmartRef__":true,"id":10702},"target":{"__isSmartRef__":true,"id":10702}},"10735":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10736},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10736":{"submorphs":[{"__isSmartRef__":true,"id":10737}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10749},"id":15,"renderContextTable":{"__isSmartRef__":true,"id":10753},"eventHandler":{"__isSmartRef__":true,"id":10754},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10755},"priorExtent":{"__isSmartRef__":true,"id":10756},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10757},"label":{"__isSmartRef__":true,"id":10737},"command":{"__isSmartRef__":true,"id":10735},"attributeConnections":[{"__isSmartRef__":true,"id":10766},{"__isSmartRef__":true,"id":10767}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10737":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10738},"id":16,"renderContextTable":{"__isSmartRef__":true,"id":10742},"textChunks":[{"__isSmartRef__":true,"id":10743}],"eventHandler":{"__isSmartRef__":true,"id":10745},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10746},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10747},"priorExtent":{"__isSmartRef__":true,"id":10748},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10736},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10738":{"_Position":{"__isSmartRef__":true,"id":10739},"renderContextTable":{"__isSmartRef__":true,"id":10740},"_Extent":{"__isSmartRef__":true,"id":10741},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10739":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10740":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10741":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10742":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10743":{"style":{"__isSmartRef__":true,"id":10744},"chunkOwner":{"__isSmartRef__":true,"id":10737},"storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10744":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10745":{"morph":{"__isSmartRef__":true,"id":10737},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10746":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10747":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10748":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10749":{"_Position":{"__isSmartRef__":true,"id":10750},"renderContextTable":{"__isSmartRef__":true,"id":10751},"_Extent":{"__isSmartRef__":true,"id":10752},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10750":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10751":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10752":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10753":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10754":{"morph":{"__isSmartRef__":true,"id":10736},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10755":{"x":117.14285714285714,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10756":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10757":{"stops":[{"__isSmartRef__":true,"id":10758},{"__isSmartRef__":true,"id":10760},{"__isSmartRef__":true,"id":10762},{"__isSmartRef__":true,"id":10764}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10758":{"offset":0,"color":{"__isSmartRef__":true,"id":10759}},"10759":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10760":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10761}},"10761":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10762":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10763}},"10763":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10764":{"offset":1,"color":{"__isSmartRef__":true,"id":10765}},"10765":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10766":{"sourceObj":{"__isSmartRef__":true,"id":10736},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10735},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10767":{"sourceObj":{"__isSmartRef__":true,"id":10736},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10736},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10768},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10768":{"source":{"__isSmartRef__":true,"id":10736},"target":{"__isSmartRef__":true,"id":10736}},"10769":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10770},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10770":{"submorphs":[{"__isSmartRef__":true,"id":10771}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10783},"id":17,"renderContextTable":{"__isSmartRef__":true,"id":10787},"eventHandler":{"__isSmartRef__":true,"id":10788},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10789},"priorExtent":{"__isSmartRef__":true,"id":10790},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10791},"label":{"__isSmartRef__":true,"id":10771},"command":{"__isSmartRef__":true,"id":10769},"attributeConnections":[{"__isSmartRef__":true,"id":10800},{"__isSmartRef__":true,"id":10801}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10771":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10772},"id":18,"renderContextTable":{"__isSmartRef__":true,"id":10776},"textChunks":[{"__isSmartRef__":true,"id":10777}],"eventHandler":{"__isSmartRef__":true,"id":10779},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10780},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10781},"priorExtent":{"__isSmartRef__":true,"id":10782},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10770},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10772":{"_Position":{"__isSmartRef__":true,"id":10773},"renderContextTable":{"__isSmartRef__":true,"id":10774},"_Extent":{"__isSmartRef__":true,"id":10775},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10773":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10774":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10775":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10776":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10777":{"style":{"__isSmartRef__":true,"id":10778},"chunkOwner":{"__isSmartRef__":true,"id":10771},"storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10778":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10779":{"morph":{"__isSmartRef__":true,"id":10771},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10780":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10781":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10782":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10783":{"_Position":{"__isSmartRef__":true,"id":10784},"renderContextTable":{"__isSmartRef__":true,"id":10785},"_Extent":{"__isSmartRef__":true,"id":10786},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10784":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10785":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10786":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10787":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10788":{"morph":{"__isSmartRef__":true,"id":10770},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10789":{"x":234.28571428571428,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10790":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10791":{"stops":[{"__isSmartRef__":true,"id":10792},{"__isSmartRef__":true,"id":10794},{"__isSmartRef__":true,"id":10796},{"__isSmartRef__":true,"id":10798}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10792":{"offset":0,"color":{"__isSmartRef__":true,"id":10793}},"10793":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10794":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10795}},"10795":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10796":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10797}},"10797":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10798":{"offset":1,"color":{"__isSmartRef__":true,"id":10799}},"10799":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10800":{"sourceObj":{"__isSmartRef__":true,"id":10770},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10769},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10801":{"sourceObj":{"__isSmartRef__":true,"id":10770},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10770},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10802},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10802":{"source":{"__isSmartRef__":true,"id":10770},"target":{"__isSmartRef__":true,"id":10770}},"10803":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10804},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10804":{"submorphs":[{"__isSmartRef__":true,"id":10805}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10817},"id":19,"renderContextTable":{"__isSmartRef__":true,"id":10821},"eventHandler":{"__isSmartRef__":true,"id":10822},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10823},"priorExtent":{"__isSmartRef__":true,"id":10824},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10825},"label":{"__isSmartRef__":true,"id":10805},"command":{"__isSmartRef__":true,"id":10803},"attributeConnections":[{"__isSmartRef__":true,"id":10834},{"__isSmartRef__":true,"id":10835}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10805":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10806},"id":20,"renderContextTable":{"__isSmartRef__":true,"id":10810},"textChunks":[{"__isSmartRef__":true,"id":10811}],"eventHandler":{"__isSmartRef__":true,"id":10813},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10814},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10815},"priorExtent":{"__isSmartRef__":true,"id":10816},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10804},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10806":{"_Position":{"__isSmartRef__":true,"id":10807},"renderContextTable":{"__isSmartRef__":true,"id":10808},"_Extent":{"__isSmartRef__":true,"id":10809},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10807":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10808":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10809":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10810":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10811":{"style":{"__isSmartRef__":true,"id":10812},"chunkOwner":{"__isSmartRef__":true,"id":10805},"storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10812":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10813":{"morph":{"__isSmartRef__":true,"id":10805},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10814":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10815":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10816":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10817":{"_Position":{"__isSmartRef__":true,"id":10818},"renderContextTable":{"__isSmartRef__":true,"id":10819},"_Extent":{"__isSmartRef__":true,"id":10820},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10818":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10819":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10820":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10821":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10822":{"morph":{"__isSmartRef__":true,"id":10804},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10823":{"x":351.42857142857144,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10824":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10825":{"stops":[{"__isSmartRef__":true,"id":10826},{"__isSmartRef__":true,"id":10828},{"__isSmartRef__":true,"id":10830},{"__isSmartRef__":true,"id":10832}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10826":{"offset":0,"color":{"__isSmartRef__":true,"id":10827}},"10827":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10828":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10829}},"10829":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10830":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10831}},"10831":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10832":{"offset":1,"color":{"__isSmartRef__":true,"id":10833}},"10833":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10834":{"sourceObj":{"__isSmartRef__":true,"id":10804},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10803},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10835":{"sourceObj":{"__isSmartRef__":true,"id":10804},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10804},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10836},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10836":{"source":{"__isSmartRef__":true,"id":10804},"target":{"__isSmartRef__":true,"id":10804}},"10837":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10838},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10838":{"submorphs":[{"__isSmartRef__":true,"id":10839}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10851},"id":21,"renderContextTable":{"__isSmartRef__":true,"id":10855},"eventHandler":{"__isSmartRef__":true,"id":10856},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10857},"priorExtent":{"__isSmartRef__":true,"id":10858},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10859},"label":{"__isSmartRef__":true,"id":10839},"command":{"__isSmartRef__":true,"id":10837},"attributeConnections":[{"__isSmartRef__":true,"id":10868},{"__isSmartRef__":true,"id":10869}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10839":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10840},"id":22,"renderContextTable":{"__isSmartRef__":true,"id":10844},"textChunks":[{"__isSmartRef__":true,"id":10845}],"eventHandler":{"__isSmartRef__":true,"id":10847},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10848},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10849},"priorExtent":{"__isSmartRef__":true,"id":10850},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10838},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10840":{"_Position":{"__isSmartRef__":true,"id":10841},"renderContextTable":{"__isSmartRef__":true,"id":10842},"_Extent":{"__isSmartRef__":true,"id":10843},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10841":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10842":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10843":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10844":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10845":{"style":{"__isSmartRef__":true,"id":10846},"chunkOwner":{"__isSmartRef__":true,"id":10839},"storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10846":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10847":{"morph":{"__isSmartRef__":true,"id":10839},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10848":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10849":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10850":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10851":{"_Position":{"__isSmartRef__":true,"id":10852},"renderContextTable":{"__isSmartRef__":true,"id":10853},"_Extent":{"__isSmartRef__":true,"id":10854},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10852":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10853":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10854":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10855":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10856":{"morph":{"__isSmartRef__":true,"id":10838},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10857":{"x":468.57142857142856,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10858":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10859":{"stops":[{"__isSmartRef__":true,"id":10860},{"__isSmartRef__":true,"id":10862},{"__isSmartRef__":true,"id":10864},{"__isSmartRef__":true,"id":10866}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10860":{"offset":0,"color":{"__isSmartRef__":true,"id":10861}},"10861":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10862":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10863}},"10863":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10864":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10865}},"10865":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10866":{"offset":1,"color":{"__isSmartRef__":true,"id":10867}},"10867":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10868":{"sourceObj":{"__isSmartRef__":true,"id":10838},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10837},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10869":{"sourceObj":{"__isSmartRef__":true,"id":10838},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10838},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10870},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10870":{"source":{"__isSmartRef__":true,"id":10838},"target":{"__isSmartRef__":true,"id":10838}},"10871":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10872},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10872":{"submorphs":[{"__isSmartRef__":true,"id":10873}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10885},"id":23,"renderContextTable":{"__isSmartRef__":true,"id":10889},"eventHandler":{"__isSmartRef__":true,"id":10890},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10891},"priorExtent":{"__isSmartRef__":true,"id":10892},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10893},"label":{"__isSmartRef__":true,"id":10873},"command":{"__isSmartRef__":true,"id":10871},"attributeConnections":[{"__isSmartRef__":true,"id":10902},{"__isSmartRef__":true,"id":10903}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10873":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10874},"id":24,"renderContextTable":{"__isSmartRef__":true,"id":10878},"textChunks":[{"__isSmartRef__":true,"id":10879}],"eventHandler":{"__isSmartRef__":true,"id":10881},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10882},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10883},"priorExtent":{"__isSmartRef__":true,"id":10884},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10872},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10874":{"_Position":{"__isSmartRef__":true,"id":10875},"renderContextTable":{"__isSmartRef__":true,"id":10876},"_Extent":{"__isSmartRef__":true,"id":10877},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10875":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10876":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10877":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10878":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10879":{"style":{"__isSmartRef__":true,"id":10880},"chunkOwner":{"__isSmartRef__":true,"id":10873},"storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10880":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10881":{"morph":{"__isSmartRef__":true,"id":10873},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10882":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10883":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10884":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10885":{"_Position":{"__isSmartRef__":true,"id":10886},"renderContextTable":{"__isSmartRef__":true,"id":10887},"_Extent":{"__isSmartRef__":true,"id":10888},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10886":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10887":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10888":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10889":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10890":{"morph":{"__isSmartRef__":true,"id":10872},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10891":{"x":585.7142857142857,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10892":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10893":{"stops":[{"__isSmartRef__":true,"id":10894},{"__isSmartRef__":true,"id":10896},{"__isSmartRef__":true,"id":10898},{"__isSmartRef__":true,"id":10900}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10894":{"offset":0,"color":{"__isSmartRef__":true,"id":10895}},"10895":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10896":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10897}},"10897":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10898":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10899}},"10899":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10900":{"offset":1,"color":{"__isSmartRef__":true,"id":10901}},"10901":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10902":{"sourceObj":{"__isSmartRef__":true,"id":10872},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10871},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10903":{"sourceObj":{"__isSmartRef__":true,"id":10872},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10872},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10904},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10904":{"source":{"__isSmartRef__":true,"id":10872},"target":{"__isSmartRef__":true,"id":10872}},"10905":{"browser":{"__isSmartRef__":true,"id":10700},"button":{"__isSmartRef__":true,"id":10906},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"10906":{"submorphs":[{"__isSmartRef__":true,"id":10907}],"scripts":[],"shape":{"__isSmartRef__":true,"id":10919},"id":25,"renderContextTable":{"__isSmartRef__":true,"id":10923},"eventHandler":{"__isSmartRef__":true,"id":10924},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":10925},"priorExtent":{"__isSmartRef__":true,"id":10926},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":10927},"label":{"__isSmartRef__":true,"id":10907},"command":{"__isSmartRef__":true,"id":10905},"attributeConnections":[{"__isSmartRef__":true,"id":10936},{"__isSmartRef__":true,"id":10937}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"10907":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10908},"id":26,"renderContextTable":{"__isSmartRef__":true,"id":10912},"textChunks":[{"__isSmartRef__":true,"id":10913}],"eventHandler":{"__isSmartRef__":true,"id":10915},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":10916},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":10917},"priorExtent":{"__isSmartRef__":true,"id":10918},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10906},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10908":{"_Position":{"__isSmartRef__":true,"id":10909},"renderContextTable":{"__isSmartRef__":true,"id":10910},"_Extent":{"__isSmartRef__":true,"id":10911},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10909":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10910":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10911":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10912":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"10913":{"style":{"__isSmartRef__":true,"id":10914},"chunkOwner":{"__isSmartRef__":true,"id":10907},"storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10914":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"10915":{"morph":{"__isSmartRef__":true,"id":10907},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10916":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"10917":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10918":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10919":{"_Position":{"__isSmartRef__":true,"id":10920},"renderContextTable":{"__isSmartRef__":true,"id":10921},"_Extent":{"__isSmartRef__":true,"id":10922},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10920":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10921":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10922":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10923":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"10924":{"morph":{"__isSmartRef__":true,"id":10906},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"10925":{"x":702.8571428571429,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10926":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10927":{"stops":[{"__isSmartRef__":true,"id":10928},{"__isSmartRef__":true,"id":10930},{"__isSmartRef__":true,"id":10932},{"__isSmartRef__":true,"id":10934}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10928":{"offset":0,"color":{"__isSmartRef__":true,"id":10929}},"10929":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10930":{"offset":0.4,"color":{"__isSmartRef__":true,"id":10931}},"10931":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10932":{"offset":0.6,"color":{"__isSmartRef__":true,"id":10933}},"10933":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10934":{"offset":1,"color":{"__isSmartRef__":true,"id":10935}},"10935":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10936":{"sourceObj":{"__isSmartRef__":true,"id":10906},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10905},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10937":{"sourceObj":{"__isSmartRef__":true,"id":10906},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10906},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":10938},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10938":{"source":{"__isSmartRef__":true,"id":10906},"target":{"__isSmartRef__":true,"id":10906}},"10939":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10940":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10941":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10942":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10943":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10944":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"10945":{"sourceObj":{"__isSmartRef__":true,"id":10700},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":10946},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11046},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"10946":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":10947},"id":7,"renderContextTable":{"__isSmartRef__":true,"id":10952},"itemList":[{"__isSmartRef__":true,"id":10953},{"__isSmartRef__":true,"id":10996},{"__isSmartRef__":true,"id":10997},{"__isSmartRef__":true,"id":10998},{"__isSmartRef__":true,"id":10999},{"__isSmartRef__":true,"id":11000},{"__isSmartRef__":true,"id":11001},{"__isSmartRef__":true,"id":11002},{"__isSmartRef__":true,"id":11003},{"__isSmartRef__":true,"id":11004},{"__isSmartRef__":true,"id":11005},{"__isSmartRef__":true,"id":11006},{"__isSmartRef__":true,"id":11007},{"__isSmartRef__":true,"id":11008},{"__isSmartRef__":true,"id":11009},{"__isSmartRef__":true,"id":11010},{"__isSmartRef__":true,"id":11011},{"__isSmartRef__":true,"id":11012},{"__isSmartRef__":true,"id":11013},{"__isSmartRef__":true,"id":11014},{"__isSmartRef__":true,"id":11015},{"__isSmartRef__":true,"id":11016},{"__isSmartRef__":true,"id":11017},{"__isSmartRef__":true,"id":11018},{"__isSmartRef__":true,"id":11019},{"__isSmartRef__":true,"id":11020},{"__isSmartRef__":true,"id":11021},{"__isSmartRef__":true,"id":11022},{"__isSmartRef__":true,"id":11023},{"__isSmartRef__":true,"id":11024},{"__isSmartRef__":true,"id":11025},{"__isSmartRef__":true,"id":11026},{"__isSmartRef__":true,"id":11027},{"__isSmartRef__":true,"id":11028},{"__isSmartRef__":true,"id":11029},{"__isSmartRef__":true,"id":11030},{"__isSmartRef__":true,"id":11031}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11032},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11033},"selectedLineNo":20,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":11034},{"__isSmartRef__":true,"id":11039},{"__isSmartRef__":true,"id":11041},{"__isSmartRef__":true,"id":11043}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11045},"prevScroll":[0,224],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"10947":{"_Position":{"__isSmartRef__":true,"id":10948},"renderContextTable":{"__isSmartRef__":true,"id":10949},"_Extent":{"__isSmartRef__":true,"id":10950},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":10951},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"10948":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10949":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"10950":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"10951":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"10952":{"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","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"},"10953":{"isListItem":true,"string":".svn/","value":{"__isSmartRef__":true,"id":10954}},"10954":{"target":{"__isSmartRef__":true,"id":10955},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"localName":".svn/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10955":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/.svn/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10956":{"target":{"__isSmartRef__":true,"id":4975},"browser":{"__isSmartRef__":true,"id":10700},"parent":null,"allFiles":["lively/morphic/AdditionalMorphs.js","lively/morphic/Canvas.js","lively/morphic/ClickOnLineHack.js","lively/morphic/ColorChooserDraft.js","lively/morphic/Compat.js","lively/morphic/CompatLayer.js","lively/morphic/CompatSCB.js","lively/morphic/Complete.js","lively/morphic/Connectors.js","lively/morphic/Core.js","lively/morphic/EventExperiments.js","lively/morphic/Events.js","lively/morphic/Examples.js","lively/morphic/Experiments.js","lively/morphic/Graffle.js","lively/morphic/Halos.js","lively/morphic/HTML.js","lively/morphic/Layout.js","lively/morphic/MorphAddons.js","lively/morphic/ObjectMigration.js","lively/morphic/Paragraphs.js","lively/morphic/PathShapes.js","lively/morphic/Rendering.js","lively/morphic/ScriptingSupport.js","lively/morphic/Serialization.js","lively/morphic/Shapes.js","lively/morphic/Styles.js","lively/morphic/SVG.js","lively/morphic/Tests.js","lively/morphic/TextCore.js","lively/morphic/Widgets.js","lively/morphic/WidgetsAddOns.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":10955},{"__isSmartRef__":true,"id":10957},{"__isSmartRef__":true,"id":10958}],"parentNamespacePath":{"__isSmartRef__":true,"id":10959},"_childNodes":[{"__isSmartRef__":true,"id":10954},{"__isSmartRef__":true,"id":10960},{"__isSmartRef__":true,"id":10961},{"__isSmartRef__":true,"id":10962},{"__isSmartRef__":true,"id":10963},{"__isSmartRef__":true,"id":10964},{"__isSmartRef__":true,"id":10965},{"__isSmartRef__":true,"id":10966},{"__isSmartRef__":true,"id":10967},{"__isSmartRef__":true,"id":10968},{"__isSmartRef__":true,"id":10969},{"__isSmartRef__":true,"id":10970},{"__isSmartRef__":true,"id":10971},{"__isSmartRef__":true,"id":10972},{"__isSmartRef__":true,"id":10973},{"__isSmartRef__":true,"id":10974},{"__isSmartRef__":true,"id":10975},{"__isSmartRef__":true,"id":10976},{"__isSmartRef__":true,"id":10977},{"__isSmartRef__":true,"id":10978},{"__isSmartRef__":true,"id":10979},{"__isSmartRef__":true,"id":10980},{"__isSmartRef__":true,"id":10981},{"__isSmartRef__":true,"id":10982},{"__isSmartRef__":true,"id":10983},{"__isSmartRef__":true,"id":10984},{"__isSmartRef__":true,"id":10985},{"__isSmartRef__":true,"id":10986},{"__isSmartRef__":true,"id":10987},{"__isSmartRef__":true,"id":10988},{"__isSmartRef__":true,"id":10989},{"__isSmartRef__":true,"id":10990},{"__isSmartRef__":true,"id":10991},{"__isSmartRef__":true,"id":10992},{"__isSmartRef__":true,"id":10993},{"__isSmartRef__":true,"id":10994},{"__isSmartRef__":true,"id":10995}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10957":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/tests/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10958":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/video/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10959":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"10960":{"target":{"__isSmartRef__":true,"id":10957},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"localName":"tests/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10961":{"target":{"__isSmartRef__":true,"id":10958},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"localName":"video/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10962":{"target":{"__isSmartRef__":true,"id":10959},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10963":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/AdditionalMorphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10964":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Canvas.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10965":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/ClickOnLineHack.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10966":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/ColorChooserDraft.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10967":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Compat.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10968":{"target":{"__isSmartRef__":true,"id":8897},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/CompatLayer.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10969":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/CompatSCB.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10970":{"target":{"__isSmartRef__":true,"id":4990},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Complete.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10971":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Connectors.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10972":{"target":{"__isSmartRef__":true,"id":4994},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Core.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10973":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/EventExperiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10974":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Events.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10975":{"target":{"__isSmartRef__":true,"id":5221},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Examples.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10976":{"target":{"__isSmartRef__":true,"id":8934},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Experiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10977":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Graffle.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10978":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Halos.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10979":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10980":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Layout.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10981":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/MorphAddons.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10982":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/ObjectMigration.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10983":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Paragraphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10984":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/PathShapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10985":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Rendering.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10986":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/ScriptingSupport.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10987":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Serialization.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10988":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Shapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10989":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Styles.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10990":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/SVG.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10991":{"target":{"__isSmartRef__":true,"id":9047},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Tests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10992":{"target":{"__isSmartRef__":true,"id":9050},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/TextCore.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10993":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/Widgets.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10994":{"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/WidgetsAddOns.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"10995":{"target":{"__isSmartRef__":true,"id":5525},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"10996":{"isListItem":true,"string":"tests/","value":{"__isSmartRef__":true,"id":10960}},"10997":{"isListItem":true,"string":"video/","value":{"__isSmartRef__":true,"id":10961}},"10998":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":10962}},"10999":{"isListItem":true,"string":"AdditionalMorphs.js (not parsed)","value":{"__isSmartRef__":true,"id":10963}},"11000":{"isListItem":true,"string":"Canvas.js (not parsed)","value":{"__isSmartRef__":true,"id":10964}},"11001":{"isListItem":true,"string":"ClickOnLineHack.js (not parsed)","value":{"__isSmartRef__":true,"id":10965}},"11002":{"isListItem":true,"string":"ColorChooserDraft.js (not parsed)","value":{"__isSmartRef__":true,"id":10966}},"11003":{"isListItem":true,"string":"Compat.js (not parsed)","value":{"__isSmartRef__":true,"id":10967}},"11004":{"isListItem":true,"string":"CompatLayer.js","value":{"__isSmartRef__":true,"id":10968}},"11005":{"isListItem":true,"string":"CompatSCB.js (not parsed)","value":{"__isSmartRef__":true,"id":10969}},"11006":{"isListItem":true,"string":"Complete.js","value":{"__isSmartRef__":true,"id":10970}},"11007":{"isListItem":true,"string":"Connectors.js (not parsed)","value":{"__isSmartRef__":true,"id":10971}},"11008":{"isListItem":true,"string":"Core.js","value":{"__isSmartRef__":true,"id":10972}},"11009":{"isListItem":true,"string":"EventExperiments.js (not parsed)","value":{"__isSmartRef__":true,"id":10973}},"11010":{"isListItem":true,"string":"Events.js (not parsed)","value":{"__isSmartRef__":true,"id":10974}},"11011":{"isListItem":true,"string":"Examples.js","value":{"__isSmartRef__":true,"id":10975}},"11012":{"isListItem":true,"string":"Experiments.js","value":{"__isSmartRef__":true,"id":10976}},"11013":{"isListItem":true,"string":"Graffle.js (not parsed)","value":{"__isSmartRef__":true,"id":10977}},"11014":{"isListItem":true,"string":"Halos.js (not parsed)","value":{"__isSmartRef__":true,"id":10978}},"11015":{"isListItem":true,"string":"HTML.js","value":{"__isSmartRef__":true,"id":10979}},"11016":{"isListItem":true,"string":"Layout.js (not parsed)","value":{"__isSmartRef__":true,"id":10980}},"11017":{"isListItem":true,"string":"MorphAddons.js (not parsed)","value":{"__isSmartRef__":true,"id":10981}},"11018":{"isListItem":true,"string":"ObjectMigration.js (not parsed)","value":{"__isSmartRef__":true,"id":10982}},"11019":{"isListItem":true,"string":"Paragraphs.js (not parsed)","value":{"__isSmartRef__":true,"id":10983}},"11020":{"isListItem":true,"string":"PathShapes.js (not parsed)","value":{"__isSmartRef__":true,"id":10984}},"11021":{"isListItem":true,"string":"Rendering.js (not parsed)","value":{"__isSmartRef__":true,"id":10985}},"11022":{"isListItem":true,"string":"ScriptingSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":10986}},"11023":{"isListItem":true,"string":"Serialization.js (not parsed)","value":{"__isSmartRef__":true,"id":10987}},"11024":{"isListItem":true,"string":"Shapes.js (not parsed)","value":{"__isSmartRef__":true,"id":10988}},"11025":{"isListItem":true,"string":"Styles.js (not parsed)","value":{"__isSmartRef__":true,"id":10989}},"11026":{"isListItem":true,"string":"SVG.js (not parsed)","value":{"__isSmartRef__":true,"id":10990}},"11027":{"isListItem":true,"string":"Tests.js","value":{"__isSmartRef__":true,"id":10991}},"11028":{"isListItem":true,"string":"TextCore.js","value":{"__isSmartRef__":true,"id":10992}},"11029":{"isListItem":true,"string":"Widgets.js (not parsed)","value":{"__isSmartRef__":true,"id":10993}},"11030":{"isListItem":true,"string":"WidgetsAddOns.js (not parsed)","value":{"__isSmartRef__":true,"id":10994}},"11031":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":10995}},"11032":{"morph":{"__isSmartRef__":true,"id":10946},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11033":{"x":0,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11034":{"sourceObj":{"__isSmartRef__":true,"id":10946},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setPane1Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11035},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11036},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11035":{"source":{"__isSmartRef__":true,"id":10946},"target":{"__isSmartRef__":true,"id":10700}},"11036":{"updater":{"__isSmartRef__":true,"id":11037}},"11037":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11035},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11038},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11038":{},"11039":{"sourceObj":{"__isSmartRef__":true,"id":10946},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane1Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11040},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11040":{"source":{"__isSmartRef__":true,"id":10946},"target":{"__isSmartRef__":true,"id":10700}},"11041":{"sourceObj":{"__isSmartRef__":true,"id":10946},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane1Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11042},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11042":{"source":{"__isSmartRef__":true,"id":10946},"target":{"__isSmartRef__":true,"id":10700}},"11043":{"sourceObj":{"__isSmartRef__":true,"id":10946},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane1Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11044},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11044":{"source":{"__isSmartRef__":true,"id":10946},"target":{"__isSmartRef__":true,"id":10700}},"11045":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":10956},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11046":{"source":{"__isSmartRef__":true,"id":10700},"target":{"__isSmartRef__":true,"id":10946}},"11047":{"sourceObj":{"__isSmartRef__":true,"id":10700},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":11048},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11091},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11048":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11049},"id":8,"renderContextTable":{"__isSmartRef__":true,"id":11054},"itemList":[{"__isSmartRef__":true,"id":11055},{"__isSmartRef__":true,"id":11057},{"__isSmartRef__":true,"id":11059},{"__isSmartRef__":true,"id":11061},{"__isSmartRef__":true,"id":11063},{"__isSmartRef__":true,"id":11065},{"__isSmartRef__":true,"id":11067},{"__isSmartRef__":true,"id":11069},{"__isSmartRef__":true,"id":11071},{"__isSmartRef__":true,"id":11073},{"__isSmartRef__":true,"id":11075}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11077},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11078},"selectedLineNo":5,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":11079},{"__isSmartRef__":true,"id":11084},{"__isSmartRef__":true,"id":11086},{"__isSmartRef__":true,"id":11088}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11090},"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11049":{"_Position":{"__isSmartRef__":true,"id":11050},"renderContextTable":{"__isSmartRef__":true,"id":11051},"_Extent":{"__isSmartRef__":true,"id":11052},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11053},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11050":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11051":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11052":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11053":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11054":{"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","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"},"11055":{"isListItem":true,"string":"Color (extension)","value":{"__isSmartRef__":true,"id":11056}},"11056":{"target":{"__isSmartRef__":true,"id":5337},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11057":{"isListItem":true,"string":"lively.morphic.HTML.RenderContext","value":{"__isSmartRef__":true,"id":11058}},"11058":{"target":{"__isSmartRef__":true,"id":5341},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11059":{"isListItem":true,"string":"lively.morphic.Morph (extension)","value":{"__isSmartRef__":true,"id":11060}},"11060":{"target":{"__isSmartRef__":true,"id":5345},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11061":{"isListItem":true,"string":"lively.morphic.Text (extension)","value":{"__isSmartRef__":true,"id":11062}},"11062":{"target":{"__isSmartRef__":true,"id":5374},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11063":{"isListItem":true,"string":"lively.morphic.List (extension)","value":{"__isSmartRef__":true,"id":11064}},"11064":{"target":{"__isSmartRef__":true,"id":5405},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11065":{"isListItem":true,"string":"lively.morphic.Shapes.Shape (extension)","value":{"__isSmartRef__":true,"id":11066}},"11066":{"target":{"__isSmartRef__":true,"id":5434},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11067":{"isListItem":true,"string":"lively.morphic.Shapes.Rectangle (extension)","value":{"__isSmartRef__":true,"id":11068}},"11068":{"target":{"__isSmartRef__":true,"id":5453},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11069":{"isListItem":true,"string":"lively.morphic.Shapes.Ellipse (extension)","value":{"__isSmartRef__":true,"id":11070}},"11070":{"target":{"__isSmartRef__":true,"id":5459},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11071":{"isListItem":true,"string":"lively.morphic.Shapes.Image (extension)","value":{"__isSmartRef__":true,"id":11072}},"11072":{"target":{"__isSmartRef__":true,"id":5465},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11073":{"isListItem":true,"string":"lively.morphic.Shapes.External (extension)","value":{"__isSmartRef__":true,"id":11074}},"11074":{"target":{"__isSmartRef__":true,"id":5475},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11075":{"isListItem":true,"string":"lively.morphic.Shapes.Path (extension)","value":{"__isSmartRef__":true,"id":11076}},"11076":{"target":{"__isSmartRef__":true,"id":5489},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11077":{"morph":{"__isSmartRef__":true,"id":11048},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11078":{"x":205,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11079":{"sourceObj":{"__isSmartRef__":true,"id":11048},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setPane2Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11080},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11081},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11080":{"source":{"__isSmartRef__":true,"id":11048},"target":{"__isSmartRef__":true,"id":10700}},"11081":{"updater":{"__isSmartRef__":true,"id":11082}},"11082":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11080},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11083},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11083":{},"11084":{"sourceObj":{"__isSmartRef__":true,"id":11048},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane2Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11085},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11085":{"source":{"__isSmartRef__":true,"id":11048},"target":{"__isSmartRef__":true,"id":10700}},"11086":{"sourceObj":{"__isSmartRef__":true,"id":11048},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane2Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11087},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11087":{"source":{"__isSmartRef__":true,"id":11048},"target":{"__isSmartRef__":true,"id":10700}},"11088":{"sourceObj":{"__isSmartRef__":true,"id":11048},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane2Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11089},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11089":{"source":{"__isSmartRef__":true,"id":11048},"target":{"__isSmartRef__":true,"id":10700}},"11090":{"target":{"__isSmartRef__":true,"id":5434},"browser":{"__isSmartRef__":true,"id":10700},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11091":{"source":{"__isSmartRef__":true,"id":10700},"target":{"__isSmartRef__":true,"id":11048}},"11092":{"sourceObj":{"__isSmartRef__":true,"id":10700},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":11093},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11121},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11093":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11094},"id":9,"renderContextTable":{"__isSmartRef__":true,"id":11099},"itemList":[{"__isSmartRef__":true,"id":11100},{"__isSmartRef__":true,"id":11102},{"__isSmartRef__":true,"id":11104},{"__isSmartRef__":true,"id":11106}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11108},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11109},"selectedLineNo":0,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":11110},{"__isSmartRef__":true,"id":11115},{"__isSmartRef__":true,"id":11117},{"__isSmartRef__":true,"id":11119}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11101},"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11094":{"_Position":{"__isSmartRef__":true,"id":11095},"renderContextTable":{"__isSmartRef__":true,"id":11096},"_Extent":{"__isSmartRef__":true,"id":11097},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11098},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11095":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11096":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11097":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11098":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11099":{"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","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"},"11100":{"isListItem":true,"string":"-- all --","value":{"__isSmartRef__":true,"id":11101}},"11101":{"target":{"__isSmartRef__":true,"id":5434},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11066},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11102":{"isListItem":true,"string":"HTML render settings","value":{"__isSmartRef__":true,"id":11103}},"11103":{"target":{"__isSmartRef__":true,"id":5436},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11066},"targets":[{"__isSmartRef__":true,"id":5436}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11104":{"isListItem":true,"string":"initializing","value":{"__isSmartRef__":true,"id":11105}},"11105":{"target":{"__isSmartRef__":true,"id":5438},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11066},"targets":[{"__isSmartRef__":true,"id":5438}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11106":{"isListItem":true,"string":"updating","value":{"__isSmartRef__":true,"id":11107}},"11107":{"target":{"__isSmartRef__":true,"id":5441},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11066},"targets":[{"__isSmartRef__":true,"id":5441}],"__LivelyClassName__":"lively.ide.MethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11108":{"morph":{"__isSmartRef__":true,"id":11093},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11109":{"x":410,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11110":{"sourceObj":{"__isSmartRef__":true,"id":11093},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setPane3Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11111},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11112},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11111":{"source":{"__isSmartRef__":true,"id":11093},"target":{"__isSmartRef__":true,"id":10700}},"11112":{"updater":{"__isSmartRef__":true,"id":11113}},"11113":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11111},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11114},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11114":{},"11115":{"sourceObj":{"__isSmartRef__":true,"id":11093},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11116},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11116":{"source":{"__isSmartRef__":true,"id":11093},"target":{"__isSmartRef__":true,"id":10700}},"11117":{"sourceObj":{"__isSmartRef__":true,"id":11093},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane3Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11118},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11118":{"source":{"__isSmartRef__":true,"id":11093},"target":{"__isSmartRef__":true,"id":10700}},"11119":{"sourceObj":{"__isSmartRef__":true,"id":11093},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane3Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11120},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11120":{"source":{"__isSmartRef__":true,"id":11093},"target":{"__isSmartRef__":true,"id":10700}},"11121":{"source":{"__isSmartRef__":true,"id":10700},"target":{"__isSmartRef__":true,"id":11093}},"11122":{"sourceObj":{"__isSmartRef__":true,"id":10700},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":11123},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11173},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11123":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11124},"id":10,"renderContextTable":{"__isSmartRef__":true,"id":11129},"itemList":[{"__isSmartRef__":true,"id":11130},{"__isSmartRef__":true,"id":11132},{"__isSmartRef__":true,"id":11134},{"__isSmartRef__":true,"id":11136},{"__isSmartRef__":true,"id":11138},{"__isSmartRef__":true,"id":11140},{"__isSmartRef__":true,"id":11142},{"__isSmartRef__":true,"id":11144},{"__isSmartRef__":true,"id":11146},{"__isSmartRef__":true,"id":11148},{"__isSmartRef__":true,"id":11150},{"__isSmartRef__":true,"id":11152},{"__isSmartRef__":true,"id":11154},{"__isSmartRef__":true,"id":11156}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11158},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11159},"selectedLineNo":13,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":11160},{"__isSmartRef__":true,"id":11165},{"__isSmartRef__":true,"id":11167},{"__isSmartRef__":true,"id":11169}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11171},"prevScroll":[0,48],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11124":{"_Position":{"__isSmartRef__":true,"id":11125},"renderContextTable":{"__isSmartRef__":true,"id":11126},"_Extent":{"__isSmartRef__":true,"id":11127},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11128},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11125":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11126":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11127":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11128":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11129":{"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","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"},"11130":{"isListItem":true,"string":"htmlDispatchTable (proto)","value":{"__isSmartRef__":true,"id":11131}},"11131":{"target":{"__isSmartRef__":true,"id":5435},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11132":{"isListItem":true,"string":"initHTML (proto)","value":{"__isSmartRef__":true,"id":11133}},"11133":{"target":{"__isSmartRef__":true,"id":5437},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11134":{"isListItem":true,"string":"renderHTML (proto)","value":{"__isSmartRef__":true,"id":11135}},"11135":{"target":{"__isSmartRef__":true,"id":5439},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11136":{"isListItem":true,"string":"setPositionHTML (proto)","value":{"__isSmartRef__":true,"id":11137}},"11137":{"target":{"__isSmartRef__":true,"id":5440},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11138":{"isListItem":true,"string":"setExtentHTML (proto)","value":{"__isSmartRef__":true,"id":11139}},"11139":{"target":{"__isSmartRef__":true,"id":5442},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11140":{"isListItem":true,"string":"setFillHTML (proto)","value":{"__isSmartRef__":true,"id":11141}},"11141":{"target":{"__isSmartRef__":true,"id":5443},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11142":{"isListItem":true,"string":"setBorderColorHTML (proto)","value":{"__isSmartRef__":true,"id":11143}},"11143":{"target":{"__isSmartRef__":true,"id":5444},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11144":{"isListItem":true,"string":"setBorderStyleHTML (proto)","value":{"__isSmartRef__":true,"id":11145}},"11145":{"target":{"__isSmartRef__":true,"id":5445},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11146":{"isListItem":true,"string":"setBorderWidthHTML (proto)","value":{"__isSmartRef__":true,"id":11147}},"11147":{"target":{"__isSmartRef__":true,"id":5446},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11148":{"isListItem":true,"string":"setBorderRadiusHTML (proto)","value":{"__isSmartRef__":true,"id":11149}},"11149":{"target":{"__isSmartRef__":true,"id":5447},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11150":{"isListItem":true,"string":"setStrokeOpacityHTML (proto)","value":{"__isSmartRef__":true,"id":11151}},"11151":{"target":{"__isSmartRef__":true,"id":5448},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11152":{"isListItem":true,"string":"setBorderHTML (proto)","value":{"__isSmartRef__":true,"id":11153}},"11153":{"target":{"__isSmartRef__":true,"id":5449},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11154":{"isListItem":true,"string":"setOpacityHTML (proto)","value":{"__isSmartRef__":true,"id":11155}},"11155":{"target":{"__isSmartRef__":true,"id":5450},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11156":{"isListItem":true,"string":"setClipModeHTML (proto)","value":{"__isSmartRef__":true,"id":11157}},"11157":{"target":{"__isSmartRef__":true,"id":5451},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11101},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11158":{"morph":{"__isSmartRef__":true,"id":11123},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11159":{"x":615,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11160":{"sourceObj":{"__isSmartRef__":true,"id":11123},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setPane4Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11161},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11162},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11161":{"source":{"__isSmartRef__":true,"id":11123},"target":{"__isSmartRef__":true,"id":10700}},"11162":{"updater":{"__isSmartRef__":true,"id":11163}},"11163":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11161},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11164},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11164":{},"11165":{"sourceObj":{"__isSmartRef__":true,"id":11123},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11166},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11166":{"source":{"__isSmartRef__":true,"id":11123},"target":{"__isSmartRef__":true,"id":10700}},"11167":{"sourceObj":{"__isSmartRef__":true,"id":11123},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane4Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11168},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11168":{"source":{"__isSmartRef__":true,"id":11123},"target":{"__isSmartRef__":true,"id":10700}},"11169":{"sourceObj":{"__isSmartRef__":true,"id":11123},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"getPane4Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11170},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11170":{"source":{"__isSmartRef__":true,"id":11123},"target":{"__isSmartRef__":true,"id":10700}},"11171":{"target":{"__isSmartRef__":true,"id":5451},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11172},"__LivelyClassName__":"lively.ide.ClassElemFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11172":{"target":{"__isSmartRef__":true,"id":5434},"browser":{"__isSmartRef__":true,"id":10700},"parent":{"__isSmartRef__":true,"id":11090},"__LivelyClassName__":"lively.ide.AllMethodCategoryFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11173":{"source":{"__isSmartRef__":true,"id":10700},"target":{"__isSmartRef__":true,"id":11123}},"11174":{"sourceObj":{"__isSmartRef__":true,"id":10700},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":11175},"targetMethodName":"setTextString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11191},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11175":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11176},"id":12,"renderContextTable":{"__isSmartRef__":true,"id":11180},"textChunks":[{"__isSmartRef__":true,"id":11181}],"eventHandler":{"__isSmartRef__":true,"id":11183},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11184},"_ClipMode":"scroll","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11185},"priorExtent":{"__isSmartRef__":true,"id":11186},"_MaxTextWidth":820,"_MaxTextHeight":302.5,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":10686},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":11187},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":11188},{"__isSmartRef__":true,"id":11189}],"doNotSerialize":["$$textString","$$savedTextString"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.shapeNode)\n ctx.shapeNode.style.overflow = modeString || 'auto';\n },","lastSyntaxHighlightTime":1314743764491,"savedTextString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.shapeNode)\n ctx.shapeNode.style.overflow = modeString || 'auto';\n },","styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"priorSelectionRange":[134,141],"charsReplaced":"visible","lastFindLoc":127,"lastSearchString":"shape","prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11176":{"_Position":{"__isSmartRef__":true,"id":11177},"renderContextTable":{"__isSmartRef__":true,"id":11178},"_Extent":{"__isSmartRef__":true,"id":11179},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11177":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11178":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11179":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11180":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11181":{"style":{"__isSmartRef__":true,"id":11182},"chunkOwner":{"__isSmartRef__":true,"id":11175},"storedString":" setClipModeHTML: function(ctx, modeString) {\n if (ctx.shapeNode)\n ctx.shapeNode.style.overflow = modeString || 'auto';\n },","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11182":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11183":{"morph":{"__isSmartRef__":true,"id":11175},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11184":{"x":5,"y":5,"width":-10,"height":-10,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11185":{"x":0,"y":247.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11186":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11187":{"resizeWidth":true,"resizeHeight":true},"11188":{"sourceObj":{"__isSmartRef__":true,"id":11175},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":11175},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11189":{"sourceObj":{"__isSmartRef__":true,"id":11175},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setSourceString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11190},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11190":{"source":{"__isSmartRef__":true,"id":11175},"target":{"__isSmartRef__":true,"id":10700}},"11191":{"source":{"__isSmartRef__":true,"id":10700},"target":{"__isSmartRef__":true,"id":11175}},"11192":{"sourceObj":{"__isSmartRef__":true,"id":10700},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":10687},"targetMethodName":"setTextString","converter":null,"converterString":null,"updaterString":"function ($upd, value) { value && $upd(String(value)) }","varMapping":{"__isSmartRef__":true,"id":11193},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11194},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11193":{"source":{"__isSmartRef__":true,"id":10700},"target":{"__isSmartRef__":true,"id":10687}},"11194":{"updater":{"__isSmartRef__":true,"id":11195}},"11195":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11193},"source":"function ($upd, value) { value && $upd(String(value)) }","funcProperties":{"__isSmartRef__":true,"id":11196},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11196":{},"11197":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"11198":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11199},"id":303,"renderContextTable":{"__isSmartRef__":true,"id":11204},"textChunks":[{"__isSmartRef__":true,"id":11205}],"eventHandler":{"__isSmartRef__":true,"id":11207},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"visible","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11208},"priorExtent":{"__isSmartRef__":true,"id":11209},"_MaxTextWidth":300,"_MaxTextHeight":30,"evalEnabled":false,"owner":null,"_TextColor":{"__isSmartRef__":true,"id":10342},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11199":{"_Position":{"__isSmartRef__":true,"id":11200},"renderContextTable":{"__isSmartRef__":true,"id":11201},"_Extent":{"__isSmartRef__":true,"id":11202},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11203},"_StrokeOpacity":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11200":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11201":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11202":{"x":300,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11203":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11204":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11205":{"style":{"__isSmartRef__":true,"id":11206},"chunkOwner":{"__isSmartRef__":true,"id":11198},"storedString":"Saving setClipModeHTML...\nSuccessfully saved\nSuccessfully evaluated setClipModeHTML","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11206":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11207":{"morph":{"__isSmartRef__":true,"id":11198},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11208":{"x":260,"y":136.25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11209":{"x":300,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11210":{"source":{"__isSmartRef__":true,"id":10687},"target":{"__isSmartRef__":true,"id":10700}},"11211":{"submorphs":[{"__isSmartRef__":true,"id":11212}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11224},"id":3,"renderContextTable":{"__isSmartRef__":true,"id":11228},"eventHandler":{"__isSmartRef__":true,"id":11229},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11230},"priorExtent":{"__isSmartRef__":true,"id":11231},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11232},"label":{"__isSmartRef__":true,"id":11212},"owner":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":11241}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":11246},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11212":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11213},"id":4,"renderContextTable":{"__isSmartRef__":true,"id":11217},"textChunks":[{"__isSmartRef__":true,"id":11218}],"eventHandler":{"__isSmartRef__":true,"id":11220},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11221},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11222},"priorExtent":{"__isSmartRef__":true,"id":11223},"_MaxTextWidth":98.39999999999999,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11211},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11213":{"_Position":{"__isSmartRef__":true,"id":11214},"renderContextTable":{"__isSmartRef__":true,"id":11215},"_Extent":{"__isSmartRef__":true,"id":11216},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11214":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11215":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11216":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11217":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11218":{"style":{"__isSmartRef__":true,"id":11219},"chunkOwner":{"__isSmartRef__":true,"id":11212},"storedString":"codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11219":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11220":{"morph":{"__isSmartRef__":true,"id":11212},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11221":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11222":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11223":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11224":{"_Position":{"__isSmartRef__":true,"id":11225},"renderContextTable":{"__isSmartRef__":true,"id":11226},"_Extent":{"__isSmartRef__":true,"id":11227},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11225":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11226":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11227":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11228":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11229":{"morph":{"__isSmartRef__":true,"id":11211},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11230":{"x":656,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11231":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11232":{"stops":[{"__isSmartRef__":true,"id":11233},{"__isSmartRef__":true,"id":11235},{"__isSmartRef__":true,"id":11237},{"__isSmartRef__":true,"id":11239}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11233":{"offset":0,"color":{"__isSmartRef__":true,"id":11234}},"11234":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11235":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11236}},"11236":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11237":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11238}},"11238":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11239":{"offset":1,"color":{"__isSmartRef__":true,"id":11240}},"11240":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11241":{"sourceObj":{"__isSmartRef__":true,"id":11211},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setTargetURL","converterString":"function () { return URL.codeBase.withFilename('lively/')}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11242},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11243},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11242":{"source":{"__isSmartRef__":true,"id":11211},"target":{"__isSmartRef__":true,"id":10700}},"11243":{"converter":{"__isSmartRef__":true,"id":11244}},"11244":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11242},"source":"function () { return URL.codeBase.withFilename('lively/')}","funcProperties":{"__isSmartRef__":true,"id":11245},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11245":{},"11246":{"moveHorizontal":true},"11247":{"submorphs":[{"__isSmartRef__":true,"id":11248}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11260},"id":5,"renderContextTable":{"__isSmartRef__":true,"id":11264},"eventHandler":{"__isSmartRef__":true,"id":11265},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11266},"priorExtent":{"__isSmartRef__":true,"id":11267},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11268},"label":{"__isSmartRef__":true,"id":11248},"owner":{"__isSmartRef__":true,"id":10686},"attributeConnections":[{"__isSmartRef__":true,"id":11277}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":11279},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11248":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11249},"id":6,"renderContextTable":{"__isSmartRef__":true,"id":11253},"textChunks":[{"__isSmartRef__":true,"id":11254}],"eventHandler":{"__isSmartRef__":true,"id":11256},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11257},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11258},"priorExtent":{"__isSmartRef__":true,"id":11259},"_MaxTextWidth":65.6,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11247},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11249":{"_Position":{"__isSmartRef__":true,"id":11250},"renderContextTable":{"__isSmartRef__":true,"id":11251},"_Extent":{"__isSmartRef__":true,"id":11252},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11250":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11251":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11252":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11253":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11254":{"style":{"__isSmartRef__":true,"id":11255},"chunkOwner":{"__isSmartRef__":true,"id":11248},"storedString":"local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11255":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11256":{"morph":{"__isSmartRef__":true,"id":11248},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11257":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11258":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11259":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11260":{"_Position":{"__isSmartRef__":true,"id":11261},"renderContextTable":{"__isSmartRef__":true,"id":11262},"_Extent":{"__isSmartRef__":true,"id":11263},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11261":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11262":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11263":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11264":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11265":{"morph":{"__isSmartRef__":true,"id":11247},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11266":{"x":754.4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11267":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11268":{"stops":[{"__isSmartRef__":true,"id":11269},{"__isSmartRef__":true,"id":11271},{"__isSmartRef__":true,"id":11273},{"__isSmartRef__":true,"id":11275}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11269":{"offset":0,"color":{"__isSmartRef__":true,"id":11270}},"11270":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11271":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11272}},"11272":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11273":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11274}},"11274":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11275":{"offset":1,"color":{"__isSmartRef__":true,"id":11276}},"11276":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11277":{"sourceObj":{"__isSmartRef__":true,"id":11247},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":10700},"targetMethodName":"setTargetURL","converter":null,"converterString":"function () { return URL.source.getDirectory() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11278},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11278":{"source":{"__isSmartRef__":true,"id":11247},"target":{"__isSmartRef__":true,"id":10700}},"11279":{"moveHorizontal":true},"11280":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11281},"id":11,"renderContextTable":{"__isSmartRef__":true,"id":11285},"eventHandler":{"__isSmartRef__":true,"id":11286},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"_Position":{"__isSmartRef__":true,"id":11287},"fixed":[{"__isSmartRef__":true,"id":10702},{"__isSmartRef__":true,"id":10736},{"__isSmartRef__":true,"id":10770},{"__isSmartRef__":true,"id":10804},{"__isSmartRef__":true,"id":10838},{"__isSmartRef__":true,"id":10872},{"__isSmartRef__":true,"id":10906}],"scalingBelow":[{"__isSmartRef__":true,"id":11175}],"scalingAbove":[{"__isSmartRef__":true,"id":10946},{"__isSmartRef__":true,"id":11048},{"__isSmartRef__":true,"id":11093},{"__isSmartRef__":true,"id":11123}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":10686},"styleClass":["Browser_resizer"],"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11281":{"_Position":{"__isSmartRef__":true,"id":11282},"renderContextTable":{"__isSmartRef__":true,"id":11283},"_Extent":{"__isSmartRef__":true,"id":11284},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11282":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11283":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11284":{"x":820,"y":5.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11285":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11286":{"morph":{"__isSmartRef__":true,"id":11280},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11287":{"x":0,"y":242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11288":{"_Position":{"__isSmartRef__":true,"id":11289},"renderContextTable":{"__isSmartRef__":true,"id":11290},"_Extent":{"__isSmartRef__":true,"id":11291},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":11292},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11289":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11290":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11291":{"x":820,"y":550,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11292":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11293":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11294":{"morph":{"__isSmartRef__":true,"id":10686},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11295":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"11296":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11297":{"renderContextTable":{"__isSmartRef__":true,"id":11298},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":11299},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11298":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11299":{"x":820,"y":571,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11300":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11301":{"morph":{"__isSmartRef__":true,"id":10562},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11302":{"adjustForNewBounds":true},"11303":{"x":919.5,"y":980.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11304":{"x":820,"y":571,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11305":{"x":1583,"y":987,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11306":{"submorphs":[{"__isSmartRef__":true,"id":11307},{"__isSmartRef__":true,"id":11430}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12054},"id":1287,"renderContextTable":{"__isSmartRef__":true,"id":12057},"eventHandler":{"__isSmartRef__":true,"id":12058},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":12059},"LK2":true,"_Position":{"__isSmartRef__":true,"id":12060},"priorExtent":{"__isSmartRef__":true,"id":12061},"targetMorph":{"__isSmartRef__":true,"id":11430},"titleBar":{"__isSmartRef__":true,"id":11307},"contentOffset":{"__isSmartRef__":true,"id":12053},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":true,"_Rotation":0,"_Scale":1,"prevDragPos":{"__isSmartRef__":true,"id":12062},"isBeingDragged":false,"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.Window","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"11307":{"submorphs":[{"__isSmartRef__":true,"id":11308},{"__isSmartRef__":true,"id":11320},{"__isSmartRef__":true,"id":11354},{"__isSmartRef__":true,"id":11387}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11421},"id":1288,"renderContextTable":{"__isSmartRef__":true,"id":11425},"eventHandler":{"__isSmartRef__":true,"id":11426},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":11427},"_Position":{"__isSmartRef__":true,"id":11428},"windowMorph":{"__isSmartRef__":true,"id":11306},"label":{"__isSmartRef__":true,"id":11308},"closeButton":{"__isSmartRef__":true,"id":11320},"menuButton":{"__isSmartRef__":true,"id":11354},"collapseButton":{"__isSmartRef__":true,"id":11387},"priorExtent":{"__isSmartRef__":true,"id":11429},"owner":{"__isSmartRef__":true,"id":11306},"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.TitleBar"},"11308":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11309},"id":1289,"renderContextTable":{"__isSmartRef__":true,"id":11313},"textChunks":[{"__isSmartRef__":true,"id":11314}],"eventHandler":{"__isSmartRef__":true,"id":11316},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":676},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":11317},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":11307},"priorExtent":{"__isSmartRef__":true,"id":11318},"_MaxTextWidth":761,"_MaxTextHeight":17,"_Position":{"__isSmartRef__":true,"id":11319},"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"11309":{"_Position":{"__isSmartRef__":true,"id":11310},"renderContextTable":{"__isSmartRef__":true,"id":11311},"_Extent":{"__isSmartRef__":true,"id":11312},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"_BorderRadius":0,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11310":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11311":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11312":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11313":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11314":{"style":{"__isSmartRef__":true,"id":11315},"chunkOwner":{"__isSmartRef__":true,"id":11308},"storedString":"Experiments.js:ClippingWithShapeLayer:lively.morphic.Text","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11315":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11316":{"morph":{"__isSmartRef__":true,"id":11308},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11317":{"resizeWidth":true},"11318":{"x":761,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11319":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11320":{"submorphs":[{"__isSmartRef__":true,"id":11321}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11332},"id":1290,"renderContextTable":{"__isSmartRef__":true,"id":11336},"eventHandler":{"__isSmartRef__":true,"id":11337},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11338},"priorExtent":{"__isSmartRef__":true,"id":11339},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":11340},"label":{"__isSmartRef__":true,"id":11321},"owner":{"__isSmartRef__":true,"id":11307},"layout":{"__isSmartRef__":true,"id":11349},"attributeConnections":[{"__isSmartRef__":true,"id":11350},{"__isSmartRef__":true,"id":11352}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"11321":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11322},"id":1291,"renderContextTable":{"__isSmartRef__":true,"id":11326},"textChunks":[{"__isSmartRef__":true,"id":11327}],"eventHandler":{"__isSmartRef__":true,"id":11329},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":11330},"priorExtent":{"__isSmartRef__":true,"id":11331},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11320},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"11322":{"_Position":{"__isSmartRef__":true,"id":11323},"renderContextTable":{"__isSmartRef__":true,"id":11324},"_Extent":{"__isSmartRef__":true,"id":11325},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11323":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11324":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11325":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11326":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11327":{"style":{"__isSmartRef__":true,"id":11328},"chunkOwner":{"__isSmartRef__":true,"id":11321},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk"},"11328":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"11329":{"morph":{"__isSmartRef__":true,"id":11321},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11330":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11331":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11332":{"_Position":{"__isSmartRef__":true,"id":11333},"renderContextTable":{"__isSmartRef__":true,"id":11334},"_Extent":{"__isSmartRef__":true,"id":11335},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11333":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11334":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11335":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11336":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11337":{"morph":{"__isSmartRef__":true,"id":11320},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11338":{"x":800,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11339":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11340":{"stops":[{"__isSmartRef__":true,"id":11341},{"__isSmartRef__":true,"id":11343},{"__isSmartRef__":true,"id":11345},{"__isSmartRef__":true,"id":11347}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"11341":{"offset":0,"color":{"__isSmartRef__":true,"id":11342}},"11342":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11343":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11344}},"11344":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11345":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11346}},"11346":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11347":{"offset":1,"color":{"__isSmartRef__":true,"id":11348}},"11348":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11349":{"moveHorizontal":true},"11350":{"sourceObj":{"__isSmartRef__":true,"id":11320},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":11306},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11351},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11351":{"source":{"__isSmartRef__":true,"id":11320},"target":{"__isSmartRef__":true,"id":11306}},"11352":{"sourceObj":{"__isSmartRef__":true,"id":11320},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11306},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11353},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11353":{"source":{"__isSmartRef__":true,"id":11320},"target":{"__isSmartRef__":true,"id":11306}},"11354":{"submorphs":[{"__isSmartRef__":true,"id":11355}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11366},"id":1292,"renderContextTable":{"__isSmartRef__":true,"id":11370},"eventHandler":{"__isSmartRef__":true,"id":11371},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11372},"priorExtent":{"__isSmartRef__":true,"id":11373},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":11374},"label":{"__isSmartRef__":true,"id":11355},"owner":{"__isSmartRef__":true,"id":11307},"attributeConnections":[{"__isSmartRef__":true,"id":11383},{"__isSmartRef__":true,"id":11385}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"11355":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11356},"id":1293,"renderContextTable":{"__isSmartRef__":true,"id":11360},"textChunks":[{"__isSmartRef__":true,"id":11361}],"eventHandler":{"__isSmartRef__":true,"id":11363},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":11364},"priorExtent":{"__isSmartRef__":true,"id":11365},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11354},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"11356":{"_Position":{"__isSmartRef__":true,"id":11357},"renderContextTable":{"__isSmartRef__":true,"id":11358},"_Extent":{"__isSmartRef__":true,"id":11359},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11357":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11358":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11359":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11360":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11361":{"style":{"__isSmartRef__":true,"id":11362},"chunkOwner":{"__isSmartRef__":true,"id":11355},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk"},"11362":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"11363":{"morph":{"__isSmartRef__":true,"id":11355},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11364":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11365":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11366":{"_Position":{"__isSmartRef__":true,"id":11367},"renderContextTable":{"__isSmartRef__":true,"id":11368},"_Extent":{"__isSmartRef__":true,"id":11369},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11367":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11368":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11369":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11370":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11371":{"morph":{"__isSmartRef__":true,"id":11354},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11372":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11373":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11374":{"stops":[{"__isSmartRef__":true,"id":11375},{"__isSmartRef__":true,"id":11377},{"__isSmartRef__":true,"id":11379},{"__isSmartRef__":true,"id":11381}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"11375":{"offset":0,"color":{"__isSmartRef__":true,"id":11376}},"11376":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11377":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11378}},"11378":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11379":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11380}},"11380":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11381":{"offset":1,"color":{"__isSmartRef__":true,"id":11382}},"11382":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11383":{"sourceObj":{"__isSmartRef__":true,"id":11354},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":11306},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11384},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11384":{"source":{"__isSmartRef__":true,"id":11354},"target":{"__isSmartRef__":true,"id":11306}},"11385":{"sourceObj":{"__isSmartRef__":true,"id":11354},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11306},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11386},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11386":{"source":{"__isSmartRef__":true,"id":11354},"target":{"__isSmartRef__":true,"id":11306}},"11387":{"submorphs":[{"__isSmartRef__":true,"id":11388}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11399},"id":1294,"renderContextTable":{"__isSmartRef__":true,"id":11403},"eventHandler":{"__isSmartRef__":true,"id":11404},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11405},"priorExtent":{"__isSmartRef__":true,"id":11406},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":698},"lighterFill":{"__isSmartRef__":true,"id":11407},"label":{"__isSmartRef__":true,"id":11388},"owner":{"__isSmartRef__":true,"id":11307},"layout":{"__isSmartRef__":true,"id":11416},"attributeConnections":[{"__isSmartRef__":true,"id":11417},{"__isSmartRef__":true,"id":11419}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__SourceModuleName__":"Global.lively.morphic.Widgets","__LivelyClassName__":"lively.morphic.WindowControl"},"11388":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11389},"id":1295,"renderContextTable":{"__isSmartRef__":true,"id":11393},"textChunks":[{"__isSmartRef__":true,"id":11394}],"eventHandler":{"__isSmartRef__":true,"id":11396},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":690},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":11397},"priorExtent":{"__isSmartRef__":true,"id":11398},"_MaxTextWidth":17,"_MaxTextHeight":17,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11387},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.Text"},"11389":{"_Position":{"__isSmartRef__":true,"id":11390},"renderContextTable":{"__isSmartRef__":true,"id":11391},"_Extent":{"__isSmartRef__":true,"id":11392},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":671},"_Fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11390":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11391":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11392":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11393":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11394":{"style":{"__isSmartRef__":true,"id":11395},"chunkOwner":{"__isSmartRef__":true,"id":11388},"__SourceModuleName__":"Global.lively.morphic.TextCore","storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk"},"11395":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"11396":{"morph":{"__isSmartRef__":true,"id":11388},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11397":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11398":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11399":{"_Position":{"__isSmartRef__":true,"id":11400},"renderContextTable":{"__isSmartRef__":true,"id":11401},"_Extent":{"__isSmartRef__":true,"id":11402},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":697},"_Fill":{"__isSmartRef__":true,"id":698},"_StrokeOpacity":0,"_BorderRadius":5,"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11400":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11401":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11402":{"x":17,"y":17,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11403":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11404":{"morph":{"__isSmartRef__":true,"id":11387},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11405":{"x":781,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11406":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11407":{"stops":[{"__isSmartRef__":true,"id":11408},{"__isSmartRef__":true,"id":11410},{"__isSmartRef__":true,"id":11412},{"__isSmartRef__":true,"id":11414}],"vector":{"__isSmartRef__":true,"id":707},"__SourceModuleName__":"Global.lively.morphic.Shapes","__LivelyClassName__":"lively.morphic.LinearGradient"},"11408":{"offset":0,"color":{"__isSmartRef__":true,"id":11409}},"11409":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11410":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11411}},"11411":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11412":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11413}},"11413":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11414":{"offset":1,"color":{"__isSmartRef__":true,"id":11415}},"11415":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"11416":{"moveHorizontal":true},"11417":{"sourceObj":{"__isSmartRef__":true,"id":11387},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":11306},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11418},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11418":{"source":{"__isSmartRef__":true,"id":11387},"target":{"__isSmartRef__":true,"id":11306}},"11419":{"sourceObj":{"__isSmartRef__":true,"id":11387},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11306},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11420},"__SourceModuleName__":"Global.lively.bindings","__LivelyClassName__":"AttributeConnection"},"11420":{"source":{"__isSmartRef__":true,"id":11387},"target":{"__isSmartRef__":true,"id":11306}},"11421":{"_Position":{"__isSmartRef__":true,"id":11422},"renderContextTable":{"__isSmartRef__":true,"id":11423},"_Extent":{"__isSmartRef__":true,"id":11424},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":797},"_Fill":{"__isSmartRef__":true,"id":533},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"11422":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11423":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11424":{"x":820,"y":22,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11425":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11426":{"morph":{"__isSmartRef__":true,"id":11307},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"11427":{"resizeWidth":true,"adjustForNewBounds":true},"11428":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"11429":{"x":820,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11430":{"submorphs":[{"__isSmartRef__":true,"id":11431},{"__isSmartRef__":true,"id":11968},{"__isSmartRef__":true,"id":12004},{"__isSmartRef__":true,"id":11690},{"__isSmartRef__":true,"id":11792},{"__isSmartRef__":true,"id":11828},{"__isSmartRef__":true,"id":11862},{"__isSmartRef__":true,"id":12037},{"__isSmartRef__":true,"id":11888},{"__isSmartRef__":true,"id":11446},{"__isSmartRef__":true,"id":11480},{"__isSmartRef__":true,"id":11514},{"__isSmartRef__":true,"id":11548},{"__isSmartRef__":true,"id":11582},{"__isSmartRef__":true,"id":11616},{"__isSmartRef__":true,"id":11650}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12045},"id":53,"renderContextTable":{"__isSmartRef__":true,"id":12050},"eventHandler":{"__isSmartRef__":true,"id":12051},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":12052},"_Position":{"__isSmartRef__":true,"id":12053},"locationPane":{"__isSmartRef__":true,"id":11431},"codeBaseDirBtn":{"__isSmartRef__":true,"id":11968},"localDirBtn":{"__isSmartRef__":true,"id":12004},"Pane1":{"__isSmartRef__":true,"id":11690},"Pane2":{"__isSmartRef__":true,"id":11792},"Pane3":{"__isSmartRef__":true,"id":11828},"Pane4":{"__isSmartRef__":true,"id":11862},"midResizer":{"__isSmartRef__":true,"id":12037},"sourcePane":{"__isSmartRef__":true,"id":11888},"ownerWidget":{"__isSmartRef__":true,"id":11444},"owner":{"__isSmartRef__":true,"id":11306},"targetURL":{"__isSmartRef__":true,"id":11954},"__LivelyClassName__":"lively.ide.BrowserPanel","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11431":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11432},"id":54,"renderContextTable":{"__isSmartRef__":true,"id":11436},"textChunks":[{"__isSmartRef__":true,"id":11437}],"eventHandler":{"__isSmartRef__":true,"id":11439},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11440},"priorExtent":{"__isSmartRef__":true,"id":11441},"_MaxTextWidth":656,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11430},"isInputLine":true,"layout":{"__isSmartRef__":true,"id":11442},"noEval":true,"styleClass":["Browser_locationInput"],"attributeConnections":[{"__isSmartRef__":true,"id":11443}],"doNotSerialize":["$$savedTextString"],"doNotCopyProperties":["$$savedTextString"],"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11432":{"_Position":{"__isSmartRef__":true,"id":11433},"renderContextTable":{"__isSmartRef__":true,"id":11434},"_Extent":{"__isSmartRef__":true,"id":11435},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11433":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11434":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11435":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11436":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11437":{"style":{"__isSmartRef__":true,"id":11438},"chunkOwner":{"__isSmartRef__":true,"id":11431},"storedString":"http://localhost/webwerkstatt/lively/morphic/","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11438":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11439":{"morph":{"__isSmartRef__":true,"id":11431},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11440":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11441":{"x":656,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11442":{"resizeWidth":true},"11443":{"sourceObj":{"__isSmartRef__":true,"id":11431},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setTargetURL","converter":null,"converterString":"function (value) { return new URL(value) }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11967},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11444":{"buttonCommands":[{"__isSmartRef__":true,"id":11445},{"__isSmartRef__":true,"id":11479},{"__isSmartRef__":true,"id":11513},{"__isSmartRef__":true,"id":11547},{"__isSmartRef__":true,"id":11581},{"__isSmartRef__":true,"id":11615},{"__isSmartRef__":true,"id":11649}],"RootFilters":[{"__isSmartRef__":true,"id":11683}],"Pane1Filters":[{"__isSmartRef__":true,"id":11684},{"__isSmartRef__":true,"id":11685}],"Pane2Filters":[{"__isSmartRef__":true,"id":11686}],"Pane3Filters":[{"__isSmartRef__":true,"id":11687}],"Pane4Filters":[{"__isSmartRef__":true,"id":11688}],"evaluate":true,"panel":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":11689},{"__isSmartRef__":true,"id":11791},{"__isSmartRef__":true,"id":11827},{"__isSmartRef__":true,"id":11861},{"__isSmartRef__":true,"id":11887},{"__isSmartRef__":true,"id":11949}],"SourceString":"\n.refineClass(lively.morphic.Text, {\n setClipModeHTML: function(ctx, modeString) {\n this.shape && this.shape.setClipMode(modeString);\n // if (ctx.textNode)\n // ctx.textNode.style.overflow = modeString || 'auto';\n },\n})","sourceString":"\n.refineClass(lively.morphic.Text, {\n setClipModeHTML: function(ctx, modeString) {\n this.shape && this.shape.setClipMode(modeString);\n // if (ctx.textNode)\n // ctx.textNode.style.overflow = modeString || 'auto';\n },\n})","doNotSerialize":["$$targetURL"],"doNotCopyProperties":["$$targetURL"],"targetURL":{"__isSmartRef__":true,"id":11954},"_rootNode":{"__isSmartRef__":true,"id":11700},"Pane1Selection":{"__isSmartRef__":true,"id":11720},"pane1Selection":{"__isSmartRef__":true,"id":11720},"Pane2Selection":{"__isSmartRef__":true,"id":11812},"pane2Selection":{"__isSmartRef__":true,"id":11812},"Pane3Selection":{"__isSmartRef__":true,"id":11838},"pane3Selection":{"__isSmartRef__":true,"id":11838},"Pane4Selection":null,"pane4Selection":null,"Pane4Content":[{"__isSmartRef__":true,"id":11869}],"Pane3Content":[{"__isSmartRef__":true,"id":11835},{"__isSmartRef__":true,"id":11837},{"__isSmartRef__":true,"id":11839},{"__isSmartRef__":true,"id":11841},{"__isSmartRef__":true,"id":11843},{"__isSmartRef__":true,"id":11845}],"Pane2Content":[{"__isSmartRef__":true,"id":11799},{"__isSmartRef__":true,"id":11801},{"__isSmartRef__":true,"id":11803},{"__isSmartRef__":true,"id":11805},{"__isSmartRef__":true,"id":11807},{"__isSmartRef__":true,"id":11809},{"__isSmartRef__":true,"id":11811}],"Pane1Content":[{"__isSmartRef__":true,"id":11697},{"__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}],"Pane1Menu":[["Remove from world requirements"],["remove"],["reparse"],["-------"],["open in text editor"],["show versions"],["diff versions"]],"Pane2Menu":[["add sibling below"],["remove"],["-------"],["view hierarchy"],["add class"],["add object extension"],["add layer"]],"Pane3Menu":[["add sibling below"],["remove"]],"currentModuleName":"lively.morphic.Experiments","Pane4Menu":[["-------"],["add method"]],"_statusMorph":{"__isSmartRef__":true,"id":11955},"__LivelyClassName__":"lively.ide.SystemBrowser","__SourceModuleName__":"Global.lively.ide.SystemCodeBrowser"},"11445":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11446},"__LivelyClassName__":"lively.ide.AddNewFileCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11446":{"submorphs":[{"__isSmartRef__":true,"id":11447}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11459},"id":65,"renderContextTable":{"__isSmartRef__":true,"id":11463},"eventHandler":{"__isSmartRef__":true,"id":11464},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11465},"priorExtent":{"__isSmartRef__":true,"id":11466},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11467},"label":{"__isSmartRef__":true,"id":11447},"command":{"__isSmartRef__":true,"id":11445},"attributeConnections":[{"__isSmartRef__":true,"id":11476},{"__isSmartRef__":true,"id":11477}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11447":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11448},"id":66,"renderContextTable":{"__isSmartRef__":true,"id":11452},"textChunks":[{"__isSmartRef__":true,"id":11453}],"eventHandler":{"__isSmartRef__":true,"id":11455},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11456},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11457},"priorExtent":{"__isSmartRef__":true,"id":11458},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11446},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11448":{"_Position":{"__isSmartRef__":true,"id":11449},"renderContextTable":{"__isSmartRef__":true,"id":11450},"_Extent":{"__isSmartRef__":true,"id":11451},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11449":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11450":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11451":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11452":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11453":{"style":{"__isSmartRef__":true,"id":11454},"chunkOwner":{"__isSmartRef__":true,"id":11447},"storedString":"Add module","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11454":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11455":{"morph":{"__isSmartRef__":true,"id":11447},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11456":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11457":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11458":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11459":{"_Position":{"__isSmartRef__":true,"id":11460},"renderContextTable":{"__isSmartRef__":true,"id":11461},"_Extent":{"__isSmartRef__":true,"id":11462},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11460":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11461":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11462":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11463":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11464":{"morph":{"__isSmartRef__":true,"id":11446},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11465":{"x":0,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11466":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11467":{"stops":[{"__isSmartRef__":true,"id":11468},{"__isSmartRef__":true,"id":11470},{"__isSmartRef__":true,"id":11472},{"__isSmartRef__":true,"id":11474}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11468":{"offset":0,"color":{"__isSmartRef__":true,"id":11469}},"11469":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11470":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11471}},"11471":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11472":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11473}},"11473":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11474":{"offset":1,"color":{"__isSmartRef__":true,"id":11475}},"11475":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11476":{"sourceObj":{"__isSmartRef__":true,"id":11446},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11445},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11477":{"sourceObj":{"__isSmartRef__":true,"id":11446},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11446},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11478},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11478":{"source":{"__isSmartRef__":true,"id":11446},"target":{"__isSmartRef__":true,"id":11446}},"11479":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11480},"__LivelyClassName__":"lively.ide.AllModulesLoadCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11480":{"submorphs":[{"__isSmartRef__":true,"id":11481}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11493},"id":67,"renderContextTable":{"__isSmartRef__":true,"id":11497},"eventHandler":{"__isSmartRef__":true,"id":11498},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11499},"priorExtent":{"__isSmartRef__":true,"id":11500},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11501},"label":{"__isSmartRef__":true,"id":11481},"command":{"__isSmartRef__":true,"id":11479},"attributeConnections":[{"__isSmartRef__":true,"id":11510},{"__isSmartRef__":true,"id":11511}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11481":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11482},"id":68,"renderContextTable":{"__isSmartRef__":true,"id":11486},"textChunks":[{"__isSmartRef__":true,"id":11487}],"eventHandler":{"__isSmartRef__":true,"id":11489},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11490},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11491},"priorExtent":{"__isSmartRef__":true,"id":11492},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11480},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11482":{"_Position":{"__isSmartRef__":true,"id":11483},"renderContextTable":{"__isSmartRef__":true,"id":11484},"_Extent":{"__isSmartRef__":true,"id":11485},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11483":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11484":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11485":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11486":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11487":{"style":{"__isSmartRef__":true,"id":11488},"chunkOwner":{"__isSmartRef__":true,"id":11481},"storedString":"Load all","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11488":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11489":{"morph":{"__isSmartRef__":true,"id":11481},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11490":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11491":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11492":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11493":{"_Position":{"__isSmartRef__":true,"id":11494},"renderContextTable":{"__isSmartRef__":true,"id":11495},"_Extent":{"__isSmartRef__":true,"id":11496},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11494":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11495":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11496":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11497":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11498":{"morph":{"__isSmartRef__":true,"id":11480},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11499":{"x":117.14285714285714,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11500":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11501":{"stops":[{"__isSmartRef__":true,"id":11502},{"__isSmartRef__":true,"id":11504},{"__isSmartRef__":true,"id":11506},{"__isSmartRef__":true,"id":11508}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11502":{"offset":0,"color":{"__isSmartRef__":true,"id":11503}},"11503":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11504":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11505}},"11505":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11506":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11507}},"11507":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11508":{"offset":1,"color":{"__isSmartRef__":true,"id":11509}},"11509":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11510":{"sourceObj":{"__isSmartRef__":true,"id":11480},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11479},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11511":{"sourceObj":{"__isSmartRef__":true,"id":11480},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11480},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11512},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11512":{"source":{"__isSmartRef__":true,"id":11480},"target":{"__isSmartRef__":true,"id":11480}},"11513":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11514},"__LivelyClassName__":"lively.ide.ShowLineNumbersCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11514":{"submorphs":[{"__isSmartRef__":true,"id":11515}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11527},"id":69,"renderContextTable":{"__isSmartRef__":true,"id":11531},"eventHandler":{"__isSmartRef__":true,"id":11532},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11533},"priorExtent":{"__isSmartRef__":true,"id":11534},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11535},"label":{"__isSmartRef__":true,"id":11515},"command":{"__isSmartRef__":true,"id":11513},"attributeConnections":[{"__isSmartRef__":true,"id":11544},{"__isSmartRef__":true,"id":11545}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11515":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11516},"id":70,"renderContextTable":{"__isSmartRef__":true,"id":11520},"textChunks":[{"__isSmartRef__":true,"id":11521}],"eventHandler":{"__isSmartRef__":true,"id":11523},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11524},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11525},"priorExtent":{"__isSmartRef__":true,"id":11526},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11514},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11516":{"_Position":{"__isSmartRef__":true,"id":11517},"renderContextTable":{"__isSmartRef__":true,"id":11518},"_Extent":{"__isSmartRef__":true,"id":11519},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11517":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11518":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11519":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11520":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11521":{"style":{"__isSmartRef__":true,"id":11522},"chunkOwner":{"__isSmartRef__":true,"id":11515},"storedString":"LineNo","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11522":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11523":{"morph":{"__isSmartRef__":true,"id":11515},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11524":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11525":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11526":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11527":{"_Position":{"__isSmartRef__":true,"id":11528},"renderContextTable":{"__isSmartRef__":true,"id":11529},"_Extent":{"__isSmartRef__":true,"id":11530},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11528":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11529":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11530":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11531":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11532":{"morph":{"__isSmartRef__":true,"id":11514},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11533":{"x":234.28571428571428,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11534":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11535":{"stops":[{"__isSmartRef__":true,"id":11536},{"__isSmartRef__":true,"id":11538},{"__isSmartRef__":true,"id":11540},{"__isSmartRef__":true,"id":11542}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11536":{"offset":0,"color":{"__isSmartRef__":true,"id":11537}},"11537":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11538":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11539}},"11539":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11540":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11541}},"11541":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11542":{"offset":1,"color":{"__isSmartRef__":true,"id":11543}},"11543":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11544":{"sourceObj":{"__isSmartRef__":true,"id":11514},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11513},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11545":{"sourceObj":{"__isSmartRef__":true,"id":11514},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11514},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11546},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11546":{"source":{"__isSmartRef__":true,"id":11514},"target":{"__isSmartRef__":true,"id":11514}},"11547":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11548},"__LivelyClassName__":"lively.ide.ParserDebugCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11548":{"submorphs":[{"__isSmartRef__":true,"id":11549}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11561},"id":71,"renderContextTable":{"__isSmartRef__":true,"id":11565},"eventHandler":{"__isSmartRef__":true,"id":11566},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11567},"priorExtent":{"__isSmartRef__":true,"id":11568},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11569},"label":{"__isSmartRef__":true,"id":11549},"command":{"__isSmartRef__":true,"id":11547},"attributeConnections":[{"__isSmartRef__":true,"id":11578},{"__isSmartRef__":true,"id":11579}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11549":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11550},"id":72,"renderContextTable":{"__isSmartRef__":true,"id":11554},"textChunks":[{"__isSmartRef__":true,"id":11555}],"eventHandler":{"__isSmartRef__":true,"id":11557},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11558},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11559},"priorExtent":{"__isSmartRef__":true,"id":11560},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11548},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11550":{"_Position":{"__isSmartRef__":true,"id":11551},"renderContextTable":{"__isSmartRef__":true,"id":11552},"_Extent":{"__isSmartRef__":true,"id":11553},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11551":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11552":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11553":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11554":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11555":{"style":{"__isSmartRef__":true,"id":11556},"chunkOwner":{"__isSmartRef__":true,"id":11549},"storedString":"Dbg errors is off","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11556":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11557":{"morph":{"__isSmartRef__":true,"id":11549},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11558":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11559":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11560":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11561":{"_Position":{"__isSmartRef__":true,"id":11562},"renderContextTable":{"__isSmartRef__":true,"id":11563},"_Extent":{"__isSmartRef__":true,"id":11564},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11562":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11563":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11564":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11565":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11566":{"morph":{"__isSmartRef__":true,"id":11548},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11567":{"x":351.42857142857144,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11568":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11569":{"stops":[{"__isSmartRef__":true,"id":11570},{"__isSmartRef__":true,"id":11572},{"__isSmartRef__":true,"id":11574},{"__isSmartRef__":true,"id":11576}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11570":{"offset":0,"color":{"__isSmartRef__":true,"id":11571}},"11571":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11572":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11573}},"11573":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11574":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11575}},"11575":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11576":{"offset":1,"color":{"__isSmartRef__":true,"id":11577}},"11577":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11578":{"sourceObj":{"__isSmartRef__":true,"id":11548},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11547},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11579":{"sourceObj":{"__isSmartRef__":true,"id":11548},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11548},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11580},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11580":{"source":{"__isSmartRef__":true,"id":11548},"target":{"__isSmartRef__":true,"id":11548}},"11581":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11582},"__LivelyClassName__":"lively.ide.EvaluateCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11582":{"submorphs":[{"__isSmartRef__":true,"id":11583}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11595},"id":73,"renderContextTable":{"__isSmartRef__":true,"id":11599},"eventHandler":{"__isSmartRef__":true,"id":11600},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11601},"priorExtent":{"__isSmartRef__":true,"id":11602},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11603},"label":{"__isSmartRef__":true,"id":11583},"command":{"__isSmartRef__":true,"id":11581},"attributeConnections":[{"__isSmartRef__":true,"id":11612},{"__isSmartRef__":true,"id":11613}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11583":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11584},"id":74,"renderContextTable":{"__isSmartRef__":true,"id":11588},"textChunks":[{"__isSmartRef__":true,"id":11589}],"eventHandler":{"__isSmartRef__":true,"id":11591},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11592},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11593},"priorExtent":{"__isSmartRef__":true,"id":11594},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11582},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11584":{"_Position":{"__isSmartRef__":true,"id":11585},"renderContextTable":{"__isSmartRef__":true,"id":11586},"_Extent":{"__isSmartRef__":true,"id":11587},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11585":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11586":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11587":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11588":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11589":{"style":{"__isSmartRef__":true,"id":11590},"chunkOwner":{"__isSmartRef__":true,"id":11583},"storedString":"Eval on","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11590":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11591":{"morph":{"__isSmartRef__":true,"id":11583},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11592":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11593":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11594":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11595":{"_Position":{"__isSmartRef__":true,"id":11596},"renderContextTable":{"__isSmartRef__":true,"id":11597},"_Extent":{"__isSmartRef__":true,"id":11598},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11596":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11597":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11598":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11599":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11600":{"morph":{"__isSmartRef__":true,"id":11582},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11601":{"x":468.57142857142856,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11602":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11603":{"stops":[{"__isSmartRef__":true,"id":11604},{"__isSmartRef__":true,"id":11606},{"__isSmartRef__":true,"id":11608},{"__isSmartRef__":true,"id":11610}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11604":{"offset":0,"color":{"__isSmartRef__":true,"id":11605}},"11605":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11606":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11607}},"11607":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11608":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11609}},"11609":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11610":{"offset":1,"color":{"__isSmartRef__":true,"id":11611}},"11611":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11612":{"sourceObj":{"__isSmartRef__":true,"id":11582},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11581},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11613":{"sourceObj":{"__isSmartRef__":true,"id":11582},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11582},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11614},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11614":{"source":{"__isSmartRef__":true,"id":11582},"target":{"__isSmartRef__":true,"id":11582}},"11615":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11616},"__LivelyClassName__":"lively.ide.SortCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11616":{"submorphs":[{"__isSmartRef__":true,"id":11617}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11629},"id":75,"renderContextTable":{"__isSmartRef__":true,"id":11633},"eventHandler":{"__isSmartRef__":true,"id":11634},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11635},"priorExtent":{"__isSmartRef__":true,"id":11636},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11637},"label":{"__isSmartRef__":true,"id":11617},"command":{"__isSmartRef__":true,"id":11615},"attributeConnections":[{"__isSmartRef__":true,"id":11646},{"__isSmartRef__":true,"id":11647}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11617":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11618},"id":76,"renderContextTable":{"__isSmartRef__":true,"id":11622},"textChunks":[{"__isSmartRef__":true,"id":11623}],"eventHandler":{"__isSmartRef__":true,"id":11625},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11626},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11627},"priorExtent":{"__isSmartRef__":true,"id":11628},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11616},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11618":{"_Position":{"__isSmartRef__":true,"id":11619},"renderContextTable":{"__isSmartRef__":true,"id":11620},"_Extent":{"__isSmartRef__":true,"id":11621},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11619":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11620":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11621":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11622":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11623":{"style":{"__isSmartRef__":true,"id":11624},"chunkOwner":{"__isSmartRef__":true,"id":11617},"storedString":"Sort","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11624":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11625":{"morph":{"__isSmartRef__":true,"id":11617},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11626":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11627":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11628":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11629":{"_Position":{"__isSmartRef__":true,"id":11630},"renderContextTable":{"__isSmartRef__":true,"id":11631},"_Extent":{"__isSmartRef__":true,"id":11632},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11630":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11631":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11632":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11633":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11634":{"morph":{"__isSmartRef__":true,"id":11616},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11635":{"x":585.7142857142857,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11636":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11637":{"stops":[{"__isSmartRef__":true,"id":11638},{"__isSmartRef__":true,"id":11640},{"__isSmartRef__":true,"id":11642},{"__isSmartRef__":true,"id":11644}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11638":{"offset":0,"color":{"__isSmartRef__":true,"id":11639}},"11639":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11640":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11641}},"11641":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11642":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11643}},"11643":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11644":{"offset":1,"color":{"__isSmartRef__":true,"id":11645}},"11645":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11646":{"sourceObj":{"__isSmartRef__":true,"id":11616},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11615},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11647":{"sourceObj":{"__isSmartRef__":true,"id":11616},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11616},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11648},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11648":{"source":{"__isSmartRef__":true,"id":11616},"target":{"__isSmartRef__":true,"id":11616}},"11649":{"browser":{"__isSmartRef__":true,"id":11444},"button":{"__isSmartRef__":true,"id":11650},"__LivelyClassName__":"lively.ide.ViewSourceCommand","__SourceModuleName__":"Global.lively.ide.BrowserCommands"},"11650":{"submorphs":[{"__isSmartRef__":true,"id":11651}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11663},"id":77,"renderContextTable":{"__isSmartRef__":true,"id":11667},"eventHandler":{"__isSmartRef__":true,"id":11668},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11669},"priorExtent":{"__isSmartRef__":true,"id":11670},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11671},"label":{"__isSmartRef__":true,"id":11651},"command":{"__isSmartRef__":true,"id":11649},"attributeConnections":[{"__isSmartRef__":true,"id":11680},{"__isSmartRef__":true,"id":11681}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"owner":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11651":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11652},"id":78,"renderContextTable":{"__isSmartRef__":true,"id":11656},"textChunks":[{"__isSmartRef__":true,"id":11657}],"eventHandler":{"__isSmartRef__":true,"id":11659},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11660},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11661},"priorExtent":{"__isSmartRef__":true,"id":11662},"_MaxTextWidth":117.14285714285714,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11650},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11652":{"_Position":{"__isSmartRef__":true,"id":11653},"renderContextTable":{"__isSmartRef__":true,"id":11654},"_Extent":{"__isSmartRef__":true,"id":11655},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11653":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11654":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11655":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11656":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11657":{"style":{"__isSmartRef__":true,"id":11658},"chunkOwner":{"__isSmartRef__":true,"id":11651},"storedString":"View as...","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11658":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11659":{"morph":{"__isSmartRef__":true,"id":11651},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11660":{"x":0,"y":4,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11661":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11662":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11663":{"_Position":{"__isSmartRef__":true,"id":11664},"renderContextTable":{"__isSmartRef__":true,"id":11665},"_Extent":{"__isSmartRef__":true,"id":11666},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11664":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11665":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11666":{"x":117.14285714285714,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11667":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11668":{"morph":{"__isSmartRef__":true,"id":11650},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11669":{"x":702.8571428571429,"y":220,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11670":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11671":{"stops":[{"__isSmartRef__":true,"id":11672},{"__isSmartRef__":true,"id":11674},{"__isSmartRef__":true,"id":11676},{"__isSmartRef__":true,"id":11678}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11672":{"offset":0,"color":{"__isSmartRef__":true,"id":11673}},"11673":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11674":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11675}},"11675":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11676":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11677}},"11677":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11678":{"offset":1,"color":{"__isSmartRef__":true,"id":11679}},"11679":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11680":{"sourceObj":{"__isSmartRef__":true,"id":11650},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11649},"targetMethodName":"trigger","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11681":{"sourceObj":{"__isSmartRef__":true,"id":11650},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11650},"targetMethodName":"setLabel","converter":null,"converterString":"function () { return this.getSourceObj().command.asString() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11682},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11682":{"source":{"__isSmartRef__":true,"id":11650},"target":{"__isSmartRef__":true,"id":11650}},"11683":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11684":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11685":{"attributes":["isClassNode","isGrammarNode","isChangeNode","isFunctionNode","isObjectNode"],"__LivelyClassName__":"lively.ide.NodeTypeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11686":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11687":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11688":{"__LivelyClassName__":"lively.ide.NodeFilter","__SourceModuleName__":"Global.lively.ide.BrowserFramework"},"11689":{"sourceObj":{"__isSmartRef__":true,"id":11444},"sourceAttrName":"setPane1Content","targetObj":{"__isSmartRef__":true,"id":11690},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11790},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11690":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11691},"id":59,"renderContextTable":{"__isSmartRef__":true,"id":11696},"itemList":[{"__isSmartRef__":true,"id":11697},{"__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}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11776},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11777},"selectedLineNo":17,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":11778},{"__isSmartRef__":true,"id":11783},{"__isSmartRef__":true,"id":11785},{"__isSmartRef__":true,"id":11787}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11789},"prevScroll":[0,176],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11691":{"_Position":{"__isSmartRef__":true,"id":11692},"renderContextTable":{"__isSmartRef__":true,"id":11693},"_Extent":{"__isSmartRef__":true,"id":11694},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11695},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11692":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11693":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11694":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11695":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11696":{"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","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"},"11697":{"isListItem":true,"string":".svn/","value":{"__isSmartRef__":true,"id":11698}},"11698":{"target":{"__isSmartRef__":true,"id":11699},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"localName":".svn/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11699":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/.svn/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"11700":{"target":{"__isSmartRef__":true,"id":4975},"browser":{"__isSmartRef__":true,"id":11444},"parent":null,"allFiles":["lively/morphic/AdditionalMorphs.js","lively/morphic/Canvas.js","lively/morphic/ClickOnLineHack.js","lively/morphic/ColorChooserDraft.js","lively/morphic/Compat.js","lively/morphic/CompatLayer.js","lively/morphic/CompatSCB.js","lively/morphic/Complete.js","lively/morphic/Connectors.js","lively/morphic/Core.js","lively/morphic/EventExperiments.js","lively/morphic/Events.js","lively/morphic/Examples.js","lively/morphic/Experiments.js","lively/morphic/Graffle.js","lively/morphic/Halos.js","lively/morphic/HTML.js","lively/morphic/Layout.js","lively/morphic/MorphAddons.js","lively/morphic/ObjectMigration.js","lively/morphic/Paragraphs.js","lively/morphic/PathShapes.js","lively/morphic/Rendering.js","lively/morphic/ScriptingSupport.js","lively/morphic/Serialization.js","lively/morphic/Shapes.js","lively/morphic/Styles.js","lively/morphic/SVG.js","lively/morphic/Tests.js","lively/morphic/TextCore.js","lively/morphic/Widgets.js","lively/morphic/WidgetsAddOns.js"],"subNamespacePaths":[{"__isSmartRef__":true,"id":11699},{"__isSmartRef__":true,"id":11701},{"__isSmartRef__":true,"id":11702}],"parentNamespacePath":{"__isSmartRef__":true,"id":11703},"_childNodes":[{"__isSmartRef__":true,"id":11698},{"__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}],"__LivelyClassName__":"lively.ide.SourceControlNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11701":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/tests/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"11702":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/video/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"11703":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/../","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"11704":{"target":{"__isSmartRef__":true,"id":11701},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"localName":"tests/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11705":{"target":{"__isSmartRef__":true,"id":11702},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"localName":"video/","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11706":{"target":{"__isSmartRef__":true,"id":11703},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"localName":"../","__LivelyClassName__":"lively.ide.NamespaceNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11707":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/AdditionalMorphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11708":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Canvas.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11709":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/ClickOnLineHack.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11710":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/ColorChooserDraft.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11711":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Compat.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11712":{"target":{"__isSmartRef__":true,"id":8897},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/CompatLayer.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11713":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/CompatSCB.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11714":{"target":{"__isSmartRef__":true,"id":4990},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Complete.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11715":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Connectors.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11716":{"target":{"__isSmartRef__":true,"id":4994},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Core.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11717":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/EventExperiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11718":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Events.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11719":{"target":{"__isSmartRef__":true,"id":5221},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Examples.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11720":{"target":{"__isSmartRef__":true,"id":8934},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Experiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11721":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Graffle.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11722":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Halos.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11723":{"target":{"__isSmartRef__":true,"id":5335},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/HTML.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11724":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Layout.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11725":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/MorphAddons.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11726":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/ObjectMigration.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11727":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Paragraphs.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11728":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/PathShapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11729":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Rendering.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11730":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/ScriptingSupport.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11731":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Serialization.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11732":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Shapes.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11733":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Styles.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11734":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/SVG.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11735":{"target":{"__isSmartRef__":true,"id":9047},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Tests.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11736":{"target":{"__isSmartRef__":true,"id":9050},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/TextCore.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11737":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Widgets.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11738":{"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/WidgetsAddOns.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11739":{"target":{"__isSmartRef__":true,"id":5525},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.ChangeSetNode","__SourceModuleName__":"Global.lively.ide.LocalBrowser"},"11740":{"isListItem":true,"string":"tests/","value":{"__isSmartRef__":true,"id":11704}},"11741":{"isListItem":true,"string":"video/","value":{"__isSmartRef__":true,"id":11705}},"11742":{"isListItem":true,"string":"../","value":{"__isSmartRef__":true,"id":11706}},"11743":{"isListItem":true,"string":"AdditionalMorphs.js (not parsed)","value":{"__isSmartRef__":true,"id":11707}},"11744":{"isListItem":true,"string":"Canvas.js (not parsed)","value":{"__isSmartRef__":true,"id":11708}},"11745":{"isListItem":true,"string":"ClickOnLineHack.js (not parsed)","value":{"__isSmartRef__":true,"id":11709}},"11746":{"isListItem":true,"string":"ColorChooserDraft.js (not parsed)","value":{"__isSmartRef__":true,"id":11710}},"11747":{"isListItem":true,"string":"Compat.js (not parsed)","value":{"__isSmartRef__":true,"id":11711}},"11748":{"isListItem":true,"string":"CompatLayer.js","value":{"__isSmartRef__":true,"id":11712}},"11749":{"isListItem":true,"string":"CompatSCB.js (not parsed)","value":{"__isSmartRef__":true,"id":11713}},"11750":{"isListItem":true,"string":"Complete.js","value":{"__isSmartRef__":true,"id":11714}},"11751":{"isListItem":true,"string":"Connectors.js (not parsed)","value":{"__isSmartRef__":true,"id":11715}},"11752":{"isListItem":true,"string":"Core.js","value":{"__isSmartRef__":true,"id":11716}},"11753":{"isListItem":true,"string":"EventExperiments.js (not parsed)","value":{"__isSmartRef__":true,"id":11717}},"11754":{"isListItem":true,"string":"Events.js (not parsed)","value":{"__isSmartRef__":true,"id":11718}},"11755":{"isListItem":true,"string":"Examples.js","value":{"__isSmartRef__":true,"id":11719}},"11756":{"isListItem":true,"string":"Experiments.js","value":{"__isSmartRef__":true,"id":11720}},"11757":{"isListItem":true,"string":"Graffle.js (not parsed)","value":{"__isSmartRef__":true,"id":11721}},"11758":{"isListItem":true,"string":"Halos.js (not parsed)","value":{"__isSmartRef__":true,"id":11722}},"11759":{"isListItem":true,"string":"HTML.js","value":{"__isSmartRef__":true,"id":11723}},"11760":{"isListItem":true,"string":"Layout.js (not parsed)","value":{"__isSmartRef__":true,"id":11724}},"11761":{"isListItem":true,"string":"MorphAddons.js (not parsed)","value":{"__isSmartRef__":true,"id":11725}},"11762":{"isListItem":true,"string":"ObjectMigration.js (not parsed)","value":{"__isSmartRef__":true,"id":11726}},"11763":{"isListItem":true,"string":"Paragraphs.js (not parsed)","value":{"__isSmartRef__":true,"id":11727}},"11764":{"isListItem":true,"string":"PathShapes.js (not parsed)","value":{"__isSmartRef__":true,"id":11728}},"11765":{"isListItem":true,"string":"Rendering.js (not parsed)","value":{"__isSmartRef__":true,"id":11729}},"11766":{"isListItem":true,"string":"ScriptingSupport.js (not parsed)","value":{"__isSmartRef__":true,"id":11730}},"11767":{"isListItem":true,"string":"Serialization.js (not parsed)","value":{"__isSmartRef__":true,"id":11731}},"11768":{"isListItem":true,"string":"Shapes.js (not parsed)","value":{"__isSmartRef__":true,"id":11732}},"11769":{"isListItem":true,"string":"Styles.js (not parsed)","value":{"__isSmartRef__":true,"id":11733}},"11770":{"isListItem":true,"string":"SVG.js (not parsed)","value":{"__isSmartRef__":true,"id":11734}},"11771":{"isListItem":true,"string":"Tests.js","value":{"__isSmartRef__":true,"id":11735}},"11772":{"isListItem":true,"string":"TextCore.js","value":{"__isSmartRef__":true,"id":11736}},"11773":{"isListItem":true,"string":"Widgets.js (not parsed)","value":{"__isSmartRef__":true,"id":11737}},"11774":{"isListItem":true,"string":"WidgetsAddOns.js (not parsed)","value":{"__isSmartRef__":true,"id":11738}},"11775":{"isListItem":true,"string":"Local code","value":{"__isSmartRef__":true,"id":11739}},"11776":{"morph":{"__isSmartRef__":true,"id":11690},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11777":{"x":0,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11778":{"sourceObj":{"__isSmartRef__":true,"id":11690},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setPane1Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11779},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11780},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11779":{"source":{"__isSmartRef__":true,"id":11690},"target":{"__isSmartRef__":true,"id":11444}},"11780":{"updater":{"__isSmartRef__":true,"id":11781}},"11781":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11779},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11782},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11782":{},"11783":{"sourceObj":{"__isSmartRef__":true,"id":11690},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane1Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11784},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11784":{"source":{"__isSmartRef__":true,"id":11690},"target":{"__isSmartRef__":true,"id":11444}},"11785":{"sourceObj":{"__isSmartRef__":true,"id":11690},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane1Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11786},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11786":{"source":{"__isSmartRef__":true,"id":11690},"target":{"__isSmartRef__":true,"id":11444}},"11787":{"sourceObj":{"__isSmartRef__":true,"id":11690},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane1Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11788},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11788":{"source":{"__isSmartRef__":true,"id":11690},"target":{"__isSmartRef__":true,"id":11444}},"11789":{"target":{"__isSmartRef__":true,"id":5235},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11700},"moduleName":"lively/morphic/Experiments.js","showAll":false,"__LivelyClassName__":"lively.ide.CompleteFileFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11790":{"source":{"__isSmartRef__":true,"id":11444},"target":{"__isSmartRef__":true,"id":11690}},"11791":{"sourceObj":{"__isSmartRef__":true,"id":11444},"sourceAttrName":"setPane2Content","targetObj":{"__isSmartRef__":true,"id":11792},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11826},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11792":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11793},"id":60,"renderContextTable":{"__isSmartRef__":true,"id":11798},"itemList":[{"__isSmartRef__":true,"id":11799},{"__isSmartRef__":true,"id":11801},{"__isSmartRef__":true,"id":11803},{"__isSmartRef__":true,"id":11805},{"__isSmartRef__":true,"id":11807},{"__isSmartRef__":true,"id":11809},{"__isSmartRef__":true,"id":11811}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11813},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11814},"selectedLineNo":6,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":11815},{"__isSmartRef__":true,"id":11820},{"__isSmartRef__":true,"id":11822},{"__isSmartRef__":true,"id":11824}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11812},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11793":{"_Position":{"__isSmartRef__":true,"id":11794},"renderContextTable":{"__isSmartRef__":true,"id":11795},"_Extent":{"__isSmartRef__":true,"id":11796},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11797},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11794":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11795":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11796":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11797":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11798":{"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","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"},"11799":{"isListItem":true,"string":"lively.morphic.Morph (extension)","value":{"__isSmartRef__":true,"id":11800}},"11800":{"target":{"__isSmartRef__":true,"id":8936},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11801":{"isListItem":true,"string":"lively.morphic.TransformRefactoringLayer","value":{"__isSmartRef__":true,"id":11802}},"11802":{"target":{"__isSmartRef__":true,"id":8939},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11803":{"isListItem":true,"string":"lively.morphic.TransformAggregationLayer","value":{"__isSmartRef__":true,"id":11804}},"11804":{"target":{"__isSmartRef__":true,"id":8972},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11805":{"isListItem":true,"string":"Global (extension)","value":{"__isSmartRef__":true,"id":11806}},"11806":{"target":{"__isSmartRef__":true,"id":8978},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CategorizedClassFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11807":{"isListItem":true,"string":"ClippingDevelopmentLayer","value":{"__isSmartRef__":true,"id":11808}},"11808":{"target":{"__isSmartRef__":true,"id":8985},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11809":{"isListItem":true,"string":"ClippingLayer","value":{"__isSmartRef__":true,"id":11810}},"11810":{"target":{"__isSmartRef__":true,"id":8999},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11811":{"isListItem":true,"string":"ClippingWithShapeLayer","value":{"__isSmartRef__":true,"id":11812}},"11812":{"target":{"__isSmartRef__":true,"id":9003},"browser":{"__isSmartRef__":true,"id":11444},"__LivelyClassName__":"lively.ide.CopFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11813":{"morph":{"__isSmartRef__":true,"id":11792},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11814":{"x":205,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11815":{"sourceObj":{"__isSmartRef__":true,"id":11792},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setPane2Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11816},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11817},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11816":{"source":{"__isSmartRef__":true,"id":11792},"target":{"__isSmartRef__":true,"id":11444}},"11817":{"updater":{"__isSmartRef__":true,"id":11818}},"11818":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11816},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11819},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11819":{},"11820":{"sourceObj":{"__isSmartRef__":true,"id":11792},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane2Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11821},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11821":{"source":{"__isSmartRef__":true,"id":11792},"target":{"__isSmartRef__":true,"id":11444}},"11822":{"sourceObj":{"__isSmartRef__":true,"id":11792},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane2Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11823},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11823":{"source":{"__isSmartRef__":true,"id":11792},"target":{"__isSmartRef__":true,"id":11444}},"11824":{"sourceObj":{"__isSmartRef__":true,"id":11792},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane2Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11825},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11825":{"source":{"__isSmartRef__":true,"id":11792},"target":{"__isSmartRef__":true,"id":11444}},"11826":{"source":{"__isSmartRef__":true,"id":11444},"target":{"__isSmartRef__":true,"id":11792}},"11827":{"sourceObj":{"__isSmartRef__":true,"id":11444},"sourceAttrName":"setPane3Content","targetObj":{"__isSmartRef__":true,"id":11828},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11860},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11828":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11829},"id":61,"renderContextTable":{"__isSmartRef__":true,"id":11834},"itemList":[{"__isSmartRef__":true,"id":11835},{"__isSmartRef__":true,"id":11837},{"__isSmartRef__":true,"id":11839},{"__isSmartRef__":true,"id":11841},{"__isSmartRef__":true,"id":11843},{"__isSmartRef__":true,"id":11845}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11847},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11848},"selectedLineNo":1,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":11849},{"__isSmartRef__":true,"id":11854},{"__isSmartRef__":true,"id":11856},{"__isSmartRef__":true,"id":11858}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11838},"prevScroll":[0,0],"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11829":{"_Position":{"__isSmartRef__":true,"id":11830},"renderContextTable":{"__isSmartRef__":true,"id":11831},"_Extent":{"__isSmartRef__":true,"id":11832},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11833},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11830":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11831":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11832":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11833":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11834":{"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","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"},"11835":{"isListItem":true,"string":"lively.morphic.Morph","value":{"__isSmartRef__":true,"id":11836}},"11836":{"target":{"__isSmartRef__":true,"id":9004},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11837":{"isListItem":true,"string":"lively.morphic.Text","value":{"__isSmartRef__":true,"id":11838}},"11838":{"target":{"__isSmartRef__":true,"id":9011},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11839":{"isListItem":true,"string":"lively.morphic.Shapes.Shape","value":{"__isSmartRef__":true,"id":11840}},"11840":{"target":{"__isSmartRef__":true,"id":9015},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11841":{"isListItem":true,"string":"lively.morphic.Rendering.RenderContext","value":{"__isSmartRef__":true,"id":11842}},"11842":{"target":{"__isSmartRef__":true,"id":9018},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11843":{"isListItem":true,"string":"lively.morphic.Shapes.Path","value":{"__isSmartRef__":true,"id":11844}},"11844":{"target":{"__isSmartRef__":true,"id":9021},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11845":{"isListItem":true,"string":"beGlobal()","value":{"__isSmartRef__":true,"id":11846}},"11846":{"target":{"__isSmartRef__":true,"id":9030},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":9003},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11847":{"morph":{"__isSmartRef__":true,"id":11828},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11848":{"x":410,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11849":{"sourceObj":{"__isSmartRef__":true,"id":11828},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setPane3Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11850},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11851},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11850":{"source":{"__isSmartRef__":true,"id":11828},"target":{"__isSmartRef__":true,"id":11444}},"11851":{"updater":{"__isSmartRef__":true,"id":11852}},"11852":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11850},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11853},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11853":{},"11854":{"sourceObj":{"__isSmartRef__":true,"id":11828},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane3Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11855},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11855":{"source":{"__isSmartRef__":true,"id":11828},"target":{"__isSmartRef__":true,"id":11444}},"11856":{"sourceObj":{"__isSmartRef__":true,"id":11828},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane3Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11857},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11857":{"source":{"__isSmartRef__":true,"id":11828},"target":{"__isSmartRef__":true,"id":11444}},"11858":{"sourceObj":{"__isSmartRef__":true,"id":11828},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane3Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11859},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11859":{"source":{"__isSmartRef__":true,"id":11828},"target":{"__isSmartRef__":true,"id":11444}},"11860":{"source":{"__isSmartRef__":true,"id":11444},"target":{"__isSmartRef__":true,"id":11828}},"11861":{"sourceObj":{"__isSmartRef__":true,"id":11444},"sourceAttrName":"setPane4Content","targetObj":{"__isSmartRef__":true,"id":11862},"targetMethodName":"updateList","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11886},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11862":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11863},"id":62,"renderContextTable":{"__isSmartRef__":true,"id":11868},"itemList":[{"__isSmartRef__":true,"id":11869}],"_FontFamily":"Helvetica","eventHandler":{"__isSmartRef__":true,"id":11871},"droppingEnabled":true,"halosEnabled":true,"_ClipMode":"auto","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11872},"selectedLineNo":0,"selectOnMove":false,"owner":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":11873},{"__isSmartRef__":true,"id":11878},{"__isSmartRef__":true,"id":11880},{"__isSmartRef__":true,"id":11882}],"doNotSerialize":["$$selection"],"doNotCopyProperties":["$$selection"],"selection":{"__isSmartRef__":true,"id":11884},"__LivelyClassName__":"lively.morphic.List","__SourceModuleName__":"Global.lively.morphic.Core"},"11863":{"_Position":{"__isSmartRef__":true,"id":11864},"renderContextTable":{"__isSmartRef__":true,"id":11865},"_Extent":{"__isSmartRef__":true,"id":11866},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11867},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11864":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11865":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11866":{"x":205,"y":192.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11867":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11868":{"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","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"},"11869":{"isListItem":true,"string":"setClipModeHTML","value":{"__isSmartRef__":true,"id":11870}},"11870":{"target":{"__isSmartRef__":true,"id":9012},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11838},"__LivelyClassName__":"lively.ide.CopMemberFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11871":{"morph":{"__isSmartRef__":true,"id":11862},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11872":{"x":615,"y":27.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11873":{"sourceObj":{"__isSmartRef__":true,"id":11862},"sourceAttrName":"selection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setPane4Selection","converter":null,"converterString":null,"updaterString":"function ($upd, v) { $upd(v, this.sourceObj) }","varMapping":{"__isSmartRef__":true,"id":11874},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11875},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11874":{"source":{"__isSmartRef__":true,"id":11862},"target":{"__isSmartRef__":true,"id":11444}},"11875":{"updater":{"__isSmartRef__":true,"id":11876}},"11876":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11874},"source":"function ($upd, v) { $upd(v, this.sourceObj) }","funcProperties":{"__isSmartRef__":true,"id":11877},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11877":{},"11878":{"sourceObj":{"__isSmartRef__":true,"id":11862},"sourceAttrName":"getSelection","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane4Selection","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11879},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11879":{"source":{"__isSmartRef__":true,"id":11862},"target":{"__isSmartRef__":true,"id":11444}},"11880":{"sourceObj":{"__isSmartRef__":true,"id":11862},"sourceAttrName":"getList","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane4Content","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11881},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11881":{"source":{"__isSmartRef__":true,"id":11862},"target":{"__isSmartRef__":true,"id":11444}},"11882":{"sourceObj":{"__isSmartRef__":true,"id":11862},"sourceAttrName":"getMenu","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"getPane4Menu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11883},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11883":{"source":{"__isSmartRef__":true,"id":11862},"target":{"__isSmartRef__":true,"id":11444}},"11884":{"target":{"__isSmartRef__":true,"id":5316},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":11885},"__LivelyClassName__":"lively.ide.CopMemberFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11885":{"target":{"__isSmartRef__":true,"id":5315},"browser":{"__isSmartRef__":true,"id":11444},"parent":{"__isSmartRef__":true,"id":5304},"__LivelyClassName__":"lively.ide.CopRefineFragmentNode","__SourceModuleName__":"Global.lively.ide.SystemBrowserNodes"},"11886":{"source":{"__isSmartRef__":true,"id":11444},"target":{"__isSmartRef__":true,"id":11862}},"11887":{"sourceObj":{"__isSmartRef__":true,"id":11444},"sourceAttrName":"setSourceString","targetObj":{"__isSmartRef__":true,"id":11888},"targetMethodName":"setTextString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11948},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11888":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11889},"id":64,"renderContextTable":{"__isSmartRef__":true,"id":11893},"textChunks":[{"__isSmartRef__":true,"id":11894},{"__isSmartRef__":true,"id":11896},{"__isSmartRef__":true,"id":11898},{"__isSmartRef__":true,"id":11900},{"__isSmartRef__":true,"id":11902},{"__isSmartRef__":true,"id":11904},{"__isSmartRef__":true,"id":11906},{"__isSmartRef__":true,"id":11908},{"__isSmartRef__":true,"id":11910},{"__isSmartRef__":true,"id":11912},{"__isSmartRef__":true,"id":11914},{"__isSmartRef__":true,"id":11916},{"__isSmartRef__":true,"id":11918},{"__isSmartRef__":true,"id":11920},{"__isSmartRef__":true,"id":11922},{"__isSmartRef__":true,"id":11924},{"__isSmartRef__":true,"id":11926},{"__isSmartRef__":true,"id":11928},{"__isSmartRef__":true,"id":11930},{"__isSmartRef__":true,"id":11932},{"__isSmartRef__":true,"id":11934},{"__isSmartRef__":true,"id":11936},{"__isSmartRef__":true,"id":11938}],"eventHandler":{"__isSmartRef__":true,"id":11940},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11941},"_ClipMode":"scroll","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Courier","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11942},"priorExtent":{"__isSmartRef__":true,"id":11943},"_MaxTextWidth":820,"_MaxTextHeight":302.5,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11430},"accessibleInInactiveWindow":true,"layout":{"__isSmartRef__":true,"id":11944},"noEval":true,"syntaxHighlightingWhileTyping":true,"attributeConnections":[{"__isSmartRef__":true,"id":11945},{"__isSmartRef__":true,"id":11946}],"doNotSerialize":["$$textString","$$savedTextString"],"doNotCopyProperties":["$$textString","$$savedTextString"],"textString":"\n.refineClass(lively.morphic.Text, {\n setClipModeHTML: function(ctx, modeString) {\n this.shape && this.shape.setClipMode(modeString);\n // if (ctx.textNode)\n // ctx.textNode.style.overflow = modeString || 'auto';\n },\n})","lastSyntaxHighlightTime":1314745654747,"savedTextString":"\n.refineClass(lively.morphic.Text, {\n setClipModeHTML: function(ctx, modeString) {\n this.shape && this.shape.setClipMode(modeString);\n // if (ctx.textNode)\n // ctx.textNode.style.overflow = modeString || 'auto';\n },\n})","styleClass":["Browser_codePaneText"],"focusHaloBorderWidth":0.5,"isBeingDragged":false,"priorSelectionRange":[49,62],"prevScroll":[0,2276],"charsReplaced":" if (ctx.textNode)\n ctx.textNode.style.overflow = modeString || 'auto';","lastFindLoc":239,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11889":{"_Position":{"__isSmartRef__":true,"id":11890},"renderContextTable":{"__isSmartRef__":true,"id":11891},"_Extent":{"__isSmartRef__":true,"id":11892},"_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":535},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11890":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11891":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11892":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11893":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11894":{"style":{"__isSmartRef__":true,"id":11895},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"\n.","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11895":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11896":{"style":{"__isSmartRef__":true,"id":11897},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"refineClass","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11897":{"color":{"__isSmartRef__":true,"id":827},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11898":{"style":{"__isSmartRef__":true,"id":11899},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"(lively.morphic.Text, ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11899":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11900":{"style":{"__isSmartRef__":true,"id":11901},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11901":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11902":{"style":{"__isSmartRef__":true,"id":11903},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11903":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11904":{"style":{"__isSmartRef__":true,"id":11905},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"setClipModeHTML:","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11905":{"color":{"__isSmartRef__":true,"id":346},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11906":{"style":{"__isSmartRef__":true,"id":11907},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":" ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11907":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11908":{"style":{"__isSmartRef__":true,"id":11909},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"function","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11909":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11910":{"style":{"__isSmartRef__":true,"id":11911},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"(ctx, modeString) ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11911":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11912":{"style":{"__isSmartRef__":true,"id":11913},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"{","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11913":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11914":{"style":{"__isSmartRef__":true,"id":11915},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11915":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11916":{"style":{"__isSmartRef__":true,"id":11917},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11917":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11918":{"style":{"__isSmartRef__":true,"id":11919},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":".shape && ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11919":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11920":{"style":{"__isSmartRef__":true,"id":11921},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"this","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11921":{"color":{"__isSmartRef__":true,"id":293},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11922":{"style":{"__isSmartRef__":true,"id":11923},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":".shape.setClipMode(modeString);\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11923":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11924":{"style":{"__isSmartRef__":true,"id":11925},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"// if (ctx.textNode)","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11925":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11926":{"style":{"__isSmartRef__":true,"id":11927},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11927":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11928":{"style":{"__isSmartRef__":true,"id":11929},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"// ctx.textNode.style.overflow = modeString || 'auto';","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11929":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11930":{"style":{"__isSmartRef__":true,"id":11931},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"\n ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11931":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11932":{"style":{"__isSmartRef__":true,"id":11933},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11933":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11934":{"style":{"__isSmartRef__":true,"id":11935},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":",\n","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11935":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11936":{"style":{"__isSmartRef__":true,"id":11937},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":"}","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11937":{"color":{"__isSmartRef__":true,"id":343},"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11938":{"style":{"__isSmartRef__":true,"id":11939},"chunkOwner":{"__isSmartRef__":true,"id":11888},"storedString":")","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11939":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11940":{"morph":{"__isSmartRef__":true,"id":11888},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11941":{"x":5,"y":5,"width":-10,"height":-10,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11942":{"x":0,"y":247.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11943":{"x":820,"y":302.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11944":{"resizeWidth":true,"resizeHeight":true},"11945":{"sourceObj":{"__isSmartRef__":true,"id":11888},"sourceAttrName":"textString","targetObj":{"__isSmartRef__":true,"id":11888},"targetMethodName":"highlightJavaScriptSyntax","__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11946":{"sourceObj":{"__isSmartRef__":true,"id":11888},"sourceAttrName":"savedTextString","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setSourceString","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11947},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11947":{"source":{"__isSmartRef__":true,"id":11888},"target":{"__isSmartRef__":true,"id":11444}},"11948":{"source":{"__isSmartRef__":true,"id":11444},"target":{"__isSmartRef__":true,"id":11888}},"11949":{"sourceObj":{"__isSmartRef__":true,"id":11444},"sourceAttrName":"targetURL","targetObj":{"__isSmartRef__":true,"id":11431},"targetMethodName":"setTextString","converter":null,"converterString":null,"updaterString":"function ($upd, value) { value && $upd(String(value)) }","varMapping":{"__isSmartRef__":true,"id":11950},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":11951},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11950":{"source":{"__isSmartRef__":true,"id":11444},"target":{"__isSmartRef__":true,"id":11431}},"11951":{"updater":{"__isSmartRef__":true,"id":11952}},"11952":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11950},"source":"function ($upd, value) { value && $upd(String(value)) }","funcProperties":{"__isSmartRef__":true,"id":11953},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"11953":{},"11954":{"protocol":"http:","hostname":"localhost","pathname":"/webwerkstatt/lively/morphic/","__LivelyClassName__":"URL","__SourceModuleName__":"Global.lively.Network"},"11955":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11956},"id":352,"renderContextTable":{"__isSmartRef__":true,"id":11961},"textChunks":[{"__isSmartRef__":true,"id":11962}],"eventHandler":{"__isSmartRef__":true,"id":11964},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"visible","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11965},"priorExtent":{"__isSmartRef__":true,"id":11966},"_MaxTextWidth":300,"_MaxTextHeight":30,"evalEnabled":false,"owner":null,"_TextColor":{"__isSmartRef__":true,"id":10342},"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11956":{"_Position":{"__isSmartRef__":true,"id":11957},"renderContextTable":{"__isSmartRef__":true,"id":11958},"_Extent":{"__isSmartRef__":true,"id":11959},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":{"__isSmartRef__":true,"id":11960},"_StrokeOpacity":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11957":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11958":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11959":{"x":300,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11960":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11961":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11962":{"style":{"__isSmartRef__":true,"id":11963},"chunkOwner":{"__isSmartRef__":true,"id":11955},"storedString":"Saving lively.morphic.Text...\nSuccessfully saved\nSuccessfully evaluated lively.morphic.Text","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11963":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11964":{"morph":{"__isSmartRef__":true,"id":11955},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11965":{"x":260,"y":136.25,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11966":{"x":300,"y":30,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11967":{"source":{"__isSmartRef__":true,"id":11431},"target":{"__isSmartRef__":true,"id":11444}},"11968":{"submorphs":[{"__isSmartRef__":true,"id":11969}],"scripts":[],"shape":{"__isSmartRef__":true,"id":11981},"id":55,"renderContextTable":{"__isSmartRef__":true,"id":11985},"eventHandler":{"__isSmartRef__":true,"id":11986},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":11987},"priorExtent":{"__isSmartRef__":true,"id":11988},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":11989},"label":{"__isSmartRef__":true,"id":11969},"owner":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":11998}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":12003},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"11969":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":11970},"id":56,"renderContextTable":{"__isSmartRef__":true,"id":11974},"textChunks":[{"__isSmartRef__":true,"id":11975}],"eventHandler":{"__isSmartRef__":true,"id":11977},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":11978},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":11979},"priorExtent":{"__isSmartRef__":true,"id":11980},"_MaxTextWidth":98.39999999999999,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":11968},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11970":{"_Position":{"__isSmartRef__":true,"id":11971},"renderContextTable":{"__isSmartRef__":true,"id":11972},"_Extent":{"__isSmartRef__":true,"id":11973},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11971":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11972":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11973":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11974":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"11975":{"style":{"__isSmartRef__":true,"id":11976},"chunkOwner":{"__isSmartRef__":true,"id":11969},"storedString":"codebase","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11976":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"11977":{"morph":{"__isSmartRef__":true,"id":11969},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11978":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"11979":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11980":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11981":{"_Position":{"__isSmartRef__":true,"id":11982},"renderContextTable":{"__isSmartRef__":true,"id":11983},"_Extent":{"__isSmartRef__":true,"id":11984},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11982":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11983":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"11984":{"x":98.39999999999999,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11985":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"11986":{"morph":{"__isSmartRef__":true,"id":11968},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"11987":{"x":656,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11988":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"11989":{"stops":[{"__isSmartRef__":true,"id":11990},{"__isSmartRef__":true,"id":11992},{"__isSmartRef__":true,"id":11994},{"__isSmartRef__":true,"id":11996}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"11990":{"offset":0,"color":{"__isSmartRef__":true,"id":11991}},"11991":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11992":{"offset":0.4,"color":{"__isSmartRef__":true,"id":11993}},"11993":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11994":{"offset":0.6,"color":{"__isSmartRef__":true,"id":11995}},"11995":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11996":{"offset":1,"color":{"__isSmartRef__":true,"id":11997}},"11997":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"11998":{"sourceObj":{"__isSmartRef__":true,"id":11968},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setTargetURL","converterString":"function () { return URL.codeBase.withFilename('lively/')}","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":11999},"__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12000},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"11999":{"source":{"__isSmartRef__":true,"id":11968},"target":{"__isSmartRef__":true,"id":11444}},"12000":{"converter":{"__isSmartRef__":true,"id":12001}},"12001":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":11999},"source":"function () { return URL.codeBase.withFilename('lively/')}","funcProperties":{"__isSmartRef__":true,"id":12002},"__LivelyClassName__":"lively.Closure","__SourceModuleName__":"Global"},"12002":{},"12003":{"moveHorizontal":true},"12004":{"submorphs":[{"__isSmartRef__":true,"id":12005}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12017},"id":57,"renderContextTable":{"__isSmartRef__":true,"id":12021},"eventHandler":{"__isSmartRef__":true,"id":12022},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":12023},"priorExtent":{"__isSmartRef__":true,"id":12024},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":12025},"label":{"__isSmartRef__":true,"id":12005},"owner":{"__isSmartRef__":true,"id":11430},"attributeConnections":[{"__isSmartRef__":true,"id":12034}],"doNotSerialize":["$$fire"],"doNotCopyProperties":["$$fire"],"layout":{"__isSmartRef__":true,"id":12036},"__LivelyClassName__":"lively.morphic.Button","__SourceModuleName__":"Global.lively.morphic.Widgets"},"12005":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12006},"id":58,"renderContextTable":{"__isSmartRef__":true,"id":12010},"textChunks":[{"__isSmartRef__":true,"id":12011}],"eventHandler":{"__isSmartRef__":true,"id":12013},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":12014},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":12015},"priorExtent":{"__isSmartRef__":true,"id":12016},"_MaxTextWidth":65.6,"_MaxTextHeight":22,"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12004},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12006":{"_Position":{"__isSmartRef__":true,"id":12007},"renderContextTable":{"__isSmartRef__":true,"id":12008},"_Extent":{"__isSmartRef__":true,"id":12009},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12007":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12008":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12009":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12010":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12011":{"style":{"__isSmartRef__":true,"id":12012},"chunkOwner":{"__isSmartRef__":true,"id":12005},"storedString":"local","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12012":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12013":{"morph":{"__isSmartRef__":true,"id":12005},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12014":{"x":0,"y":0,"width":0,"height":0,"__LivelyClassName__":"Rectangle","__SourceModuleName__":"Global"},"12015":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12016":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12017":{"_Position":{"__isSmartRef__":true,"id":12018},"renderContextTable":{"__isSmartRef__":true,"id":12019},"_Extent":{"__isSmartRef__":true,"id":12020},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12018":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12019":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12020":{"x":65.6,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12021":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12022":{"morph":{"__isSmartRef__":true,"id":12004},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12023":{"x":754.4,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12024":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12025":{"stops":[{"__isSmartRef__":true,"id":12026},{"__isSmartRef__":true,"id":12028},{"__isSmartRef__":true,"id":12030},{"__isSmartRef__":true,"id":12032}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12026":{"offset":0,"color":{"__isSmartRef__":true,"id":12027}},"12027":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12028":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12029}},"12029":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12030":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12031}},"12031":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12032":{"offset":1,"color":{"__isSmartRef__":true,"id":12033}},"12033":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12034":{"sourceObj":{"__isSmartRef__":true,"id":12004},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":11444},"targetMethodName":"setTargetURL","converter":null,"converterString":"function () { return URL.source.getDirectory() }","updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12035},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12035":{"source":{"__isSmartRef__":true,"id":12004},"target":{"__isSmartRef__":true,"id":11444}},"12036":{"moveHorizontal":true},"12037":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12038},"id":63,"renderContextTable":{"__isSmartRef__":true,"id":12042},"eventHandler":{"__isSmartRef__":true,"id":12043},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"_Position":{"__isSmartRef__":true,"id":12044},"fixed":[{"__isSmartRef__":true,"id":11446},{"__isSmartRef__":true,"id":11480},{"__isSmartRef__":true,"id":11514},{"__isSmartRef__":true,"id":11548},{"__isSmartRef__":true,"id":11582},{"__isSmartRef__":true,"id":11616},{"__isSmartRef__":true,"id":11650}],"scalingBelow":[{"__isSmartRef__":true,"id":11888}],"scalingAbove":[{"__isSmartRef__":true,"id":11690},{"__isSmartRef__":true,"id":11792},{"__isSmartRef__":true,"id":11828},{"__isSmartRef__":true,"id":11862}],"minHeight":20,"pointerConnection":null,"owner":{"__isSmartRef__":true,"id":11430},"styleClass":["Browser_resizer"],"__LivelyClassName__":"lively.morphic.HorizontalDivider","__SourceModuleName__":"Global.lively.morphic.Widgets"},"12038":{"_Position":{"__isSmartRef__":true,"id":12039},"renderContextTable":{"__isSmartRef__":true,"id":12040},"_Extent":{"__isSmartRef__":true,"id":12041},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":5726},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12039":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12040":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12041":{"x":820,"y":5.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12042":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12043":{"morph":{"__isSmartRef__":true,"id":12037},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12044":{"x":0,"y":242,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12045":{"_Position":{"__isSmartRef__":true,"id":12046},"renderContextTable":{"__isSmartRef__":true,"id":12047},"_Extent":{"__isSmartRef__":true,"id":12048},"_ClipMode":"visible","_Fill":{"__isSmartRef__":true,"id":12049},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12046":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12047":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12048":{"x":820,"y":550,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12049":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12050":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12051":{"morph":{"__isSmartRef__":true,"id":11430},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12052":{"adjustForNewBounds":true,"resizeWidth":true,"resizeHeight":true},"12053":{"x":0,"y":21,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12054":{"renderContextTable":{"__isSmartRef__":true,"id":12055},"_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":12056},"__SourceModuleName__":"Global.lively.morphic.Shapes","_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12055":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12056":{"x":820,"y":571,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12057":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12058":{"morph":{"__isSmartRef__":true,"id":11306},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12059":{"adjustForNewBounds":true},"12060":{"x":1021.5,"y":416.5,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12061":{"x":820,"y":571,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12062":{"x":1660,"y":422,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12063":{"submorphs":[],"scripts":[],"id":1645,"shape":{"__isSmartRef__":true,"id":12064},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"fixedWidth":true,"fixedHeight":false,"allowsInput":true,"_OverflowMode":"visible","_FontFamily":"Arial, sans-serif","registeredForMouseEvents":true,"_Position":{"__isSmartRef__":true,"id":12070},"_MaxTextWidth":637,"_MaxTextHeight":null,"textColor":{"__isSmartRef__":true,"id":12071},"showsHalos":false,"_FontSize":14,"__SourceModuleName__":"Global.lively.morphic.TextCore","name":"Text5","partsBinMetaInfo":{"__isSmartRef__":true,"id":12072},"textChunks":[{"__isSmartRef__":true,"id":12073}],"charsReplaced":"The problem is that ","lastFindLoc":-20,"priorSelectionRange":[88,88],"prevScroll":[0,0],"priorExtent":{"__isSmartRef__":true,"id":12075},"renderContextTable":{"__isSmartRef__":true,"id":12076},"eventHandler":{"__isSmartRef__":true,"id":12077},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"distanceToDragEvent":{"__isSmartRef__":true,"id":12078},"layout":{"__isSmartRef__":true,"id":12079},"magnets":[{"__isSmartRef__":true,"id":12080},{"__isSmartRef__":true,"id":12083},{"__isSmartRef__":true,"id":12086},{"__isSmartRef__":true,"id":12089},{"__isSmartRef__":true,"id":12092},{"__isSmartRef__":true,"id":12095},{"__isSmartRef__":true,"id":12098},{"__isSmartRef__":true,"id":12101}],"owner":{"__isSmartRef__":true,"id":0},"_ClipMode":"auto","isBeingDragged":false,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Text"},"12064":{"fill":null,"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":12065},"_Extent":{"__isSmartRef__":true,"id":12066},"_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":12067},"renderContextTable":{"__isSmartRef__":true,"id":12068},"_BorderRadius":0,"_Opacity":1,"_BorderStyle":"solid","_Fill":{"__isSmartRef__":true,"id":12069},"_ClipMode":"auto","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12065":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12066":{"x":513,"y":75,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12067":{"r":1,"g":1,"b":1,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"12068":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12069":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12070":{"x":384,"y":62,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12071":{"r":0,"g":0,"b":0,"a":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Color"},"12072":{"partsSpaceName":"PartsBin/Basic","__SourceModuleName__":"Global.lively.PartsBin","migrationLevel":2,"comment":"a simple text morph","partName":"Text","__LivelyClassName__":"lively.PartsBin.PartsBinMetaInfo"},"12073":{"style":{"__isSmartRef__":true,"id":12074},"morph":{"__isSmartRef__":true,"id":12063},"__SourceModuleName__":"Global.lively.morphic.TextCore","chunkOwner":{"__isSmartRef__":true,"id":12063},"storedString":"The following problem exists: Morphs are DOM elements (morph nodes) holding subelements. One subelement represents the shape (shape node) and always exist. For the origin of the morph we offset the position of the shape node and at the same time move the morph:","__LivelyClassName__":"lively.morphic.TextChunk"},"12074":{"__SourceModuleName__":"Global.lively.morphic.TextCore","__LivelyClassName__":"lively.morphic.TextEmphasis"},"12075":{"x":512,"y":75,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12076":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12077":{"morph":{"__isSmartRef__":true,"id":12063},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12078":{"x":367,"y":-9,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12079":{},"12080":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12081},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12082}},"12081":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12082":{"x":1005,"y":55,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12083":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12084},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12085}},"12084":{"x":0.5,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12085":{"x":1323.5,"y":55,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12086":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12087},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12088}},"12087":{"x":1,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12088":{"x":1642,"y":55,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12089":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12090},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12091}},"12090":{"x":1,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12091":{"x":1642,"y":99,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12092":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12093},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12094}},"12093":{"x":1,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12094":{"x":1642,"y":143,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12095":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12096},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12097}},"12096":{"x":0.5,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12097":{"x":1323.5,"y":143,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12098":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12099},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12100}},"12099":{"x":0,"y":1,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12100":{"x":1005,"y":143,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12101":{"isClassPlaceHolder":true,"className":"lively.morphic.RelativeMagnet","position":{"__isSmartRef__":true,"id":12102},"morph":{"__isSmartRef__":true,"id":12063},"connectedControlPoints":[],"__SourceModuleName__":"Global.lively.morphic.Connectors","cachedGlobalPosition":{"__isSmartRef__":true,"id":12103}},"12102":{"x":0,"y":0.5,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12103":{"x":1005,"y":99,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12104":{"submorphs":[{"__isSmartRef__":true,"id":12105},{"__isSmartRef__":true,"id":12118}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12246},"id":1697,"renderContextTable":{"__isSmartRef__":true,"id":12249},"eventHandler":{"__isSmartRef__":true,"id":12250},"droppingEnabled":true,"halosEnabled":true,"__layered_draggingEnabled__":true,"layout":{"__isSmartRef__":true,"id":12251},"LK2":true,"_Position":{"__isSmartRef__":true,"id":12252},"priorExtent":{"__isSmartRef__":true,"id":12253},"targetMorph":{"__isSmartRef__":true,"id":12105},"titleBar":{"__isSmartRef__":true,"id":12118},"contentOffset":{"__isSmartRef__":true,"id":12115},"collapsedTransform":null,"collapsedExtent":null,"expandedTransform":null,"expandedExtent":null,"ignoreEventsOnExpand":false,"owner":{"__isSmartRef__":true,"id":0},"highlighted":true,"_Rotation":0,"_Scale":1,"__LivelyClassName__":"lively.morphic.Window","__SourceModuleName__":"Global.lively.morphic.Widgets","withoutLayers":["Global.lively.morphic.GrabbingLayer"]},"12105":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12106},"id":1696,"renderContextTable":{"__isSmartRef__":true,"id":12111},"textChunks":[{"__isSmartRef__":true,"id":12112}],"eventHandler":{"__isSmartRef__":true,"id":12114},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":4703},"_ClipMode":"auto","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":true,"_FontFamily":"Helvetica","_FontSize":10,"_Position":{"__isSmartRef__":true,"id":12115},"priorExtent":{"__isSmartRef__":true,"id":12116},"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12104},"layout":{"__isSmartRef__":true,"id":12117},"doitContext":{"__isSmartRef__":true,"id":12063},"isBeingDragged":false,"priorSelectionRange":[19,19],"charsReplaced":"submorphs:\t[]\nscripts:\t[]\nid:\t1645\nshape:\t[object Object]\ngrabbingEnabled:\tfalse\ndroppingEnabled:\tfalse\nhalosEnabled:\ttrue\nfixedWidth:\ttrue\nfixedHeight:\tfalse\nallowsInput:\ttrue\n_OverflowMode:\tvisible\n_FontFamily:\tArial, sans-serif\nregisteredForMouseEvents:\ttrue\n_Position:\tpt(453.0,68.0)\n_MaxTextWidth:\t637\n_MaxTextHeight:\tnull\ntextColor:\trgb(0,0,0)\nshowsHalos:\tfalse\n_FontSize:\t14\n__SourceModuleName__:\tGlobal.lively.morphic.TextCore\nname:\tText5\npartsBinMetaInfo:\tMetaInfo(PartsBin/BasicText)\ntextChunks:\t[TextChunk(The fol...,TextEmphasis(__SourceModuleName__:Global.lively.morphic...\ncharsReplaced:\tThe problem is that \nlastFindLoc:\t-20\npriorSelectionRange:\t[78, 78]\nprevScroll:\t[0, 0]\npriorExtent:\tpt(489.0,67.0)\nrenderContextTable:\t[object Object]\neventHandler:\t\n_Rotation:\t0\n_Scale:\t1\ncachedTextString:\tThe following problem exists: Morphs are DOM elements (morph nodes) holding s...\nhalos:\t[]","lastFindLoc":-1295,"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12106":{"_Position":{"__isSmartRef__":true,"id":12107},"renderContextTable":{"__isSmartRef__":true,"id":12108},"_Extent":{"__isSmartRef__":true,"id":12109},"_ClipMode":"auto","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8465},"_Fill":{"__isSmartRef__":true,"id":12110},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12107":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12108":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12109":{"x":500,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12110":{"r":0.95,"g":0.95,"b":0.95,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12111":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12112":{"style":{"__isSmartRef__":true,"id":12113},"chunkOwner":{"__isSmartRef__":true,"id":12105},"storedString":"this.setClipMode('auto')","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12113":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12114":{"morph":{"__isSmartRef__":true,"id":12105},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12115":{"x":0,"y":21,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12116":{"x":500,"y":200,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12117":{"resizeWidth":true,"resizeHeight":true},"12118":{"submorphs":[{"__isSmartRef__":true,"id":12119},{"__isSmartRef__":true,"id":12131},{"__isSmartRef__":true,"id":12165},{"__isSmartRef__":true,"id":12198}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12232},"id":1698,"renderContextTable":{"__isSmartRef__":true,"id":12241},"eventHandler":{"__isSmartRef__":true,"id":12242},"droppingEnabled":true,"halosEnabled":true,"layout":{"__isSmartRef__":true,"id":12243},"_Position":{"__isSmartRef__":true,"id":12244},"windowMorph":{"__isSmartRef__":true,"id":12104},"label":{"__isSmartRef__":true,"id":12119},"closeButton":{"__isSmartRef__":true,"id":12131},"menuButton":{"__isSmartRef__":true,"id":12165},"collapseButton":{"__isSmartRef__":true,"id":12198},"priorExtent":{"__isSmartRef__":true,"id":12245},"owner":{"__isSmartRef__":true,"id":12104},"__LivelyClassName__":"lively.morphic.TitleBar","__SourceModuleName__":"Global.lively.morphic.Widgets"},"12119":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12120},"id":1699,"renderContextTable":{"__isSmartRef__":true,"id":12124},"textChunks":[{"__isSmartRef__":true,"id":12125}],"eventHandler":{"__isSmartRef__":true,"id":12127},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8489},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":10,"evalEnabled":false,"isLabel":true,"_HandStyle":"default","layout":{"__isSmartRef__":true,"id":12128},"_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","owner":{"__isSmartRef__":true,"id":12118},"priorExtent":{"__isSmartRef__":true,"id":12129},"_Position":{"__isSmartRef__":true,"id":12130},"__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12120":{"_Position":{"__isSmartRef__":true,"id":12121},"renderContextTable":{"__isSmartRef__":true,"id":12122},"_Extent":{"__isSmartRef__":true,"id":12123},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"_BorderRadius":0,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12121":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12122":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12123":{"x":441,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12124":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12125":{"style":{"__isSmartRef__":true,"id":12126},"chunkOwner":{"__isSmartRef__":true,"id":12119},"storedString":"Inspector for ","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12126":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12127":{"morph":{"__isSmartRef__":true,"id":12119},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12128":{"resizeWidth":true},"12129":{"x":0,"y":14,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12130":{"x":20,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12131":{"submorphs":[{"__isSmartRef__":true,"id":12132}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12143},"id":1700,"renderContextTable":{"__isSmartRef__":true,"id":12147},"eventHandler":{"__isSmartRef__":true,"id":12148},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":12149},"priorExtent":{"__isSmartRef__":true,"id":12150},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":12151},"label":{"__isSmartRef__":true,"id":12132},"owner":{"__isSmartRef__":true,"id":12118},"layout":{"__isSmartRef__":true,"id":12160},"attributeConnections":[{"__isSmartRef__":true,"id":12161},{"__isSmartRef__":true,"id":12163}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"12132":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12133},"id":1701,"renderContextTable":{"__isSmartRef__":true,"id":12137},"textChunks":[{"__isSmartRef__":true,"id":12138}],"eventHandler":{"__isSmartRef__":true,"id":12140},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":12141},"priorExtent":{"__isSmartRef__":true,"id":12142},"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12131},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12133":{"_Position":{"__isSmartRef__":true,"id":12134},"renderContextTable":{"__isSmartRef__":true,"id":12135},"_Extent":{"__isSmartRef__":true,"id":12136},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12134":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12135":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12136":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12137":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12138":{"style":{"__isSmartRef__":true,"id":12139},"chunkOwner":{"__isSmartRef__":true,"id":12132},"storedString":"X","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12139":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12140":{"morph":{"__isSmartRef__":true,"id":12132},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12141":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12142":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12143":{"_Position":{"__isSmartRef__":true,"id":12144},"renderContextTable":{"__isSmartRef__":true,"id":12145},"_Extent":{"__isSmartRef__":true,"id":12146},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12144":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12145":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12146":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12147":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12148":{"morph":{"__isSmartRef__":true,"id":12131},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12149":{"x":480,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12150":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12151":{"stops":[{"__isSmartRef__":true,"id":12152},{"__isSmartRef__":true,"id":12154},{"__isSmartRef__":true,"id":12156},{"__isSmartRef__":true,"id":12158}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12152":{"offset":0,"color":{"__isSmartRef__":true,"id":12153}},"12153":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12154":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12155}},"12155":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12156":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12157}},"12157":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12158":{"offset":1,"color":{"__isSmartRef__":true,"id":12159}},"12159":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12160":{"moveHorizontal":true},"12161":{"sourceObj":{"__isSmartRef__":true,"id":12131},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":12104},"targetMethodName":"getCloseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12162},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12162":{"source":{"__isSmartRef__":true,"id":12131},"target":{"__isSmartRef__":true,"id":12104}},"12163":{"sourceObj":{"__isSmartRef__":true,"id":12131},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":12104},"targetMethodName":"initiateShutdown","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12164},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12164":{"source":{"__isSmartRef__":true,"id":12131},"target":{"__isSmartRef__":true,"id":12104}},"12165":{"submorphs":[{"__isSmartRef__":true,"id":12166}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12177},"id":1702,"renderContextTable":{"__isSmartRef__":true,"id":12181},"eventHandler":{"__isSmartRef__":true,"id":12182},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":12183},"priorExtent":{"__isSmartRef__":true,"id":12184},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":12185},"label":{"__isSmartRef__":true,"id":12166},"owner":{"__isSmartRef__":true,"id":12118},"attributeConnections":[{"__isSmartRef__":true,"id":12194},{"__isSmartRef__":true,"id":12196}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"12166":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12167},"id":1703,"renderContextTable":{"__isSmartRef__":true,"id":12171},"textChunks":[{"__isSmartRef__":true,"id":12172}],"eventHandler":{"__isSmartRef__":true,"id":12174},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":12175},"priorExtent":{"__isSmartRef__":true,"id":12176},"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12165},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12167":{"_Position":{"__isSmartRef__":true,"id":12168},"renderContextTable":{"__isSmartRef__":true,"id":12169},"_Extent":{"__isSmartRef__":true,"id":12170},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12168":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12169":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12170":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12171":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12172":{"style":{"__isSmartRef__":true,"id":12173},"chunkOwner":{"__isSmartRef__":true,"id":12166},"storedString":"M","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12173":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12174":{"morph":{"__isSmartRef__":true,"id":12166},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12175":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12176":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12177":{"_Position":{"__isSmartRef__":true,"id":12178},"renderContextTable":{"__isSmartRef__":true,"id":12179},"_Extent":{"__isSmartRef__":true,"id":12180},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12178":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12179":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12180":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12181":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12182":{"morph":{"__isSmartRef__":true,"id":12165},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12183":{"x":3,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12184":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12185":{"stops":[{"__isSmartRef__":true,"id":12186},{"__isSmartRef__":true,"id":12188},{"__isSmartRef__":true,"id":12190},{"__isSmartRef__":true,"id":12192}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12186":{"offset":0,"color":{"__isSmartRef__":true,"id":12187}},"12187":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12188":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12189}},"12189":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12190":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12191}},"12191":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12192":{"offset":1,"color":{"__isSmartRef__":true,"id":12193}},"12193":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12194":{"sourceObj":{"__isSmartRef__":true,"id":12165},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":12104},"targetMethodName":"getMenuHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12195},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12195":{"source":{"__isSmartRef__":true,"id":12165},"target":{"__isSmartRef__":true,"id":12104}},"12196":{"sourceObj":{"__isSmartRef__":true,"id":12165},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":12104},"targetMethodName":"showTargetMorphMenu","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12197},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12197":{"source":{"__isSmartRef__":true,"id":12165},"target":{"__isSmartRef__":true,"id":12104}},"12198":{"submorphs":[{"__isSmartRef__":true,"id":12199}],"scripts":[],"shape":{"__isSmartRef__":true,"id":12210},"id":1704,"renderContextTable":{"__isSmartRef__":true,"id":12214},"eventHandler":{"__isSmartRef__":true,"id":12215},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Position":{"__isSmartRef__":true,"id":12216},"priorExtent":{"__isSmartRef__":true,"id":12217},"value":false,"toggle":false,"isActive":true,"normalFill":{"__isSmartRef__":true,"id":4728},"lighterFill":{"__isSmartRef__":true,"id":12218},"label":{"__isSmartRef__":true,"id":12199},"owner":{"__isSmartRef__":true,"id":12118},"layout":{"__isSmartRef__":true,"id":12227},"attributeConnections":[{"__isSmartRef__":true,"id":12228},{"__isSmartRef__":true,"id":12230}],"doNotSerialize":["$$getHelpText","$$fire"],"doNotCopyProperties":["$$getHelpText","$$fire"],"__LivelyClassName__":"lively.morphic.WindowControl","__SourceModuleName__":"Global.lively.morphic.Widgets"},"12199":{"submorphs":[],"scripts":[],"shape":{"__isSmartRef__":true,"id":12200},"id":1705,"renderContextTable":{"__isSmartRef__":true,"id":12204},"textChunks":[{"__isSmartRef__":true,"id":12205}],"eventHandler":{"__isSmartRef__":true,"id":12207},"grabbingEnabled":false,"droppingEnabled":false,"halosEnabled":true,"_Padding":{"__isSmartRef__":true,"id":8503},"_ClipMode":"hidden","fixedWidth":true,"_WhiteSpaceHandling":"pre-wrap","fixedHeight":true,"allowInput":false,"_FontFamily":"Helvetica","_FontSize":8,"_Position":{"__isSmartRef__":true,"id":12208},"priorExtent":{"__isSmartRef__":true,"id":12209},"evalEnabled":false,"owner":{"__isSmartRef__":true,"id":12198},"isLabel":true,"_HandStyle":"default","_Align":"center","eventsAreIgnored":true,"_PointerEvents":"none","__LivelyClassName__":"lively.morphic.Text","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12200":{"_Position":{"__isSmartRef__":true,"id":12201},"renderContextTable":{"__isSmartRef__":true,"id":12202},"_Extent":{"__isSmartRef__":true,"id":12203},"_ClipMode":"hidden","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4698},"_Fill":null,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12201":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12202":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12203":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12204":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML","updateText":"updateTextHTML","setTextExtent":"setTextExtentHTML","setMaxTextWidth":"setMaxTextWidthHTML","setMaxTextHeight":"setMaxTextHeightHTML","getTextExtent":"getTextExtentHTML","getTextString":"getTextStringHTML","ignoreTextEvents":"ignoreTextEventsHTML","enableTextEvents":"enableTextEventsHTML","setFontFamily":"setFontFamilyHTML","setFontSize":"setFontSizeHTML","setTextColor":"setTextColorHTML","setPadding":"setPaddingHTML","setAlign":"setAlignHTML","setVerticalAlign":"setVerticalAlignHTML","setDisplay":"setDisplayHTML","setWhiteSpaceHandling":"setWhiteSpaceHandlingHTML","focusMorph":"focusMorphHTML"},"12205":{"style":{"__isSmartRef__":true,"id":12206},"chunkOwner":{"__isSmartRef__":true,"id":12199},"storedString":"–","__LivelyClassName__":"lively.morphic.TextChunk","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12206":{"__LivelyClassName__":"lively.morphic.TextEmphasis","__SourceModuleName__":"Global.lively.morphic.TextCore"},"12207":{"morph":{"__isSmartRef__":true,"id":12199},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12208":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12209":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12210":{"_Position":{"__isSmartRef__":true,"id":12211},"renderContextTable":{"__isSmartRef__":true,"id":12212},"_Extent":{"__isSmartRef__":true,"id":12213},"_ClipMode":"visible","_BorderWidth":0,"_BorderColor":{"__isSmartRef__":true,"id":4727},"_Fill":{"__isSmartRef__":true,"id":4728},"_StrokeOpacity":0,"_BorderRadius":5,"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12211":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12212":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12213":{"x":17,"y":17,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12214":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12215":{"morph":{"__isSmartRef__":true,"id":12198},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12216":{"x":461,"y":3,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12217":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12218":{"stops":[{"__isSmartRef__":true,"id":12219},{"__isSmartRef__":true,"id":12221},{"__isSmartRef__":true,"id":12223},{"__isSmartRef__":true,"id":12225}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12219":{"offset":0,"color":{"__isSmartRef__":true,"id":12220}},"12220":{"r":0.98,"g":0.98,"b":0.98,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12221":{"offset":0.4,"color":{"__isSmartRef__":true,"id":12222}},"12222":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12223":{"offset":0.6,"color":{"__isSmartRef__":true,"id":12224}},"12224":{"r":0.91,"g":0.91,"b":0.91,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12225":{"offset":1,"color":{"__isSmartRef__":true,"id":12226}},"12226":{"r":0.97,"g":0.97,"b":0.97,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12227":{"moveHorizontal":true},"12228":{"sourceObj":{"__isSmartRef__":true,"id":12198},"sourceAttrName":"getHelpText","targetObj":{"__isSmartRef__":true,"id":12104},"targetMethodName":"getCollapseHelp","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12229},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12229":{"source":{"__isSmartRef__":true,"id":12198},"target":{"__isSmartRef__":true,"id":12104}},"12230":{"sourceObj":{"__isSmartRef__":true,"id":12198},"sourceAttrName":"fire","targetObj":{"__isSmartRef__":true,"id":12104},"targetMethodName":"toggleCollapse","converter":null,"converterString":null,"updater":null,"updaterString":null,"varMapping":{"__isSmartRef__":true,"id":12231},"__LivelyClassName__":"AttributeConnection","__SourceModuleName__":"Global.lively.bindings"},"12231":{"source":{"__isSmartRef__":true,"id":12198},"target":{"__isSmartRef__":true,"id":12104}},"12232":{"_Position":{"__isSmartRef__":true,"id":12233},"renderContextTable":{"__isSmartRef__":true,"id":12234},"_Extent":{"__isSmartRef__":true,"id":12235},"_ClipMode":"visible","_BorderWidth":1,"_BorderColor":{"__isSmartRef__":true,"id":8599},"_Fill":{"__isSmartRef__":true,"id":12236},"_StrokeOpacity":1,"_BorderRadius":"8px 8px 0px 0px","__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12233":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12234":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12235":{"x":500,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12236":{"stops":[{"__isSmartRef__":true,"id":12237},{"__isSmartRef__":true,"id":12239}],"vector":{"__isSmartRef__":true,"id":538},"__LivelyClassName__":"lively.morphic.LinearGradient","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12237":{"offset":0,"color":{"__isSmartRef__":true,"id":12238}},"12238":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12239":{"offset":1,"color":{"__isSmartRef__":true,"id":12240}},"12240":{"r":0.9,"g":0.9,"b":0.9,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12241":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12242":{"morph":{"__isSmartRef__":true,"id":12118},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12243":{"resizeWidth":true,"adjustForNewBounds":true},"12244":{"x":0,"y":0,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12245":{"x":500,"y":22,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12246":{"renderContextTable":{"__isSmartRef__":true,"id":12247},"_ClipMode":"visible","_BorderWidth":0,"_Fill":null,"_StrokeOpacity":0,"_BorderRadius":0,"_Extent":{"__isSmartRef__":true,"id":12248},"__LivelyClassName__":"lively.morphic.Shapes.Rectangle","__SourceModuleName__":"Global.lively.morphic.Shapes"},"12247":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12248":{"x":500,"y":221,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12249":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12250":{"morph":{"__isSmartRef__":true,"id":12104},"__LivelyClassName__":"lively.morphic.EventHandler","__SourceModuleName__":"Global.lively.morphic.Events"},"12251":{"adjustForNewBounds":true},"12252":{"x":947,"y":99,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12253":{"x":500,"y":221,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12254":{"submorphs":[],"scripts":[],"id":226,"shape":{"__isSmartRef__":true,"id":12255},"grabbingEnabled":false,"droppingEnabled":false,"showsMorphMenu":false,"halosEnabled":false,"registeredForMouseEvents":true,"_world":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","carriesGrabbedMorphs":false,"renderContextTable":{"__isSmartRef__":true,"id":12260},"eventHandler":{"__isSmartRef__":true,"id":12261},"attributeConnections":[],"doNotSerialize":[],"doNotCopyProperties":[],"_Position":{"__isSmartRef__":true,"id":12262},"_Scale":1,"_Rotation":0,"owner":{"__isSmartRef__":true,"id":0},"__LivelyClassName__":"lively.morphic.HandMorph","withLayers":["Global.NoMagnetsLayer"]},"12255":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":12256},"_Extent":{"__isSmartRef__":true,"id":12257},"_Fill":{"__isSmartRef__":true,"id":12258},"renderContextTable":{"__isSmartRef__":true,"id":12259},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12256":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12257":{"x":2,"y":2,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12258":{"r":0.8,"g":0,"b":0,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12259":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12260":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12261":{"morph":{"__isSmartRef__":true,"id":12254},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12262":{"x":921,"y":116,"__LivelyClassName__":"Point","__SourceModuleName__":"Global"},"12263":{"__SourceModuleName__":"Global.lively.morphic.Shapes","_Position":{"__isSmartRef__":true,"id":12264},"_Extent":{"__isSmartRef__":true,"id":12265},"_Fill":{"__isSmartRef__":true,"id":12266},"renderContextTable":{"__isSmartRef__":true,"id":12267},"_ClipMode":"visible","__LivelyClassName__":"lively.morphic.Shapes.Rectangle"},"12264":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12265":{"x":5000,"y":5000,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12266":{"r":1,"g":1,"b":1,"a":1,"__LivelyClassName__":"Color","__SourceModuleName__":"Global"},"12267":{"init":"initHTML","appendShape":"renderHTML","setPosition":"setPositionHTML","setExtent":"setExtentHTML","setFill":"setFillHTML","setBorderColor":"setBorderColorHTML","setBorderWidth":"setBorderWidthHTML","setStrokeOpacity":"setStrokeOpacityHTML","setBorderRadius":"setBorderRadiusHTML","setBorderStyle":"setBorderStyleHTML","setOpacity":"setOpacityHTML","setClipMode":"setClipModeHTML"},"12268":{"x":0,"y":0,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12269":{"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","setHandStyle":"setHandStyleHTML","setPointerEvents":"setPointerEventsHTML","setToolTip":"setToolTipHTML","focus":"focusHTML","blur":"blurHTML","setFocusable":"setFocusableHTML"},"12270":{"morph":{"__isSmartRef__":true,"id":0},"__SourceModuleName__":"Global.lively.morphic.Events","__LivelyClassName__":"lively.morphic.EventHandler"},"12271":{"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":12272},"__SourceModuleName__":"Global.lively.bindings","__serializedLivelyClosures__":{"__isSmartRef__":true,"id":12273},"__LivelyClassName__":"AttributeConnection"},"12272":{"source":{"__isSmartRef__":true,"id":0},"target":{"__isSmartRef__":true,"id":0}},"12273":{"updater":{"__isSmartRef__":true,"id":12274}},"12274":{"originalFunc":null,"varMapping":{"__isSmartRef__":true,"id":12272},"source":"function ($upd, v) { \n if (v && v.toString() !== URL.source.toString()) {\n $upd(v) \n }\n }","funcProperties":{"__isSmartRef__":true,"id":12275},"__SourceModuleName__":"Global","__LivelyClassName__":"lively.Closure"},"12275":{},"12276":{"x":2800,"y":2900,"__SourceModuleName__":"Global","__LivelyClassName__":"Point"},"12277":{"protocol":"http:","hostname":"lively-kernel.org","pathname":"/repository/webwerkstatt/issues/110722_ClipModeShouldClipMorphsInTheirBounds.xhtml","__SourceModuleName__":"Global.lively.Network","__LivelyClassName__":"URL"},"isSimplifiedRegistry":true}}]]>