Skip to content

Instantly share code, notes, and snippets.

@pondmouse
Last active December 19, 2015 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pondmouse/5926693 to your computer and use it in GitHub Desktop.
Save pondmouse/5926693 to your computer and use it in GitHub Desktop.
New tab in UI workflow: og.views.common.layout.js
fields: function () {
return {
main: $('.OG-layout-fields-container').layout({
defaults: {
enableCursorHotkey: false, onresize_end: 'og.common.gadgets.manager.resize',
togglerLength_open: 0
},
north: {spacing_open: 0, paneClass: 'OG-layout-fields-masthead'},
center: {spacing_open: 0, paneClass: 'OG-layout-center'}
})
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment