We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18241a commit ec90cf9Copy full SHA for ec90cf9
chapters/formspecs.md
@@ -34,7 +34,15 @@ They consist of a series of tags which are in the following form:
34
35
element_type[param1;param2;...]
36
37
-Firstly the element type is declared, and then the attributes are given in square brackets.
+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]
46
47
### Size[w, h]
48
0 commit comments