Skip to content

Instantly share code, notes, and snippets.

View pixels4nickels's full-sized avatar

Ken Rogers pixels4nickels

  • Oakland, California
View GitHub Profile
@pixels4nickels
pixels4nickels / app.html
Last active June 21, 2016 02:11 — forked from Vheissu/app.html
Dynamic html template insertion with manual model binding
<template>
<require from='./my-element.html'></require>
</template>
@pixels4nickels
pixels4nickels / ImageButton.as
Created January 17, 2012 07:27 — forked from thanksmister/ImageButton.as
Flex Spark Image Button component with rounded corners. Wraps the Image control and takes same source for image. .
/**
* @authors Michael Ritchie, Ken Rogers
* @twitter @thanksmister, @pixels4nickels
* @version Dec 9, 2011
* */
package
{
import flash.events.Event;
import mx.events.FlexEvent;