datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

Actions when clicking on a record in the table view #28

Closed datadavev closed 13 years ago

datadavev commented 13 years ago

There may be some actions appropriate for other fields, not yet determined - so the click action needs to be configurable per field.

coreyo commented 13 years ago

Clicking on ID field implementation working, but hardcoded.

TODO: specify optional callback function for each field to be called when the user clicks on that field. This may be difficult to implement since the initial declaration might not have a handle on the objects needed in the callback function.

datadavev commented 13 years ago

Functionality to keep in mind - there should ideally be mechanisms to select an individual record in the different views.

Both should be able to invoke the same operation (e.g. show the record details), but the actual operation invoked should be settable, and may potentially be set to a different operation for each view.

coreyo commented 13 years ago

This functionality has been superseded by ticket #35

Implemented a row-click functionality with this default action as well as an optional per-field value click.