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
615c267d
Commit
615c267d
authored
Jan 09, 2001
by
adam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated help files; sandwiched ObjectManager 'select all' in javascript sniffer
parent
820b0f84
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
9 deletions
+42
-9
lib/python/OFS/dtml/main.dtml
lib/python/OFS/dtml/main.dtml
+7
-4
lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx
lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx
+7
-1
lib/python/Products/OFSP/help/File_Edit.stx
lib/python/Products/OFSP/help/File_Edit.stx
+5
-0
lib/python/Products/OFSP/help/Image_Edit.stx
lib/python/Products/OFSP/help/Image_Edit.stx
+6
-0
lib/python/Products/OFSP/help/ObjectManager_Contents.stx
lib/python/Products/OFSP/help/ObjectManager_Contents.stx
+17
-4
No files found.
lib/python/OFS/dtml/main.dtml
View file @
615c267d
...
...
@@ -197,16 +197,19 @@ function toggleSelect() {
<input class="form-element" type="submit"
name="manage_importExportForm:method"
value="Import/Export" />
<input class="form-element" type="submit" name="selectButton"
value="Select All" onClick="toggleSelect(); return false" />
<script type="text/javascript">
<!--
if (document.forms[0]) {
document.write('<input class="form-element" type="submit" name="selectButton" value="Select All" onClick="toggleSelect(); return false">')
}
-->
</script>
</dtml-if>
</div>
</td>
</tr>
</table>
<form onSubmit="return false;"></form>
<dtml-else>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
...
...
lib/python/Products/OFSP/help/DTML-DocumentOrMethod_Edit.stx
View file @
615c267d
...
...
@@ -25,8 +25,14 @@ DTML Document/Method - Edit: Edit contents.
'Wider' and 'Narrower' -- Allows to adjust the width of the
contents text area.
'
Change
' -- Changes the contents.
'
Save Changes
' -- Changes the contents.
**Note: When you change the contents it is parsed for correct
DTML syntax. If there is a syntax error, the contents will not
be changed.**
'File' -- Indicates a file to be uploaded to replace the contents
of the current object. Use the 'Browse ...' button to select a
local file.
'Upload File' -- Upload the file and change the contents.
lib/python/Products/OFSP/help/File_Edit.stx
View file @
615c267d
...
...
@@ -23,3 +23,8 @@ File - Edit: File Properties.
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 Data' -- The file to upload. Use the 'Browse...' button to
select a local file.
'Upload' -- Uploads the file.
lib/python/Products/OFSP/help/Image_Edit.stx
View file @
615c267d
...
...
@@ -19,3 +19,9 @@ Image - Edit: Image Properties.
'Content type' -- The content type of the Image. Zope will try to
guess an appropriate content type when you upload an Image.
'File Data' -- The file to upload. Use the 'Browse...' button to
select a local file.
'Upload' -- Uploads the file.
lib/python/Products/OFSP/help/ObjectManager_Contents.stx
View file @
615c267d
...
...
@@ -6,8 +6,17 @@ ObjectManager - Contents: Edit contained objects.
delete and change them.
Each contained object is displayed on a line and is identified by
an icon, an id and a title in parenthesis. You can manage an
object by clicking on its identifying link.
an icon, an id and a title in parenthesis. Additionally, the size
(if applicable) and the date during which the object was last modified
are displayed. You can manage an object by clicking on its identifying
link.
Sorting
You can sort contained objects by type, name (id), size, or modification
date. To do so, click on the appropriate column heading. Clicking
a second time on any column heading will reverse the sort on that
field.
Versions
...
...
@@ -39,15 +48,19 @@ ObjectManager - Contents: Edit contained objects.
objects can be pasted in a new location.
'Paste' -- Allows you to paste objects from the clipboard into
this object **Note: This option will only appear if objects have
this object
.
**Note: This option will only appear if objects have
previously been copied or cut.**
'Delete' -- Deletes the selected objects. Deleted objects are
*not* placed in the clipboard.
'
Export...' -- Exports an object from the Zope
.
'
Import/Export' -- Imports or exports a Zope object
.
'Available Objects' -- Selects a type of object to add.
'Add' -- Adds an object specified in 'Available Objects'.
'Select All (Deselect All)' -- Toggles between selecting and
deselecting each item currently displayed in the contents view.
**Note: This control will only appear if your browser is
javascript-enabled.**
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