mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 23:40:00 +02:00
add float list
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
self.root.observable = opts.observable || riot.observable()
|
||||
self.view = opts.view || 'list'
|
||||
self.data = opts.data || []
|
||||
self.path = opts.path || "os://"
|
||||
self.path = opts.path || "home:///"
|
||||
self.onfileselect
|
||||
this.status = opts.status == undefined?true:opts.status
|
||||
this.selectedFile = undefined
|
||||
|
8
src/core/tags/afx-float-list.js
Normal file
8
src/core/tags/afx-float-list.js
Normal file
@ -0,0 +1,8 @@
|
||||
<afx-float-list>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</afx-float-list>
|
Reference in New Issue
Block a user