| |
The currentpic.pl INI file defines a set of fields that may be
modifed online. Each field has a "type" as follows:
type= SYNTAX
| keyword | description | parameters | example |
| date | pull down choices for month, day & year | -- | x1type=date |
| dbmlist | select child items | show; link; kids | x1type=dbmlist |
| file | upload file | dir | x1type=pic |
| gen | generate value | init | x1type=gen |
| pic | upload picture, automatically determine width and height | dir | x1type=pic |
| pickfile | select page for editing | curr | x1type=pickfile |
| radio | select one item from set | choices | x1type=radio |
| text | single line of text entry | wide | x1type=text |
| textarea | multiple line text entry | wide; high; file; dir | x1type=textarea |
|