Commit 577f70c3 authored by Brian Lloyd's avatar Brian Lloyd

Updated help for File and Image edit forms.

parent 68502d12
...@@ -4,15 +4,7 @@ File - Edit: File Properties. ...@@ -4,15 +4,7 @@ File - Edit: File Properties.
This view allows you to edit File properties. This view allows you to edit File properties.
File information Form Elements
'Id' -- The id of the File.
'Size' -- The size of the File.
'Last modified' -- The last time the File was changed.
Controls
'Title' -- The optional title of the File. 'Title' -- The optional title of the File.
...@@ -24,6 +16,20 @@ File - Edit: File Properties. ...@@ -24,6 +16,20 @@ File - Edit: File Properties.
before the File is viewed or downloaded. If the precondition before the File is viewed or downloaded. If the precondition
raises an exception then the File cannot be viewed. raises an exception then the File cannot be viewed.
'File Content' -- If the content of the file object is text-based
and small enough to be edited with a Web form, a textarea
containing the content of the file will be displayed. You can make
changes to the content in this text area and click the 'Save
Changes' button to update the file content.
'Last Modified' -- The time that the object was last changed. This
is only displayed if the file data is non-text or too large to be
edited with a Web form.
'File Size' -- The size (in bytes) of the image data. This is only
displayed if the file data is not text or too large to be edited
with a Web form.
'File Data' -- The file to upload. Use the 'Browse...' button to 'File Data' -- The file to upload. Use the 'Browse...' button to
select a local file. select a local file.
......
...@@ -4,21 +4,21 @@ Image - Edit: Image Properties. ...@@ -4,21 +4,21 @@ Image - Edit: Image Properties.
This view allows you to edit Image properties. This view allows you to edit Image properties.
File information Form Elements
'Id' -- The id of the Image.
'Size' -- The size of the Image.
'Last modified' -- The last time the Image was changed.
Controls
'Title' -- The optional title of the Image. 'Title' -- The optional title of the Image.
'Content type' -- The content type of the Image. Zope will try to 'Content type' -- The content type of the Image. Zope will try to
guess an appropriate content type when you upload an Image. guess an appropriate content type when you upload an Image.
'Preview' -- Displays a preview version of the actual image
content. If an image is very large, the preview may be scaled to a
smaller size.
'Last Modified' -- The time that the object was last changed.
'File Size' -- The size (in bytes) of the image data.
'File Data' -- The file to upload. Use the 'Browse...' button to 'File Data' -- The file to upload. Use the 'Browse...' button to
select a local file. select a local file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment