Class: DBGrid
Source Location: /dbgrids.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
DBGrid __construct(
[
$aowner = null])
|
|
Overrides CustomListView::__construct (parent method not documented)
Parameters:
void
commonScript [line 571]
Dump the common code for this control
void
createTableModel [line 358]
Creates the DBGrid Table Model
void
dumpContents [line 608]
void
dumpForAjax [line 646]
This method is called to know the code to be executed to update the control using javascript
void
dumpJsEvents [line 560]
void
dumpRPC [line 287]
Dump javascript code to attach the updateRow method to the grid using ajax
void
init [line 183]
Overrides Component::init (To initialize a component, the right place to process events)
void
loaded [line 517]
integer
readAccessibility [line 197]
integer readAccessibility(
string
$method,
$defaccessibility, integer
$defaccesibility)
|
|
To give permission to execute certain methods
Overrides Component::readAccessibility (Overwrite this method to provide accessibility info for the RPC engine)
Parameters:
void
updateControl [line 366]
mixed
updateRow [line 214]
mixed updateRow(
array
$params, object
$error)
|
|
Updates a row of the attached datasource->dataset, this method is called using ajax from the client
Parameters:
|
|