Re: custom zmi interface & hidden fields
"Thorsten Fox" <[email protected]>
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, 1) to create a hidden special object property, let its name start with an underscore, e.g. "_myThumb" [type: image] 2) for arbitrary interface methods, add an attribute of type "interface", and write whatever JS you like to add. For accessing the other attributes' value, all fields have unique ids based upon the name of the property. For cross-referencing property values within your interface method, it is a good idea to analyse the names with FireBug or so, and then access them via jQuery (now supported in Version 1.3.2). Regards, tf