Skip to content

Instantly share code, notes, and snippets.

@betobaz
Created July 14, 2015 00:01
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 betobaz/3c82dd8502a24829485e to your computer and use it in GitHub Desktop.
Save betobaz/3c82dd8502a24829485e to your computer and use it in GitHub Desktop.
SugarCRM::Sidecar::Show model in preview
({
showPreview: function(moduleName, modelId){
var bean = App.data.createBean(moduleName, {id:modelId});
bean.fetch();
App.events.trigger('preview:render', bean);
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment