commit
4f2cc9656e
1 changed files with 3 additions and 2 deletions
|
|
@ -61,8 +61,9 @@ Use as follows:
|
||||||
# create a new form from the template
|
# create a new form from the template
|
||||||
form = EvForm("path/to/testform.py")
|
form = EvForm("path/to/testform.py")
|
||||||
|
|
||||||
(EvForm can also take a dictionary holding
|
# EvForm can also take a dictionary instead of a filepath, as long
|
||||||
the required keys FORMCHAR, TABLECHAR and FORM)
|
# as the dict contains the keys FORMCHAR, TABLECHAR and FORM
|
||||||
|
# form = EvForm(form=form_dict)
|
||||||
|
|
||||||
# add data to each tagged form cell
|
# add data to each tagged form cell
|
||||||
form.map(cells={1: "Tom the Bouncer",
|
form.map(cells={1: "Tom the Bouncer",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue