summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Pager.page
diff options
context:
space:
mode:
authorctrlaltca <>2012-08-06 16:47:25 +0000
committerctrlaltca <>2012-08-06 16:47:25 +0000
commite7b4d1466524258585711be76d525b1c8441f4d2 (patch)
tree12aaa34a5b9356fe24b54d9abbc540287476c871 /demos/quickstart/protected/pages/Controls/Pager.page
parent0dce832bc6111fb97621ffb2ae0c5501482f903c (diff)
patch for #419
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Pager.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Pager.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Pager.page b/demos/quickstart/protected/pages/Controls/Pager.page
index 5f4136b1..1ec0b7cb 100644
--- a/demos/quickstart/protected/pages/Controls/Pager.page
+++ b/demos/quickstart/protected/pages/Controls/Pager.page
@@ -29,6 +29,10 @@ These user interfaces may be further customized by configuring the following pro
<li><tt>ButtonType</tt> - type of page buttons, either <tt>PushButton</tt> meaning normal form submission buttons, or <tt>LinkButton</tt> meaning hyperlink buttons.</li>
</ul>
+<p class="block-content">
+Since Prado 3.2.1, you can use the <tt>ButtonCssClass</tt> property to specify a css class that will be applied to each button created by the pager in NextPrev or Numeric mode.
+</p>
+
<p id="450304" class="block-content">
<tt>TPager</tt> raises an <tt>OnPageIndexChanged</tt> event when an end-user interacts with it and specifies a new page (e.g. by clicking on a next page button that would lead to the next page.) Developers may write handlers to respond to this event and obtain the desired new page index from the event parameter's property <tt>NewPageIndex</tt>. Using this new page index, one can feed a new page of data to the associated data-bound control.
</p>