[jboss-user] [JBoss Portal] - Re: remove the drag and drop but keep portlet decoration

2007-04-24 Thread FredF
I found out that I have the region reference in the RegionTagHandler. Now I can write my own regiontag and provide the rendercontext with the ThemeConstants.PORTAL_AJAX_OBJECT_DISABLED to the renderer. The question is if region.setProperty(ThemeConstants.PORTAL_AJAX_OBJECT_DISABLED, "true");

[jboss-user] [JBoss Portal] - Re: remove the drag and drop but keep portlet decoration

2007-03-29 Thread FredF
"[EMAIL PROTECTED]" wrote : no look at the property that inhibits ajax stuff which is "theme.ajax.object_enabled". If on a portal object you put this property with a value of "false" it should disable DnD for this part. | | you can set the property using the xml desc, it has not been redone

[jboss-user] [JBoss Portal] - Re: remove the drag and drop but keep portlet decoration

2007-03-29 Thread [EMAIL PROTECTED]
no look at the property that inhibits ajax stuff which is "theme.ajax.object_enabled". If on a portal object you put this property with a value of "false" it should disable DnD for this part. you can set the property using the xml desc, it has not been redone yet in the new admin UI. View the