First commit
This commit is contained in:
16
application/demo/page/news.page.save.js
Normal file
16
application/demo/page/news.page.save.js
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
|
||||
import button from '/elements/button.js';
|
||||
|
||||
export default class saveButton extends button {
|
||||
|
||||
label = "Save";
|
||||
|
||||
async click( event, object ){
|
||||
|
||||
var result = await this.parent.save();
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user