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() { ...@@ -197,16 +197,19 @@ function toggleSelect() {
<input class="form-element" type="submit" <input class="form-element" type="submit"
name="manage_importExportForm:method" name="manage_importExportForm:method"
value="Import/Export" /> value="Import/Export" />
<input class="form-element" type="submit" name="selectButton" <script type="text/javascript">
value="Select All" onClick="toggleSelect(); return false" /> <!--
if (document.forms[0]) {
document.write('<input class="form-element" type="submit" name="selectButton" value="Select All" onClick="toggleSelect(); return false">')
}
-->
</script>
</dtml-if> </dtml-if>
</div> </div>
</td> </td>
</tr> </tr>
</table> </table>
<form onSubmit="return false;"></form>
<dtml-else> <dtml-else>
<table cellspacing="0" cellpadding="2" border="0"> <table cellspacing="0" cellpadding="2" border="0">
<tr> <tr>
......
...@@ -25,8 +25,14 @@ DTML Document/Method - Edit: Edit contents. ...@@ -25,8 +25,14 @@ DTML Document/Method - Edit: Edit contents.
'Wider' and 'Narrower' -- Allows to adjust the width of the 'Wider' and 'Narrower' -- Allows to adjust the width of the
contents text area. contents text area.
'Change' -- Changes the contents. 'Save Changes' -- Changes the contents.
**Note: When you change the contents it is parsed for correct **Note: When you change the contents it is parsed for correct
DTML syntax. If there is a syntax error, the contents will not DTML syntax. If there is a syntax error, the contents will not
be changed.** 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. ...@@ -23,3 +23,8 @@ File - Edit: File Properties.
File. A precondition is a method or document which is executed File. A precondition is a method or document which is executed
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 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. ...@@ -19,3 +19,9 @@ Image - Edit: Image Properties.
'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.
'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. ...@@ -6,8 +6,17 @@ ObjectManager - Contents: Edit contained objects.
delete and change them. delete and change them.
Each contained object is displayed on a line and is identified by 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 an icon, an id and a title in parenthesis. Additionally, the size
object by clicking on its identifying link. (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 Versions
...@@ -39,15 +48,19 @@ ObjectManager - Contents: Edit contained objects. ...@@ -39,15 +48,19 @@ ObjectManager - Contents: Edit contained objects.
objects can be pasted in a new location. objects can be pasted in a new location.
'Paste' -- Allows you to paste objects from the clipboard into '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.** previously been copied or cut.**
'Delete' -- Deletes the selected objects. Deleted objects are 'Delete' -- Deletes the selected objects. Deleted objects are
*not* placed in the clipboard. *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. 'Available Objects' -- Selects a type of object to add.
'Add' -- Adds an object specified in 'Available Objects'. '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