Jump to content

PSL atk CustomRowCount module: Difference between revisions

From NusaATK
Stevie (talk | contribs)
Stevie (talk | contribs)
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 module''' provides '''dynamic ui driven row count settings''' in ATK recordlists. It takes care of existing search conditions and offsets. So nothing gets lost
when triggering a new row count. The corresponding setting will be saved as session var.
when triggering a new row count. The corresponding setting will be saved as node related session var. This module also shows some basic coding strategies for ATK nodes in practise.
The module also shows some standard coding strategies for ATK nodes in practise.


[[Image:Rowcount.png]]
[[Image:Rowcount.png]]

Revision as of 19:37, 22 October 2008

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 when triggering a new row count. The corresponding setting will be saved as node related session var. This module also shows some basic coding strategies for ATK nodes in practise.

Demo

Demo link.

Download

psl_atk_CustomRowCounts.rar (Version 1.1)

Influences

What existing or other extension modules does it influence?

No known issue till now.

Dependencies

What modules or external software is needed to run this module?

PHP > 4.x, ATK 6.x

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

What has changed in your module in different versions?

- Version 1.1 minor bug fix (lost row count setting)

About

The PSL atk_CustomRowCount module is maintained and sponsored by Psycholutions Consulting & Services

Additional PSL developed ATK extensions:

- 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

- PSL atk_FlashUpload module

License

GNU Lesser General Public License (LGPL)


--Stevie 21:27, 20 October 2008 (CEST)