Skip to content

Instantly share code, notes, and snippets.

@hojberg
Created November 13, 2009 12:14
Show Gist options
  • Save hojberg/233788 to your computer and use it in GitHub Desktop.
Save hojberg/233788 to your computer and use it in GitHub Desktop.
W.UI.SplitPanes.vert({
separatorClasses: 'separator',
panes: [{content: render('my/template'), classes: 'first-pane-class' },
{content: render('my/template2'), classes: 'second-pane-class' }]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment