Warning: Only for PHPMaker 12.0.7
MasinoFixedWidthSite12 extension contains almost all the customization that I made for PHPMaker 12. The main purpose of this extension is to make the width of web applications that generated by PHPMaker 12 become fixed. This extension also handles so many enhancement and professional modification for the Web Applications that generated by PHPMaker 12.
In order to use this extension properly, then make sure also you have downloaded and enabled the latest version of MasinoCustomCSS12 extension.
| Version | 12.0.7 |
| Last Updated | June 9, 2016 |
| Downloaded | 147 times |
| Create Date | July 31, 2015 |
Which file should I modify if I want to change the pagination from
[First][Previous][ 1 ][ 2 ][ 3 ][ 4 ][ 5 ][ 6 ][ 7 ][ 8 ][ 9 ][ 10 ][ 11-20 ][Next][Last]
to
[First][Previous][ 1 ][ 2 ][ 3 ][ 4 ][ 5 ][ 6-10 ][Next][Last]
This is because, if I’m using TableWidthStyle=1, the pagination will use up 2 rows.
Can you please have option for us to set the max individual page, or at least point us to which script I can modify for your extension?
Thanks.
Also note that when the pagination goes to 2nd line, the horizontal scroll bar also comes out.
I found it:
Change list-script_2.php Line 118
from:
var $RecRange = 10;
to:
var $RecRange = 5;
But if you can have option to set it in the extension, that would be great without meddling with the script. But still, if I go to Page 10, the pagination will still goes to 2nd line. Need to optimize this part a bit. Thanks
Did some customisation myself to list-script_2.php and pager_2.php.
I removed the add and delete button from the bottom paging. And for top paging, I removed the numeric paging and only display the add/delete button to the left. I’m now trying to move the “Page Size” dropdown to the top paging only and set the div to “pull-right”
Now the pagination bar is not so compact and the scrollbar won’t appear for those pages > 10.
Thanks for the feedback. Will try to implement the Record Range setting on table-basis.
I’ve just updated the extension today, March 4, 2016. Please download it again.
The update only implements the RecordRange setting on table-basis.