Hiding the edit frame

If you’d like to hide the (green) editing frame place the following code to your Zope 2 like page template:

<metal:block fill-slot="top_slot"
               tal:define="dummy python:request.set('disable_border',1)" />

Table Of Contents

Previous topic

DTML

Next topic

Sessions and cookies

This Page