Clarify on formspecs

gh-pages
rubenwardy 2015-09-25 00:23:03 +01:00
parent e18241a6d0
commit ec90cf9c1d
1 changed files with 9 additions and 1 deletions

View File

@ -34,7 +34,15 @@ They consist of a series of tags which are in the following form:
element_type[param1;param2;...]
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
in square brackets.
(An element is an item such as a text box or button, or it is meta data such
as size or background).
Here are two elements, of types foo and bar.
foo[param1]bar[param1]
### Size[w, h]