Skip to content

Instantly share code, notes, and snippets.

@a-ignatov-parc
Created March 4, 2013 11:26
Show Gist options
  • Save a-ignatov-parc/5081658 to your computer and use it in GitHub Desktop.
Save a-ignatov-parc/5081658 to your computer and use it in GitHub Desktop.
this.core
.unload()
.renderStream(['Header', 'PageControls', 'Panel', {
name: 'Filter',
params: {
buttons: [{
Style: 'grey',
Position: 'full',
Action: 'create_template',
Text: 'Создать шаблон'
}]
}
}, 'ItemsList', 'Product'], {
navigationId: id,
requestBase: 'RepairTemplate'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment