Skip to content

Commit

Permalink
tweak help text
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 15, 2012
1 parent 91e3067 commit c044de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/View/TrackList/Faceted.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
+ ' <b>filtering with data fields</b>, and free-form <b>filtering with text</b>.'
+ '</p>'
+ ' <dl><dt>Filtering with Data Fields</dt>'
+ ' <dd>The left column of the display contains the available <b>data fields</b>. Click on the data field name to expand it, and then select one or more values for that field to narrow the search to display only tracks that have one of those values. You can do this for any number of fields.<dd>'
+ ' <dd>The left column of the display contains the available <b>data fields</b>. Click on the data field name to expand it, and then select one or more values for that field. This narrows the search to display only tracks that have one of those values for that field. You can do this for any number of fields.<dd>'
+ ' <dt>Filtering with Text</dt>'
+ ' <dd>Type text in the "Contains text" box to filter for tracks whose data contains that text. When you type multiple words, tracks are found that contain all of those words, in any order, and in any field. If you place "quotation marks" around the text, the filter finds only tracks that exactly match that phrase.</dd>'
+ ' <dd>Type text in the "Contains text" box to filter for tracks whose data contains that text. If you type multiple words, tracks are filtered such that they must contain all of those words, in any order. Placing "quotation marks" around the text filters for tracks that contain that phrase exactly. All text matching is case insensitive.</dd>'
+ ' <dt>Activating Tracks</dt>'
+ " <dd>To activate and deactivate a track, click its check-box in the left-most column. When the box contains a check mark, the track is activated. You can also turn whole groups of tracks on and off using the check-box in the table heading.</dd>"
+ " </dl>"
Expand Down

0 comments on commit c044de3

Please sign in to comment.