Skip to content

Commit ec90cf9

Browse files
committed
Clarify on formspecs
1 parent e18241a commit ec90cf9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

chapters/formspecs.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@ They consist of a series of tags which are in the following form:
3434

3535
element_type[param1;param2;...]
3636

37-
Firstly the element type is declared, and then the attributes are given in square brackets.
37+
Firstly the element type is declared, and then the attributes are given
38+
in square brackets.
39+
40+
(An element is an item such as a text box or button, or it is meta data such
41+
as size or background).
42+
43+
Here are two elements, of types foo and bar.
44+
45+
foo[param1]bar[param1]
3846

3947
### Size[w, h]
4048

0 commit comments

Comments
 (0)