aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/README
blob: 5cd72a4403a1452fe08a96326d31846a91a70729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### eFormFiller

Example config entries for eFormFiller scripts

    set eFormFiller = spawn @scripts_dir/eFormFiller.sh
    @cbind    ZA        = @eFormFiller add
    @cbind    ZE        = @eFormFiller edit
    @cbind    ZN        = @eFormFiller new
    @cbind    ZL        = @eFormFiller load
    
NEW action generates new file with formfields for current domain. Note that it
will overwrite existing file.

EDIT action calls an external editor with curent domain profiles.

ADD action adds another profile to current domain. Remember to name the
profiles, by default the have a name with random numbers.

LOAD action loads form data. If there is more then one profile, it will call
dmenu first to choose the profile you want to fill in the form.