[Zope] How do I create an object instance with DTML?

2000-11-02 Thread Danny William Adair

Hi yall,

I want to cover Zope's management screens from the (managing) user, and only
take parts of its functionality and change its design so that there is a
folder in which the user has simple cs functionality and won't be overdosed
with options.

In this folder now, I would like to create an object instance of (among
others) STX_Document with a DTML Method. I would also like to set its
security settings! Will I need an external method? How would I do this? I
have subclassed "Folder" and added a method "add" with which I want to add
new objects to the current "xFolder". Furthermore, I've added an index_html
DTML Document which will render the "folder's view" the way I want it to be.
Does this approach seem acceptable for my purpose?

tia,

CU+Prost,


 .oO( "Du könntest mal einen bauen" )
Danny


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] How do I create an object instance with DTML?

2000-11-02 Thread seb

 In this folder now, I would like to create an object instance of (among
 others) STX_Document with a DTML Method. I would also like to set its
 security settings! Will I need an external method? How would I do this? 

Look at the dtml source for the management screens and you'll pick up how to do all 
this.  Also refer to Zope Quick Reference (http://zdp.zope.org/projects/zqr/ZopeQR) 
for more methods than you can shake a stick at, e.g.:

  manage_addDTMLDocument(id, [title, file, REQUEST, submit])
  manage_changePermissions(REQUEST)

seb.



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )