[Zope] Re: TAL and Javascript

2005-07-01 Thread Rushabh Mehta
Rob,  I was recently working on a similar problem.  You will need to use the xmlhttprequest function in _javascript_ do all the work. And its quite easy once you get the hang of it. Heres a good tutorial to get started: http://developer.apple.com/internet/webcontent/xmlhttpreq.html For your probl

Re: [Zope] manage_edit for Page Templates

2005-04-25 Thread Rushabh Mehta
thanks a lot, that works well... ill make it a point to hunt the sources, now that i know where to look :-)On 4/25/05, Phillip Hutchings < [EMAIL PROTECTED]> wrote:On 25/04/05, Rushabh Mehta < [EMAIL PROTECTED]> wrote:> hi. there is a manage_edit()  to modify the contents of a DT

[Zope] manage_edit for Page Templates

2005-04-25 Thread Rushabh Mehta
hi. there is a manage_edit()  to modify the contents of a DTML document. is there anything similar for page templates? i tried manage_edit() on a page template and i get an attribute error for manage_edit... the document_src() method works though thanks rushabh _

[Zope] object creation in a specific folder...

2005-04-10 Thread Rushabh Mehta
hello all, this is my first zope app... i am trying to figure out how to create an object in a particular folder via script, when my current object may not be in the right tree... I tried to do a 'change folder' via restrictedTraverse (eg context.getRestrictedTraverse('/myapp/myfolder'), and the