Jump to content

PSL atk CustomRowCount module: Difference between revisions

From NusaATK
Stevie (talk | contribs)
Cleaning up links to web6.vs170017.vserver.de
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Description ==
== Description ==
The '''PSL atk_CustomRowCount module''' provides '''dynamic ui driven row count settings''' in ATK recordlists. It takes care of existing search conditions and offsets. So nothing gets lost
The PSL atk_CustomRowCount modul provides dynamic ui driven row count settings in ATK recordlists.  
when triggering a new row count. The corresponding setting will be saved as session var.
The module also shows some standard coding strategies for ATK nodes in practise.


[[Image:Rowcount.png]]
[[Image:Rowcount.png]]
Line 10: Line 8:


== Download ==
== Download ==
[http://web6.vs170017.vserver.de/blog/images/atk/psl_atk_CustomRowCounts.rar psl_atk_CustomRowCounts.rar] (Version 1.1)
Download link.


== Influences ==
== Influences ==
What existing or other extension modules does it influence?
What existing or other extension modules does it influence?
 
None.
No known issue till now.


== Dependencies ==
== Dependencies ==
What modules or external software is needed to run this module?
What modules or external software is needed to run this module?
ATK 6.x


PHP > 4.x, ATK 6.x
== Installation manual ==
This file contains no standalone class, instead it provides 3 tiny functions / code fragments
you can use to control the row counts of your nodes recordlist from within the GUI
to install just copy/paste the code into your individiual node context


== Installation manual ==
This package contains no standalone class, instead it provides 3 tiny functions / code fragments you can use to control the row counts of your nodes recordlist from within the GUI.
To install just copy/paste the code into your individiual node context.


== Changelog ==
== Changelog ==
What has changed in your module in different versions?
What has changed in your module in different versions?


- Version 1.1 minor bug fix (lost row count setting)
== About ==
 
History of how it came into being, who develped or sponsored.
== About==
The PSL atk_CustomRowCount module is maintained and sponsored by [http://www.psycholutions.com Psycholutions Consulting & Services]
 
Additional PSL developed ATK extensions:
 
- [http://www.achievo.org/wiki/PSL_atk_AES_En/De-Cryption_attributes PSL atk_AES En/De- Cryption attributes]
 
- PSL atk_Template Chooser module
 
- PSL atk_Advanced Auth/Login module
 
- PSL atk_Inline Editing module
 
- PSL atk_QR-Code module
 
- [http://www.achievo.org/wiki/PSL_atk_FlashUpload_module PSL atk_FlashUpload module]
 
== License ==
GNU Lesser General Public License (LGPL)
 


--[[User:Stevie|Stevie]] 21:27, 20 October 2008 (CEST)
== Licence ==

Latest revision as of 10:38, 10 February 2011

Description

The PSL atk_CustomRowCount modul provides dynamic ui driven row count settings in ATK recordlists.

Demo

Demo link.

Download

Download link.

Influences

What existing or other extension modules does it influence? None.

Dependencies

What modules or external software is needed to run this module? ATK 6.x

Installation manual

This file contains no standalone class, instead it provides 3 tiny functions / code fragments you can use to control the row counts of your nodes recordlist from within the GUI to install just copy/paste the code into your individiual node context


Changelog

What has changed in your module in different versions?

About

History of how it came into being, who develped or sponsored.

Licence