Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Current status

A demo is available at: https://portaldev.its.yale.edu/YaleInfoDLM/
or https://portaldev.its.yale.edu/YaleInfoDLM/Login?userName=demo&password=demo to log in as the demo user.

Channels

Adding channels is currently performed by a popup-type menu. Users may browse channels by category or use a search menu. Once a channel is selected, the channel title and description is displayed below the choose area. Users may either click the "use it now" button, which opens the channel in focus mode in a new window, or add it permanently to their current page.

Moving channels: Drag and drop. When channels are successfully dropped in a new location, an AJAX call is made to the preferences servlet to persist the new location.

Deleting channels: Performed by clicking the delete button in the channel's title bar. Instead of reloading the page, javascript code removes the channel element from the DOM and sends an AJAX request to the preferences servlet.

Tabs and Columns

Both tabs and columns have popup edit menus to allow users to add, delte, and move these elements.

In addition, clicking on the title of an active tab will change the text to an editing interface.

Screenshots

Technical details

At Yale, we've been working to integrate some Ajax-style interface features into uPortal 2.5 (DLM + Rutger's xhtml theme). I'd initially used Scriptaculous for the proof of concept, but I think in the long run dojo is a better choice.

I've download the code (Pete Boysen) posted and integrated the drag and drop portlets part into our version. We currently have mostly-working features to add new channels, add/remove columns, sort columns, and add and rename tabs.

We're currently using two servlets for ajax calls. The first is a preferences servlet that persists all the additions/moves/etc. It accepts the same parameters the built-in preferences page uses. For operations that create a new node, the servlet sends back the ID of the new node.� The second retrieves the list of available channels for the add channel menu.

  • No labels