0

Listbox Pagination

asked 2013-02-28 12:49:55 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Please look this demo

By default, pagination control (prev, next, etc) are aligned in the left. What is the CSS to align in the left ?

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-03-01 03:06:08 +0800

rickcr gravatar image rickcr
704 7

Are you referring to the whole pagination bar itself? I align that in the center in the footer or the toolbar with:

<listfoot>
     <listfooter align="center">
         <paging ...

or

 <toolbar align="center"> 
         <paging ...

Not sure if that's what you're wanting to align though?

link publish delete flag offensive edit
0

answered 2013-03-01 06:31:11 +0800

Senthilchettyin gravatar image Senthilchettyin flag of India
2623 3 8
http://emrpms.blogspot.in...

Thank you very much rick.

I have resolved this as follows

<hlayout sclass="z-valign-middle">
                <flabel value="Insurance Name" />
                <space />
                <ftextbox id="insurancename" cols="50"
                    instant="true" maxlength="30" />
                <space spacing="20px" />
                <checkbox id="active" label="Show only active" />
                <paging id="pagenavi" pageSize="10"
                    pageIncrement="1" detailed="true">
                </paging>
            </hlayout>
            <separator />
            <listbox id="" mold="paging" paginal="${pagenavi}"
                selectedItem="@bind(vm.selectedItem)" model="@load(vm.dataSet)">

You can also see the output here.

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2013-02-28 12:49:55 +0800

Seen: 41 times

Last updated: Mar 01 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More