0 Replies Latest reply on Mar 5, 2008 3:28 PM by dvanwest

    Disable Drag and Drop on Portlet

      Using portal 2.6.4.

      We've setup a portlet to display without decoration via the following:

      <window>
       <window-name>Teasers</window-name>
       <instance-ref>Teasers</instance-ref>
       <region>teaser</region>
       <height>0</height>
       <properties>
       <property>
       <name>theme.renderSetId</name>
       <value>emptyRenderer</value>
       </property>
       </properties>
      </window>


      This works great, but on a dashboard page the portlet is still draggable. Is there a renderer that will prevent that?

      thanks.