eb57f721736fe3048c30576ff036a30cae7ce448 tdreszer Mon Aug 30 14:41:40 2010 -0700 Metadata link '...' is now populated by ajax diff --git src/hg/inc/hui.h src/hg/inc/hui.h index e8ae5d8..51e8f12 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -892,9 +892,13 @@ /* If the parentTdb has a controlledVocabulary setting and the vocabType is found, then label will be wrapped with the link to display it. Return string is cloned. */ +char *metadataAsHtmlTable(char *db,struct trackDb *tdb,boolean + showLongLabel,boolean showShortLabel, struct hash *trackHash); +/* If metadata from metaDb exists, return string of html with table definition */ + boolean compositeMetadataToggle(char *db,struct trackDb *tdb,char *title, boolean embeddedInText,boolean showLongLabel, struct hash *trackHash); -/* If metadata from metaTbl if it exists, create a link that will allow toggling it's display */ +/* If metadata from metaTbl exists, create a link that will allow toggling it's display */ boolean superTrackDropDown(struct cart *cart, struct trackDb *tdb, int visibleChild);