hi

I am using jboss portal 2.6.1 . i created new portal  from management portal 
available for admin user. Then i created a new page called portfolio. Later i 
added some portlets to this page. Now how do i enable drag and drop for these 
portlets.

I added following entry to my default.xml 

 <deployment>
  |       <if-exists>overwrite</if-exists>
  |       <context>
  |          <context-name>myportal</context-name>
  |          <properties>
  |             <!--
  |             | Set the dnd property
  |             -->      <property>
  |                <name>theme.dyna.dnd_enabled</name>
  |                <value>true</value>
  |             </property>
  |             <!--
  |             | Set the partial refresh property
  |             -->            <property>
  |                <name>theme.dyna.partial_refresh_enabled</name>
  |                <value>true</value>
  |             </property>
  | 
  |             <!-- Control policy config -->
  |             <property>
  |                <name>control.portal.access_denied</name>
  |                <value>ignore</value>
  |             </property>                 
  |          </properties>
  |       </context>
  |    </deployment>
  | 

thanks,
tellarsrinivasprabhu

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079497#4079497

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079497
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to