First commit
This commit is contained in:
19
application/demo/edit/news.edit.body.js
Normal file
19
application/demo/edit/news.edit.body.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
import newsBody from '../news.body.js';
|
||||
|
||||
import textarea from '/elements/textarea.js';
|
||||
|
||||
|
||||
export default class newsPageBody extends newsBody, textarea{
|
||||
|
||||
placeholder = "Message";
|
||||
|
||||
height = 120;
|
||||
|
||||
async keyup( event ) {
|
||||
|
||||
this.value = event.target.value;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user