Versions Compared

Key

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

...

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 - dialog menu

Moving - Drag and drop

Deleting - Corner delete graphic.

Columns

...

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

Gallery

Technical details

...