Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

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

Gallery

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.

...