Skip to content

Instantly share code, notes, and snippets.

@jtaby
jtaby / gist:190040
Created September 21, 2009 02:46 — forked from anonymous/gist:190022
menuView: SC.MenuPane.design({
layout: { top: 63, left: 0, right: 0, height: 36 },
items: [SC.Object.create({
title: 'Foo',
isEnabled: YES
}),
SC.Object.create({
title: 'Bar',
isEnabled: YES
})]
@jtaby
jtaby / gist:238259
Created November 18, 2009 21:15 — forked from lsiden/gist:237321
// ==========================================================================
// Project: EccapCalc.LedgerView
// Copyright: ©2009 Westside Consulting LLC
// ==========================================================================
/*globals EccapCalc */
/** @class
This is a reusable view that is meant to be instantiated from the function
EccapCalc.createLedgerView(x, y, w, h, title, arrayController).