Just as a reminder, the generic way to add an element to an object manager (like Folders) it’s:
<container>.manage_addProduct[’<product name>‘].<add method, usually manage_add*product name*>(arguments)
Posted by mattia as zope at 3:51 PM CET
Calendar
Pages
Categories
Archives
Links
Just as a reminder, the generic way to add an element to an object manager (like Folders) it’s:
<container>.manage_addProduct[’<product name>‘].<add method, usually manage_add*product name*>(arguments)
Posted by mattia as zope at 3:51 PM CET
Well, I download the whole mootools library in compressed form, which is about 42kbytes of text all in a simple line (a big, big, big “eval”). I put into my Zope instance and go editing the object… pity for Firefox: it’s almost impossible, since loading such a big line in a textfield gives considerable problems to the browser, up to blocking it on my old notebook.
So, what to do?
Would you believe that the old, textual “links” program just loaded the whole thing without complaining the little?