Fossil SCM
Added "File Browser Tree View" item to www/javascript.md
Commit
72a00d1f74f460992e6eff9af0c555376d9cd9a77a983f025b8905dad6ae4026
Parent
f40a9ccf3c47ade…
1 file changed
+13
+13
| --- www/javascript.md | ||
| +++ www/javascript.md | ||
| @@ -187,10 +187,23 @@ | ||
| 187 | 187 | a client-side sort of the data on that column. |
| 188 | 188 | |
| 189 | 189 | _Potential Workaround:_ This feature could be enhanced to do the sort on |
| 190 | 190 | the server side using a page re-load. |
| 191 | 191 | |
| 192 | + | |
| 193 | +### <a id="tree"></a>File Browser Tree View | |
| 194 | + | |
| 195 | +The [file browser’s tree view mode][tv] uses JavaScript to handle clicks | |
| 196 | +on folders so they fold and unfold without needing to reload the entire | |
| 197 | +page. | |
| 198 | + | |
| 199 | +_Graceful Fallback:_ When JavaScript is disabled, clicks on folders | |
| 200 | +reload the page showing the folder contents instead. You then have to | |
| 201 | +use the browser’s Back button to return to the higher folder level. | |
| 202 | + | |
| 203 | +[tv]: https://www.fossil-scm.org/fossil/dir?type=tree | |
| 204 | + | |
| 192 | 205 | |
| 193 | 206 | ### <a id="hash"></a>Version Hashes |
| 194 | 207 | |
| 195 | 208 | In several places where the Fossil web UI shows a check-in hash or |
| 196 | 209 | similar, hovering over that check-in shows a tooltip with details about |
| 197 | 210 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -187,10 +187,23 @@ | |
| 187 | a client-side sort of the data on that column. |
| 188 | |
| 189 | _Potential Workaround:_ This feature could be enhanced to do the sort on |
| 190 | the server side using a page re-load. |
| 191 | |
| 192 | |
| 193 | ### <a id="hash"></a>Version Hashes |
| 194 | |
| 195 | In several places where the Fossil web UI shows a check-in hash or |
| 196 | similar, hovering over that check-in shows a tooltip with details about |
| 197 |
| --- www/javascript.md | |
| +++ www/javascript.md | |
| @@ -187,10 +187,23 @@ | |
| 187 | a client-side sort of the data on that column. |
| 188 | |
| 189 | _Potential Workaround:_ This feature could be enhanced to do the sort on |
| 190 | the server side using a page re-load. |
| 191 | |
| 192 | |
| 193 | ### <a id="tree"></a>File Browser Tree View |
| 194 | |
| 195 | The [file browser’s tree view mode][tv] uses JavaScript to handle clicks |
| 196 | on folders so they fold and unfold without needing to reload the entire |
| 197 | page. |
| 198 | |
| 199 | _Graceful Fallback:_ When JavaScript is disabled, clicks on folders |
| 200 | reload the page showing the folder contents instead. You then have to |
| 201 | use the browser’s Back button to return to the higher folder level. |
| 202 | |
| 203 | [tv]: https://www.fossil-scm.org/fossil/dir?type=tree |
| 204 | |
| 205 | |
| 206 | ### <a id="hash"></a>Version Hashes |
| 207 | |
| 208 | In several places where the Fossil web UI shows a check-in hash or |
| 209 | similar, hovering over that check-in shows a tooltip with details about |
| 210 |