Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Force.com Discussion Boards
- :
- Developer Boards for Force.com and Database.com
- :
- Force.com Sites & Site.com
- :
- Pagination in site.com
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Pagination in site.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-26-2012 05:44 AM
Hi all
How to create pagination in site.com please response me this possible or not?
Thank you.
Solved! Go to Solution.
Re: Pagination in site.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-02-2012 11:42 AM
Hello,
Here is the Salesforce.com help topic on:
Adding Pagination to Repeaters and Data Tables
Events let you add interactive and animated effects to the pages and page elements of your website. When using repeaters and data tables, you can add pagination events so users can easily page through the displayed data. This is particularly useful when working with large amounts of data.
- Previous Page
- Next Page
- Go To Page
- Create your repeater or data table.
- In the repeater or data table, be sure to specify how many records to display per page in the Limits section.
- Drag a button to the page.
- In the Properties pane, change the Button Name to Previous Page or Next Page as appropriate.
- In the Events pane, select the click event.
- When the Actions box appears, click
and select the Previous Page or Next Page action. - In the Target Element, select the repeater or data table.
- Click Save.
Creating GoTo navigation is similar to creating the previous and next buttons, but you must add an input field so users can specify what page they what to go to.
- Create your repeater or data table.
- In the repeater or data table, be sure to specify how many records to display per page in the Limits section.
- Drag a Number field onto the page.
- In the Properties pane, change the field’s Label Name to something that makes sense. For example, Enter Page Number.
- Drag a Button onto the page.
- In the Properties pane, change the Button Name to GoTo Page.
- In the Events pane, select the click event.
- When the Actions box appears, click
and select the Go To Page action. - In the Target Element, select the repeater or data table.
- For Input Field ID, select the field you created in step 3.
- Click Save.
Re: Pagination in site.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-05-2012 01:42 AM
Thank you very much..
Re: Pagination in site.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-06-2012 12:58 PM
happy coding !
Re: Pagination in site.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-09-2012 11:06 PM
Hi,
i got the pagination only for previous and next buttons but have the previouspage 1 2 3 4 5 6 7 nextpage.
how will get this functionality.
Thank you.
Re: Pagination in site.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-30-2013 06:19 AM

