List of variables that can be used with this class. The class also provides all inherited variables from its base
jqGrid class
| Type |
Names |
Description |
Default |
Access |
| boolean |
$add |
Enable/Disable inserting a record into the table. Have sense only if used with editGrid method |
true |
public |
| boolean |
$decodeinput |
Enable/Disable decoding the input for update and insert operations using the html_entity_decode. The option should be used when the grid option autoencode is set to true. |
false |
public |
| boolean |
$del |
Enable/Disable deleting a record in table. Have sense only if used with editGrid method |
true |
public |
| boolean |
$edit |
Enable/Disable updating a record into the table. Have sense only if used with editGrid method |
true |
public |
| string |
$mtype |
Determines haw the input data should be accepted. Can be GET or POST |
POST |
public |
| booean |
$serialKey |
Defines if the primary key is serial (autoincrement) |
true |
public |
| boolean |
$trans |
If the option is set to true every CRUD is enclosed in transaction |
true |
public |