Class: atkDGRenderer
Source Location: /datagrid/class.atkdgrenderer.inc
Class atkDGRenderer
Method Summary
| string |
render() |
Render the grid. |
| string |
renderContainer() |
Surrounds the grid by a container if we are rendering the grid for the first time (e.g. if this is not an update of the grid contents). |
| sting |
renderForm() |
Surrounds the grid by a form if needed. |
| string |
renderGrid() |
Render the grid components and the grid itself. |
Methods
Register JavaScript code for the grid.
API Tags:
Render the grid.
API Tags:
| Return: | grid HTML |
| Access: | public |
Redefinition of:
- atkDGComponent::render()
- Renders the component.
string renderContainer(
string
$result
)
|
|
Surrounds the grid by a container if we are rendering the grid for the first time (e.g. if this is not an update of the grid contents).
Parameters:
|
string |
$result: |
grid HTML |
API Tags:
| Return: | grid HTML |
| Access: | protected |
sting renderForm(
string
$result
)
|
|
Surrounds the grid by a form if needed.
Parameters:
|
string |
$result: |
grid HTML |
API Tags:
| Return: | grid HTML |
| Access: | protected |
Render the grid components and the grid itself.
API Tags:
| Return: | grid HTML |
| Access: | protected |