Skip to content

Commit

Permalink
Update 4-SGDEX_Channel_Tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lividpluto authored May 26, 2018
1 parent 212f45a commit e3d094c
Showing 1 changed file with 24 additions and 13 deletions.
37 changes: 24 additions & 13 deletions documentation/4-SGDEX_Channel_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,29 +463,40 @@ the title as well as a small icon for each button.
<tr class="header">
<th><strong>Field</strong></th>
<th><strong>Type</strong></th>
<th><strong>Default</strong></th>
<th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>TITLEÂ </td>
<td></td>
<td></td>
<td>TITLE </td>
<td>String</td>
<td>The label for the list item</td>
</tr>
<tr class="even">
<td>HDLISTITEMICONURL</td>
<td></td>
<td></td>
<td>Uri</td>
<td>The image file for the icon displayed to the left of the list item label when the list item is not focused</td>
</tr>
<tr class="odd">
<td>HDLISTITEMICONSELECTEDURL</td>
<td></td>
<td></td>
<td>Uri</td>
<td>The image file for the icon to be displayed to the left of the list item label when the list item is focused</td>
</tr>
</tbody>
</table>

**Fields description**

<table>
<thead>
<tr class="header">
<th><strong>Field</strong></th>
<th><strong>Type</strong></th>
<th><strong>Default</strong></th>
<th><strong>Description</strong></th>
</tr>
</thead>
<tbody>
<tr class="even">
<td>isContentList</td>
<td>Boolean</td>
Expand All @@ -506,25 +517,25 @@ the title as well as a small icon for each button.
<tr class="even">
<td>itemFocused</td>
<td>Integer</td>
<td></td>
<td>0</td>
<td>Indicates the item currently in focus</td>
</tr>
<tr class="odd">
<td>jumpToItem</td>
<td>Integer</td>
<td></td>
<td>0</td>
<td>Manually focus on the desired item</td>
</tr>
<tr class="even">
<td>buttonFocused </td>
<td>Integer</td>
<td></td>
<td>0</td>
<td>Tells what button is focused</td>
</tr>
<tr class="odd">
<td>buttonSelected</td>
<td>Integer</td>
<td></td>
<td>0</td>
<td>Is set when the button is selected by a user</td>
</tr>
<tr class="even">
Expand All @@ -536,7 +547,7 @@ the title as well as a small icon for each button.
<tr class="odd">
<td>currentItem</td>
<td>Node</td>
<td></td>
<td>-</td>
<td><p>Currently displayed item</p>
<p>This item is set when the Content Getter finishes loading extra meta-data</p></td>
</tr>
Expand Down

0 comments on commit e3d094c

Please sign in to comment.