1 Reply Latest reply on Jul 29, 2009 3:00 PM by vijay2p

    Drag and Drop in Portal like in Dashboard

    webmascon

      Is there any way to enable drag and drop of portlets on Portal pages just like they are on Dashboard.

      I know their layout will not be persisted, but that's ok.

        • 1. Re: Drag and Drop in Portal like in Dashboard
          vijay2p

          Use following code in your somename-object.xml

          <property>
           <name>theme.dyna.dnd_enabled</name>
           <value>true</value>
           </property>


          Drag and drop functionality will be enabled in your portal pages.
          This can also be achieved using admin console.

          Cheers,
          Vijay Chaudhary