Class: atkMultiSelectHandler
Source Location: /handlers/class.atkmultiselecthandler.inc
Class atkMultiSelectHandler
Method Summary
| void |
handleMultiselect() |
Parse atkselectors in postvars into atktarget using atktargetvartpl and atktargetvar |
| String |
multiSelectPage() |
This method returns an html page containing a recordlist to select records from. The recordlist can be searched, sorted etc. like an admin screen. |
Methods
void action_multiselect(
)
|
|
The action handler method.
void handleMultiselect(
)
|
|
Parse atkselectors in postvars into atktarget using atktargetvartpl and atktargetvar
Then redirect to atktarget
String multiSelectPage(
)
|
|
This method returns an html page containing a recordlist to select records from. The recordlist can be searched, sorted etc. like an admin screen.
API Tags:
| Return: | The html select page. |
String parseString(
String
$string, Array
$recordset
)
|
|
Parse the target string
Parameters:
|
String |
$string: |
The string to parse |
|
Array |
$recordset: |
The recordset to use for parsing the string |
API Tags:
| Return: | The parsed string |