Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<fx:Script> <![CDATA[ protected var myVM = new ToLowerViewModel(); ]]> </fx:Script> <s:TextInput x="10" y="10" id="myInput" text="@{myVM.Input}" /> <s:Button x="141" y="10" label="Button" click="myVM.ToLower()"/> <s:Label x="219" y="19" id="myOutput" text="@{myVM.Output}"/>
This paste will be private.
From the Design Piracy series on my blog: