Skip to content

Commit eb11ad1

Browse files
committed
Document designator like classname-number.
1 parent 202e8d4 commit eb11ad1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/glossary.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ classname
1111
db (or hyperdb)
1212
a collection of items
1313
designator
14-
a combined class + itemid reference to any item in the hyperdb
14+
a combined class + itemid reference to any item in the
15+
hyperdb. E.g. issue26. Note that form values can include
16+
something that looks like a designator composed of a classname, a
17+
dash '-', and a number. E.g. file-1. These
18+
are used to create new instances of a class via the web interface.
1519
itemid
1620
a numeric reference to a particular item of one class
1721
item

0 commit comments

Comments
 (0)