Skip to content

Instantly share code, notes, and snippets.

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/a1f26ace29cb0d3cab58 to your computer and use it in GitHub Desktop.
Save betobaz/a1f26ace29cb0d3cab58 to your computer and use it in GitHub Desktop.
Sugarcrm::add layout and view
<?php
$viewdefs['Accounts']['base']['layout']['nrfm'] = array(
'type' => 'simple',
'components' => array(
array(
'view' => 'nrfm',
),
),
);
?>
({
className: 'nrfm',
loadData: function (options) {
this.render();
console.log("Estas dentro");
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment