Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
577f70c3
Commit
577f70c3
authored
Oct 17, 2001
by
Brian Lloyd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated help for File and Image edit forms.
parent
68502d12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
18 deletions
+24
-18
lib/python/Products/OFSP/help/File_Edit.stx
lib/python/Products/OFSP/help/File_Edit.stx
+15
-9
lib/python/Products/OFSP/help/Image_Edit.stx
lib/python/Products/OFSP/help/Image_Edit.stx
+9
-9
No files found.
lib/python/Products/OFSP/help/File_Edit.stx
View file @
577f70c3
...
...
@@ -4,15 +4,7 @@ File - Edit: File Properties.
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.
...
...
@@ -24,6 +16,20 @@ File - Edit: File Properties.
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.
...
...
lib/python/Products/OFSP/help/Image_Edit.stx
View file @
577f70c3
...
...
@@ -4,21 +4,21 @@ Image - Edit: Image Properties.
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment