[jboss-user] [JBoss Portal] - Re: Moving Portlet Windows

julien@jboss.com do-not-reply at jboss.com
Fri May 4 11:09:28 EDT 2007


interesting feedback

probably that the DnD should not be enabled for maximized regions at all.

if you modify org.jboss.portal.theme.impl.JSPLayout and modifiy it with :


  |    ...
  |    pageResult.setLayoutState("maximized");
  |    wc.setRegionName("maximized");
  |    wc.setOrder(0);
  | 
  |    // Begin new code 
  |    DynaRenderOptions options = DynaRenderOptions.getOptions(Boolean.FALSE, null);
  |    Map props = pageResult.getRegion("maximized").getProperties();
  |    options.setOptions(props);
  |    // End new code
  | 

it should prevent maximized region to be draggable, could you try that ?

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043242



More information about the jboss-user mailing list