mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +01:00
fix fileview status
This commit is contained in:
parent
bc05c1d973
commit
7dc275e1e5
@ -191,7 +191,8 @@
|
|||||||
self.selectedFile = e.data
|
self.selectedFile = e.data
|
||||||
if(self.onfileselect)
|
if(self.onfileselect)
|
||||||
self.onfileselect(e.data)
|
self.onfileselect(e.data)
|
||||||
$(self.refs.stbar).html("Selected: " + e.data.filename + " (" + e.data.size + " bytes)")
|
$(self.refs.stbar).empty()
|
||||||
|
$(self.refs.stbar).append($("<span>").append("Selected: " + e.data.filename + " (" + e.data.size + " bytes)"))//.html()
|
||||||
})
|
})
|
||||||
self.root.observable.on("filedbclick", function(e){
|
self.root.observable.on("filedbclick", function(e){
|
||||||
if(e.id != self.rid ) return
|
if(e.id != self.rid ) return
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"app":"MarkOn",
|
"app":"MarkOn",
|
||||||
"name":"Mardown editor",
|
"name":"Markdown editor",
|
||||||
"description":"Simple markdown editor",
|
"description":"Simple markdown editor",
|
||||||
"info":{
|
"info":{
|
||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"app":"wTerm",
|
"app":"wTerm",
|
||||||
"name":"Unix terminal like",
|
"name":"Terminal",
|
||||||
"description":"Access Unix terminal from web",
|
"description":"Access Unix terminal from web",
|
||||||
"info":{
|
"info":{
|
||||||
"author": "Xuan Sang LE",
|
"author": "Xuan Sang LE",
|
||||||
|
@ -10,6 +10,7 @@ afx-file-view div.status{
|
|||||||
height: 15px;
|
height: 15px;
|
||||||
background-color: #f6F6F6;
|
background-color: #f6F6F6;
|
||||||
border-top: 1px solid #cbcbcb;
|
border-top: 1px solid #cbcbcb;
|
||||||
|
color:#414339;
|
||||||
}
|
}
|
||||||
afx-file-view afx-list-view li{
|
afx-file-view afx-list-view li{
|
||||||
float:left;
|
float:left;
|
||||||
|
Loading…
Reference in New Issue
Block a user