Skip to content

Instantly share code, notes, and snippets.

@jberthet
Created November 19, 2013 13:30
Show Gist options
  • Select an option

  • Save jberthet/7545369 to your computer and use it in GitHub Desktop.

Select an option

Save jberthet/7545369 to your computer and use it in GitHub Desktop.
newVolunteerButton: SC.ButtonView.extend({
controlSize: SC.HUGE_CONTROL_SIZE,
layout: {width: 250, height: 30},
localize: YES,
title: 'New Volunteer',
action: 'newVolunteer'
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment