Commit 615c267d authored by adam's avatar adam

updated help files; sandwiched ObjectManager 'select all' in javascript sniffer

parent 820b0f84
......@@ -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>
......
......@@ -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.
......@@ -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.
......@@ -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.
......@@ -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.**
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