Class: atkSelectHandler
Source Location: /handlers/class.atkselecthandler.inc
Class atkSelectHandler
Method Summary
| boolean |
autoSelectRecord() |
If the auto-select flag is set and only one record exists we immediately return with the selected record. |
| String |
selectPage() |
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
The action handler method.
API Tags:
If the auto-select flag is set and only one record exists we immediately return with the selected record.
Parameters:
API Tags:
| Return: | auto-select active? |
| Access: | protected |
string partial_datagrid(
)
|
|
Update the admin datagrid.
API Tags:
| Return: | new grid html |
| Access: | public |
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. |
| Access: | public |