ucan-ext-js-kitchen-sink
Version:
my-ext-gen-app description for Ext JS app MyExtGenApp
10 lines (7 loc) • 323 B
JavaScript
Ext.define('UCANSink.view.componentDetail.examples.classification.exampleViewController', {
extend: 'Ext.app.ViewController',
alias: 'controller.ucanclassificationexamplecontroller',
onAddParentNodes: function(id) {
Ext.toast('Backendseitig Elternknoten von Node mit Id ' + id + ' hinzufügen.', 3000);
}
});