04 Drag and Drop Preferences
New in uPortal 2.6 is AJAXy drag-and-drop preferences. You can turn this on for the default theme/skin in /properties/dlmContext.xml
Turning on AJAX drag-and-drop preferences
... <bean id='dlmProcessingPipe' class="org.jasig.portal.layout.dlm.processing.ProcessingPipe" singleton="false"> <!-- Commented out until we return to Integrated Modes stylesheet support. This will result in a valid processing pipe but won't inject a list of fixed processors nor a map of optional processors thus saving on a small amount of memory. --> <property name="fixedProcessors"> <list> <!-- A processor for injecting the username into the theme stylesheet to be presented in the user's layout. --> <bean class="org.jasig.portal.layout.dlm.providers.ThemeParamInjector" singleton="false"/> <bean class="org.jasig.portal.layout.dlm.providers.RegularViewChannelRemover" singleton="false"/> <!-- Uncomment to enable AJAX preferences --> <!-- UNCOMMENT THE FOLLOWING ELEMENT!!!! --> <bean class="org.jasig.portal.layout.dlm.remoting.AjaxPreferencesThemeParamInjector" singleton="false"/>