We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is possible to create custom widgets that jack into the pager-system. The page-binding (pager.Page-class) is possible to extend at multiple points.
page
pager.Page
One custom widget (page-accordion-item) is already implemented.
page-accordion-item
<div data-bind="page: {id: 'employee'}"> <div data-bind="page-accordion-item: {id: 'zoidberg'}"> <a href="#employee/zoidberg">Dog</a> <div>Zoidberg Information</div> </div> <div data-bind="page-accordion-item: {id: 'hermes'}"> <a href="#employee/hermes">Cat</a> <div>Hermes Information</div> </div> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is possible to create custom widgets that jack into the pager-system.
The
page
-binding (pager.Page
-class) is possible to extend at multiple points.One custom widget (
page-accordion-item
) is already implemented.The text was updated successfully, but these errors were encountered: