Pager options
UiPagerOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class UiPagerOptions { string BaseUrl { get; set; } IDictionary<string,string> ConfigurationOptions { get; set; } string CssClass { get; set; } bool? LoadingIndicator { get; set; } bool? LoadOnAnyHashChange { get; set; } int? NumberOfPagesToDisplay { get; set; } string PagedContentFile { get; set; } string PagedContentUrl { get; set; } string QueryStringProperty { get; set; } string Target { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
BaseUrl | string | URL to apply paging | Current Page | |
ConfigurationOptions | IDictionary<string,string> | Configuration options | ||
CssClass | string | Additional CSS Class(es) to apply to the placeholder | ||
LoadingIndicator | bool? | When true, displays a loading indicator | ||
LoadOnAnyHashChange | bool? | When true, loads a new page on any change of the hash, not just the page key | ||
NumberOfPagesToDisplay | int? | Number of pages to display when showing individual pages | 5 | |
PagedContentFile | string | When provided enables Ajax paging against the content file. Requires corresponding use of $core_v2_ui.PagedContent(). Either this or PagedContentUrl can be used. | ||
PagedContentUrl | string | When provided enables Ajax paging against the content file. Either this or PagedContentFile with $core_v2_ui.PagedContent() can be used. | ||
QueryStringProperty | string | Name of the key to use for this widget's page index. Typically unnecessary to override | Auto-generated | |
Target | string | Explicit hash target for page links |