[jboss-user] [JBoss Portal] - how to enable drag and drop on a new portal
tellarsrinivasprabhu
do-not-reply at jboss.com
Thu Aug 30 05:18:48 EDT 2007
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
More information about the jboss-user
mailing list