Skip to content

Instantly share code, notes, and snippets.

@brian428
Created September 6, 2012 05:18
Show Gist options
  • Save brian428/3651588 to your computer and use it in GitHub Desktop.
Save brian428/3651588 to your computer and use it in GitHub Desktop.
Controller method
###*
* Update the title for one of the tab panels
* @param title The new title for the panel.
###
updatePanelTitle: ( title ) ->
@getPanel2().title = title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment