- api: You may now use a displayOnly attribute in your asset properties list

that will display a field, but is not settable via the update() method.
 - api: You may now use a customDrawMethod attribute in your asset properties
   list that will enable you to add custom display options for that fields when
   the edit form is automatically generated.
 - Added file attachments to the Wiki.
 - Added a new attachments form control.
 - Added a form control skeleton.
This commit is contained in:
JT Smith 2007-07-25 22:22:49 +00:00
parent 591fd954e3
commit 350d7f6e01
14 changed files with 599 additions and 85 deletions

View file

@ -420,7 +420,7 @@ sub requestCommit {
=head2 rollback ( )
A class method. Eliminates all revisions of all assets created under a specific version tag. Also removes the version tag.
Eliminates all revisions of all assets created under a specific version tag. Also removes the version tag.
=cut