How can I make all the fields in a particular zone non-editable?
Each of the transaction patterns contains one or more zones which are populated with data from different database objects. If there is a single zone it is called ‘main’, but if there are multiple zones these are given names such as ‘outer’, ‘middle’ and ‘inner’, where processing starts with the ‘outer’ zone/object and ends with the ‘inner’ zone/object. The ‘inner’ zone has the capability of dealing with several database rows, and depending on the particular pattern each of these rows may have fields which are editable. While it is possible to make an individual field non-editable by adding ‘noedit’ => ‘y’ to that field’s entry in the $fieldspec array, is it possible to achieve the same thing with all the rows and fields in an entire zone?