Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#376 closed task (fixed)

Create some example extensions that add list columns

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Example code v1.5
Component: net.sf.basedb.examplecode Keywords:
Cc:

Description (last modified by Nicklas Nordborg)

BASE 3.2 will add extension points for adding more columns to the table on list pages (http://base.thep.lu.se/ticket/1674). We should include some examples in the example code.

  1. A simple example that uses regular property paths. For example, the registration date of the owner of an item. This example should be added to the list pages of all ownable items.
  2. One example that demonstrates the use of a formatter by adding the email of the owner of an item. The email becomes a clickable mailto: link in the web interface.
  3. A more advanced example using a custom action factory. This example display all data files related to a raw bioassay including links for viewing and downloading the file.

Change History (3)

comment:1 by Nicklas Nordborg, 12 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [1596]) Fixes #376: Create some example extensions that add list columns

Added three list column examples.

comment:3 by Nicklas Nordborg, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.