[Zope-Checkins] CVS: Zope/lib/python/Products/OFSP/help - File_Edit.stx:1.5 Image_Edit.stx:1.3

Brian Lloyd brian@digicool.com
Wed, 17 Oct 2001 10:46:37 -0400


Update of /cvs-repository/Zope/lib/python/Products/OFSP/help
In directory cvs.zope.org:/tmp/cvs-serv27960

Modified Files:
	File_Edit.stx Image_Edit.stx 
Log Message:
Updated help for File and Image edit forms.


=== Zope/lib/python/Products/OFSP/help/File_Edit.stx 1.4 => 1.5 ===
     This view allows you to edit File properties.
 
-    File information
-  
-      'Id' -- The id of the File.
-
-      'Size' -- The size of the File.
-
-      'Last modified' -- The last time the File was changed.
-
-  Controls
+  Form Elements
 
     'Title' -- The optional title of the File.
 
@@ -23,6 +15,20 @@
     File. A precondition is a method or document which is executed
     before the File is viewed or downloaded. If the precondition
     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
     select a local file.


=== Zope/lib/python/Products/OFSP/help/Image_Edit.stx 1.2 => 1.3 ===
     This view allows you to edit Image properties.
 
-    File information
-  
-      'Id' -- The id of the Image.
-
-      'Size' -- The size of the Image.
-
-      'Last modified' -- The last time the Image was changed.
-
-  Controls
+  Form Elements
 
     'Title' -- The optional title of the Image.
 
     'Content type' -- The content type of the Image. Zope will try to
     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
     select a local file.