Skip to content

Commit

Permalink
Update demos | Fixes liferay#481
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Feb 6, 2018
1 parent 6d81b50 commit f2517c7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/clay-management-toolbar/demos/a11y.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ <h1 class="page-title">
type: 'radiogroup',
}
],
infoButton: true,
searchFormName: 'mySearchName',
searchInputName: 'mySearchInputName',
selectable: true,
Expand Down Expand Up @@ -168,6 +169,13 @@ <h1 class="page-title">
quickAction: true,
separator: true,
},
{
href: '#3',
icon: 'info-circle-open',
label: 'Info Button',
quickAction: true,
separator: true,
},
{
href: '#3',
icon: 'edit',
Expand Down Expand Up @@ -282,6 +290,7 @@ <h1 class="page-title">
type: 'radiogroup',
}
],
infoButton: true,
searchFormName: 'mySearchName',
searchInputName: 'mySearchInputName',
selectable: true,
Expand Down
9 changes: 9 additions & 0 deletions packages/clay-management-toolbar/demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ <h1 class="page-title">
type: 'radiogroup',
}
],
infoButton: true,
searchFormName: 'mySearchName',
searchInputName: 'mySearchInputName',
selectable: true,
Expand Down Expand Up @@ -170,6 +171,13 @@ <h1 class="page-title">
},
{
href: '#3',
icon: 'info-circle-open',
label: 'Info Button',
quickAction: true,
separator: true,
},
{
href: '#4',
icon: 'edit',
label: 'Edit',
},
Expand Down Expand Up @@ -282,6 +290,7 @@ <h1 class="page-title">
type: 'radiogroup',
}
],
infoButton: true,
searchFormName: 'mySearchName',
searchInputName: 'mySearchInputName',
selectable: true,
Expand Down

0 comments on commit f2517c7

Please sign in to comment.