HighDots Forums  

Spry Pagination

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Spry Pagination in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ben-MS
 
Posts: n/a

Default Spry Pagination - 12-30-2007 , 02:48 PM






I finally got to paginate the table. But now the header repeats for every row.
If I put the header before spry pagination code it does not call the xml. Any
one?

HEAD SECTION ----------------------
<script language="JavaScript" type="text/javascript">
var ClientsTableXmlFormat = new
Spry.Data.XMLDataSet("ClientsListXmlExport.php", "ClientsTable/Client");
var ClientsTableXmlFormatPaginated = new Spry.Data.PagedView(
ClientsTableXmlFormat ,{ pageSize: 4 });
</script>


BODY SECTION ----------------------
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center">
<div spry:region="ClientsTableXmlFormatPaginated"
spry:repeatchildren="ClientsTableXmlFormatPaginate d">
<table>
<tr>
<th width="200" align="center" spry:sort="client_code">Client Code</th>
<th width="380" align="center" spry:sort="client_lastname">Full Name</th>
<th width="150" align="center" spry:sort="client_username">Username</th>
<th width="100" align="center" spry:sort="client_status">Status</th>
</tr>
<tr>
<td width="200">&nbsp;&nbsp;{client_code}</td>
<td width="380">&nbsp;&nbsp;{client_lastname}{client_f irstname}</td>
<td width="150">&nbsp;&nbsp;{client_username}</td>
<td width="100" align="center">{client_status}</td>
</tr>
</table>
</div>
</td>
</tr>
</table>


Reply With Quote
  #2  
Old   
Ben-MS
 
Posts: n/a

Default Re: Spry Pagination - 01-04-2008 , 07:09 AM






Thank You David

David Directed me to:

http://labs.adobe.com/technologies/spry/home.html

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.