-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoderunner.xml
More file actions
36 lines (34 loc) · 1.02 KB
/
noderunner.xml
File metadata and controls
36 lines (34 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<a:application xmlns:a="http://ajax.org/2005/aml">
<!--a:window id="winTab"
title = "Choose a Tab"
icon = "chromium_16.png"
zindex = "10"
center = "true"
modal = "true"
width = "450"
height = "200"
buttons = "close"
kbclose = "true"
skin = "bk-window"
visible = "false">
<a:list id="lstTabs"
model="mdlTabs"
anchors="10 10 56 10"
multiselect="false"
autoselect="false"
each="[tab]"
caption="[@url]"
empty-message="Loading tabs..."
onafterchoose = "btnTabsOk.dispatchEvent('click');"/>
<a:button id="btnTabsOk"
right="10"
bottom="10"
width="60"
disabled="{!lstTabs.selected}"
default="true"
skin="btn-default-css3"
onclick="winTab.close();dbg.attach(dbgChrome, {lstTabs.selected})">
OK
</a:button>
</a:window-->
</a:application>