Hi all. Maybe it's mostly the Plone question, but I think that Zope-only users can have the same question. My configuration: instance of Plone 2.0.2 on Zope 2.7. I have portlets on my site. So the question: is there any problem to refresh the piece of the content (in my case - the content of one portlet) without the refreshing of the whole page? I understand that it's not possible with the standard tools, but maybe it's possible with the use of some external tools or Python? -- Best regards, Denis Mishunoff mailto:spliter@is.lg.ua http://plonetarium.objectis.net
Hi, On Thu, 2004-10-07 at 11:37, Denis Mishunoff wrote:
Hi all. Maybe it's mostly the Plone question, but I think that Zope-only users can have the same question.
My configuration: instance of Plone 2.0.2 on Zope 2.7. I have portlets on my site. So the question: is there any problem to refresh the piece of the content (in my case - the content of one portlet) without the refreshing of the whole page? I understand that it's not possible with the standard tools, but maybe it's possible with the use of some external tools or Python?
Uh. not really. After all, its one page = one file for your browser. And using frames will bring a lot more headaches to your users then just reload the whole page (given your images, css can be cached client side) Regards Tino
On Thu, 7 Oct 2004 12:37:32 +0300, Denis Mishunoff <spliter@is.lg.ua> wrote:
Hi all. Maybe it's mostly the Plone question, but I think that Zope-only users can have the same question.
My configuration: instance of Plone 2.0.2 on Zope 2.7. I have portlets on my site. So the question: is there any problem to refresh the piece of the content (in my case - the content of one portlet) without the refreshing of the whole page? I understand that it's not possible with the standard tools, but maybe it's possible with the use of some external tools or Python?
You can use an IFRAME tag inside the portlet code. Define a new page template for the actual portlet content. You can refresh only the IFRAME instead of the whole page. -- Roberto Lupi http://www.lupi-software.com/
participants (3)
-
Denis Mishunoff -
Roberto Lupi -
Tino Wildenhain