You are not logged in Log in Join
You are here: Home » Members » shalabh » Mozilla » New and Improved PropertyEditor

Log in
Name

Password

 

Screenshot

Zope.org - New Look PropertyEditor

  You are not logged in Log in Join
You are here: Home » Members » shalabh » Mozilla » New Look PropertyEditor » New and Improved PropertyEditor

Log in
Name

Password

 

New Look PropertyEditor

Size: 5 K

I like this look much better than the earlier one.

About

This is an initial version with very little functionality:-
 - Read only. No changes, additions or deletions.
 - All property types are shown in textboxes.
 - User needs to click 'Refersh' to view values.

Installation

Tarred Source: NIPropertyEditor.tar.gz

1. Download and uncompress NIPropertyEditor.tar.gz
   to produce five files:

   1  propertyeditor.xul : 
      Copy to Mozilla/bin/chrome/ZopeStudio/content/default/

   2  propertyeditor.js  :
      Copy to Mozilla/bin/chrome/ZopeStudio/content/default/

   3  propertyeditor.css :
      Copy to Mozilla/bin/chrome/ZopeStudio/skin/default/

   4  properties.py :
      Copy to ZopeRoot/extensions/

   5  zsPropertiesRDF.zexp :
      Copy to ZopeRoot/import/

   (Note: Create any directory above if it doesn't exist)

2. Import zsPropertiesRDF into the root of your Zope.
   This creates an external method that references properties.py

3. Launch mozilla with the following parameter:

   mozilla -chrome chrome://zopestudio/content/propertyeditor.xul

4. Type the full URL (ex: http://myzopeserver:8080/index_html)
   to any Zope object in the box and press Enter.

5. You may need to press 'Refresh' to show the values.

6. Enjoy!
--------------------------------------------------------

Comments, suggestions, ideas? Mail me.