mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Loading data from server in nextmatch widget - readonlys is not processed as it is not so easy to handle
This commit is contained in:
@ -74,7 +74,12 @@ var et2_IDataProvider = new Interface({
|
||||
* Stops calling _dataRow.updateData for the dataRow registered for the given
|
||||
* index.
|
||||
*/
|
||||
unregisterDataRow: function(_idx) {}
|
||||
unregisterDataRow: function(_idx) {},
|
||||
|
||||
/**
|
||||
* Returns the action object manager (if one exists, otherwise null)
|
||||
*/
|
||||
getActionObjectManager: function() {}
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user