forked from mcallegari/qlcplus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcollectioneditor.html
53 lines (48 loc) · 1.17 KB
/
collectioneditor.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Q Light Controller Plus - Collection Editor</TITLE>
<SCRIPT SRC="utility.js" TYPE="text/javascript"></SCRIPT>
<link href="style.css" rel="stylesheet" type="text/css" />
</HEAD>
<BODY onLoad="replaceqrc()">
<H1>Collection Editor</H1>
<P>
The collection editor, as its name suggests, is used to edit
<A HREF="file:concept.html#Collection">collection</A> functions.
</P>
<P>
<B>Note:</B> Collections don't have speed setting; each function you include
in a collection follows its own speed settings.
</P>
<H3>Controls</H3>
<TABLE BORDER=1 class="qlcTable">
<TR>
<TD>
<B>Collection name</B>
</TD>
<TD>
Change the name of the collection.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_add.png">
</TD>
<TD>
Add an existing <A HREF="file:concept.html#Functions">Function</A> to the
collection, using the <A HREF="file:selectfunction.html">Select Function</A>
dialog. The order of the functions has no significance.
</TD>
</TR>
<TR>
<TD>
<IMG SRC="qrc:/edit_remove.png">
</TD>
<TD>
Remove the selected functions from the collection.
</TD>
</TR>
</TABLE>
</BODY>
</HTML>