Download Ektron CMS400.NET Developer Reference Manual

Transcript
Dreamweaver Extension Support
Field
Description
EnablePaging
This property, in conjunction with the MaxResults property, lets site
visitors view an unlimited number of collection items while controlling the
amount of screen space. To accomplish this, the collection display is
limited to the number set in the MaxResults property.
Used in ASP.NET only.
If you set this property box is checked, and the number of collection items
exceeds the MaxResults number, navigation aids appear below the last
item. The site visitor uses the aids to view additional items. See example
below.
So, for example, if a collection has 9 items and the MaxResults property
is set to 4, the screen displays only the first four items. When the site
visitor clicks [Next], he sees items 5, 6, 7 and 8, etc.
Checked = enable paging
Unchecked = disable paging
Important! If the EnablePaging property is set to True, the CacheInterval
property is disabled.
MaxResults
Enter the maximum number of items to appear in the initial display of this
server control.
Used in ASP.NET only.
To set no maximum, enter zero (0).
To let site visitors view more than the maximum but limit the amount of
space being occupied, enter the maximum number of results per page
here. Then, check the EnablePaging property box.
If you do and more than the number of MaxResults are available,
navigation aids appear below the last item to help the site visitor view
additional items. See example below.
Ektron CMS40 0.NET Deve lope r Re fe re nce Manua l, Version 7.0, Rev 8
454