Commit 79c1774
#155, modified:
* examples/grid/LayoutGrids.html
* examples/grid/advancedDataGrid.html
Add links to the other example pages to the intro.
1 parent 0de93bd commit 79c1774
File tree
2 files changed
+10
-0
lines changed- examples/grid
2 files changed
+10-0lines changedLines changed: 5 additions & 0 deletionsOriginal file line number Diff line number Diff line change @@ -42,6 +42,11 @@ <h1>Layout Grid Examples</h1>4242Thus, a link contained inside of a grid cell is presented to a screen reader as a link.4343By contrast, a link inside of a menu is presented as a menuitem, and a link inside of a listbox is presented as an option.4444</p>45+<p Similar examples include:</p>46+<ul>47+<li><a href="dataGrids.html">Data Grid Examples</a>: Three example implementations of grid that include features relevant to presenting tabular information, such as content editing, sort, and column hiding.</li>48+<li><a href="advancedDataGrid.html">Advanced Data Grid Example</a>: Example of a grid with behaviors and features similar to a typical spreadsheet, including cell and row selection.</li>49+</ul>4550<section>4651<h2>Examples</h2>4752<section>Lines changed: 5 additions & 0 deletionsOriginal file line number Diff line number Diff line change @@ -34,6 +34,11 @@ <h1>Advanced Data Grid</h1>3434<a href="../../#grid">design pattern for grid</a>3535demonstrates how to implement a grid that has functionality similar to a spreadsheet.3636</p>37+<p>Similar examples include:</p>38+<ul>39+<li><a href="dataGrids.html">Data Grid Examples</a>: Three example implementations of grid that include features relevant to presenting tabular information, such as content editing, sort, and column hiding.</li>40+<li><a href="LayoutGrids.html">Layout Grid Examples</a>: Three example implementations of grids that are used to lay out widgets, including a collection of navigation links, a message recipients list, and a set of search results.</li>41+</ul>3742<section>3843<h2 id="ex_label">Example</h2>3944<div role="separator" id="ex_start_sep" aria-labelledby="ex_start_sep ex_label" aria-label="Start of"></div>
0 commit comments