vikramjitsaha / biojs

Automatically exported from code.google.com/p/biojs
0 stars 0 forks source link

Clear Sequence #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to be able to clear the shown sequence without hiding the 
whole widget.

Maybe a message defined by the "user" (in this case the programmer) would be 
highly appreciated (or you could define one by default).

Original issue reported on code.google.com by fabregat...@gmail.com on 11 May 2012 at 1:09

GoogleCodeExporter commented 9 years ago
Fixed. Use method clearSequence with message and icon to show it instead of a 
sequence. For example:   mySequence.clearSequence("No sequence available", 
"../biojs/css/images/warning_icon.png"). Both parameters are optional. More 
information in http://www.ebi.ac.uk/~jgomez/biojs/registry/Biojs.Sequence.html 

Original comment by john...@gmail.com on 17 Jul 2012 at 7:15