First commit
This commit is contained in:
19
application/demo/pages/search.select.js
Normal file
19
application/demo/pages/search.select.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
import select from '/elements/select.js';
|
||||
|
||||
export default class customSelect extends select{
|
||||
|
||||
width = 100;
|
||||
|
||||
change() {
|
||||
|
||||
//var index = this.customElement.selectedIndex;
|
||||
|
||||
this.parent.search.search();
|
||||
|
||||
//this.parents("newsItemPage").newsListTable.body.searchType = index;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user