c9-core/plugins/c9.ide.ace.statusbar/statusbar.xml

40 wiersze
1.2 KiB
XML

<a:application xmlns:a="http://ajax.org/2005/aml">
<a:bar id="bar"
skin = "bar-status"
skinset = "c9statusbar"
class = ""
zindex = "10000"
style = "position:absolute;right:5px;bottom:3px;"
height = "23">
<a:label id="lblSelectionLength"
caption = ""
style = "cursor:pointer"
margin = "1 10 4 3" />
<a:label id="lblRowCol"
class = "lbl_row_col"
style = "cursor:pointer"
margin = "1 10 4 3" />
<a:label id="lblEditorStatus"
caption = ""
class = "nounderline"
margin = "1 10 4 3" />
<a:button id="lblSyntax"
skin = "label"
style = "cursor:pointer"
caption = ""
margin = "1 10 4 3"
submenudir = "up" />
<a:button id="lblTabs"
skin = "label"
style = "cursor:pointer"
caption = ""
margin = "1 10 4 3"
submenudir = "up" />
<a:button id="btnSbPrefs"
skin = "btn-statusbar-icon"
skinset = "c9statusbar"
height = "23"
icon = "true"
submenudir = "up" />
</a:bar>
</a:application>