[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erw-devel] docs fix - button inhibit example
From: |
erw-devel |
Subject: |
[Erw-devel] docs fix - button inhibit example |
Date: |
Thu, 07 Apr 2005 12:56:38 +1000 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
Hi,
A quick fix to the docs in ERW 1.0.9 (& devel). The section on the The
Button Inhibition Hook has an example that needs changing from
$D["book"]["inhibit"]["list"]["new"] = true;
$D["book"]["inhibit"]["list"]["modify"] = true;
$D["book"]["inhibit"]["list"]["delete"] = true;
to
$D["book"]["inhibit"]["main"]["new"] = true;
$D["book"]["inhibit"]["main"]["modify"] = true;
$D["book"]["inhibit"]["main"]["delete"] = true;
Found out this via the examples/lsr/custom/ files (thanks for the examples!)
Cheers,
Jason.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Erw-devel] docs fix - button inhibit example,
erw-devel <=