Skip to content

Commit

Permalink
Merge pull request #744 from ressourcenmangel/feature/class-name-conf…
Browse files Browse the repository at this point in the history
…igurable

Make disabled class name on prev/next buttons configurable
  • Loading branch information
meandmax authored Oct 10, 2018
2 parents b569bad + 410cbdc commit 51b22b6
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 319 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,16 @@ li {
<td>class name for slider next control</td>
<td>default: 'js_next'</td>
</tr>
<tr>
<td>classNameDisabledPrevCtrl</td>
<td>class name for slider previous control then disabled</td>
<td>default: 'disabled'</td>
</tr>
<tr>
<td>classNameDisabledNextCtrl</td>
<td>class name for slider next control then disabled</td>
<td>default: 'disabled'</td>
</tr>
</table>

## Events
Expand Down
Loading

0 comments on commit 51b22b6

Please sign in to comment.