Fossil SCM
adding mention of quickfilter in the javascript.md
Commit
f98be00db07d3b0eaafe46ce1dd199529bcced3ee65a997fd63e9e6f859554d8
Parent
11e6c81766b4df8…
1 file changed
+7
-1
+7
-1
| --- www/javascript.md | ||
| +++ www/javascript.md | ||
| @@ -185,11 +185,11 @@ | ||
| 185 | 185 | Fossil to have no-JS alternatives and graceful fallbacks will need |
| 186 | 186 | to get involved with the development if they want this state of |
| 187 | 187 | affairs to continue. |
| 188 | 188 | |
| 189 | 189 | 8. <a id="stats"></a>“**A large number of users run without JavaScript enabled.**” |
| 190 | - | |
| 190 | + | |
| 191 | 191 | That’s not what web audience measurements say: |
| 192 | 192 | |
| 193 | 193 | * [What percentage of browsers with javascript disabled?][s1] |
| 194 | 194 | * [How many people are missing out on JavaScript enhancement?][s2] |
| 195 | 195 | * [Just how many web users really disable cookies or JavaScript?][s3] |
| @@ -484,10 +484,16 @@ | ||
| 484 | 484 | a client-side sort of the data on that column. |
| 485 | 485 | |
| 486 | 486 | _Potential Workaround:_ This feature could be enhanced to do the sort on |
| 487 | 487 | the server side using a page re-load. |
| 488 | 488 | |
| 489 | + | |
| 490 | +### <a id="filter"></a>Quickfilter | |
| 491 | + | |
| 492 | +On some pages adding the ability to filter a table of items down to the | |
| 493 | +rows matching the text typed in by the user. | |
| 494 | + | |
| 489 | 495 | |
| 490 | 496 | ### <a id="tree"></a>File Browser Tree View |
| 491 | 497 | |
| 492 | 498 | The [file browser’s tree view mode][tv] uses JavaScript to handle clicks |
| 493 | 499 | on folders so they fold and unfold without needing to reload the entire |
| 494 | 500 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -185,11 +185,11 @@ | |
| 185 | Fossil to have no-JS alternatives and graceful fallbacks will need |
| 186 | to get involved with the development if they want this state of |
| 187 | affairs to continue. |
| 188 | |
| 189 | 8. <a id="stats"></a>“**A large number of users run without JavaScript enabled.**” |
| 190 | |
| 191 | That’s not what web audience measurements say: |
| 192 | |
| 193 | * [What percentage of browsers with javascript disabled?][s1] |
| 194 | * [How many people are missing out on JavaScript enhancement?][s2] |
| 195 | * [Just how many web users really disable cookies or JavaScript?][s3] |
| @@ -484,10 +484,16 @@ | |
| 484 | a client-side sort of the data on that column. |
| 485 | |
| 486 | _Potential Workaround:_ This feature could be enhanced to do the sort on |
| 487 | the server side using a page re-load. |
| 488 | |
| 489 | |
| 490 | ### <a id="tree"></a>File Browser Tree View |
| 491 | |
| 492 | The [file browser’s tree view mode][tv] uses JavaScript to handle clicks |
| 493 | on folders so they fold and unfold without needing to reload the entire |
| 494 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -185,11 +185,11 @@ | |
| 185 | Fossil to have no-JS alternatives and graceful fallbacks will need |
| 186 | to get involved with the development if they want this state of |
| 187 | affairs to continue. |
| 188 | |
| 189 | 8. <a id="stats"></a>“**A large number of users run without JavaScript enabled.**” |
| 190 | |
| 191 | That’s not what web audience measurements say: |
| 192 | |
| 193 | * [What percentage of browsers with javascript disabled?][s1] |
| 194 | * [How many people are missing out on JavaScript enhancement?][s2] |
| 195 | * [Just how many web users really disable cookies or JavaScript?][s3] |
| @@ -484,10 +484,16 @@ | |
| 484 | a client-side sort of the data on that column. |
| 485 | |
| 486 | _Potential Workaround:_ This feature could be enhanced to do the sort on |
| 487 | the server side using a page re-load. |
| 488 | |
| 489 | |
| 490 | ### <a id="filter"></a>Quickfilter |
| 491 | |
| 492 | On some pages adding the ability to filter a table of items down to the |
| 493 | rows matching the text typed in by the user. |
| 494 | |
| 495 | |
| 496 | ### <a id="tree"></a>File Browser Tree View |
| 497 | |
| 498 | The [file browser’s tree view mode][tv] uses JavaScript to handle clicks |
| 499 | on folders so they fold and unfold without needing to reload the entire |
| 500 |