[Tiki-users] Generating a read-only view with plugin tracker
Ilya Perminov <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <CAD63mQZYtS+MnBNNVJEsVt2OnuO_TP0PNxdjizUaQPNsqJwOVg@mail.gmail.com> |
Hi,
Plugin tracker by default generates an edit form, e.g. {tracker
trackerId="15"} produces a form that allows one to edit an item of
tracker 15. Is there a way to make the plugin generate read-only
output? I know it is possible to do it by using a template that has
every field hard coded, but I do not know how to do it without a
template.
And a related question. I saw in the documentation and in the mailing
list that it is better to use plugin list instead of trackerlist and
tracker, because list is more flexible and has more features. Is
information about tracker fields and their labels available in plugin
list? For example, how would an implementation of {trackerlist
trackerId="15"} using list look?
Thanks,
Ilya