You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to facilitate programming in the large it is useful to be able to extract views as separate components.
These views should not be forced to be stored as html-fragments or be loaded with jQuery.
Thus a way to inject custom views should be possible. This is done using the source- or sourceOnShow-properties. Just supply a method instead of a string!
These properties takes a method that should take a pager.Page as first argument, a callback, and return nothing.
In order to facilitate programming in the large it is useful to be able to extract views as separate components.
These views should not be forced to be stored as html-fragments or be loaded with jQuery.
Thus a way to inject custom views should be possible. This is done using the
source
- orsourceOnShow
-properties. Just supply a method instead of a string!These properties takes a method that should take a
pager.Page
as first argument, a callback, and return nothing.where
if
The text was updated successfully, but these errors were encountered: