PLEASE NOTE: the above example is being affected by the CSS rules of this site.
Click on 'view in window' to see the component by using its own CSS stylesheet(s) only.
This component creates a floating div as a pop-up window to visualize a list of annotations on an entity.
Eg. Protein, Interaction, Gene, etc
Version
1.0.0.
To get the above Biojs.DetailsFrame to work on your page, you need to do the following:
Object with the features to display, every attribute is displayed as an item in the list.
The attribute id, is used for the title of the frame.
The attribute description has a different style at the beggining of the list
{function}actionPerformed A function which receives an Biojs.Event object as argument.
It gets activated when the features of the frame have been updated
Example :
instance.onFeaturesUpdated(function( objEvent ) {
alert("Features have been updated!");
});