Skip to content

Instantly share code, notes, and snippets.

@jsjohnst
Created April 30, 2010 02:56
Show Gist options
  • Save jsjohnst/384653 to your computer and use it in GitHub Desktop.
Save jsjohnst/384653 to your computer and use it in GitHub Desktop.
var SnippetView = new KONtx.Class({
ClassName: 'SnippetView',
Extends: KONtx.system.AnchorSnippetView,
createView: function() {
this.controls.text = new KONtx.element.Text({
label: $_('Snippet.Text'),
styles: {
color: "#ffffff",
fontSize: KONtx.utility.scale(20),
vAlign: "center",
hAlign: "center"
},
}).appendTo(this);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment