| P | |
| propagateDelete, LowerCaseCache | |
| propagateSet, LowerCaseCache | |
| Properties | |
| put, RemoteStorage. | |
| R | |
| ready, RemoteStorage | |
| remote, RemoteStorage | |
| RemoteStorage | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage.I18n | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage.Sync | |
| RemoteStorage.Util | |
| RemoteStorage. | |
| RemoteStorage. | |
| RemoteStorage. | |
| remove, RemoteStorage. | |
| removeEventListener, eventhandling | |
| reset | |
| RS#scope, RemoteStorage. | |
| S | |
| schemas, RemoteStorage. | |
| scope | |
| scopes, RemoteStorage. | |
| secret-cancelled, RemoteStorage. | |
| secret-entered, RemoteStorage. | |
| set, RemoteStorage. | |
| setApiKeys(experimental), RemoteStorage | |
| setBackgroundSyncInterval, RemoteStorage.Sync | |
| setCordovaRedirectUri, RemoteStorage | |
| setState, RemoteStorage. | |
| setSyncInterval, RemoteStorage.Sync | |
| setUserAddress, RemoteStorage. | |
| setUserSecretKey, RemoteStorage. | |
| setView(view), RemoteStorage. | |
| share, RemoteStorage. | |
| showBubble, RemoteStorage. | |
| stopWaitingForToken, RemoteStorage. | |
| storage, RemoteStorage. | |
| storageApi, RemoteStorage. | |
| storeFile, RemoteStorage. | |
| storeObject, RemoteStorage. | |
| sync | |
| T | |
| toggleBubble, RemoteStorage. | |
| token, RemoteStorage. | |
| V | |
| validate, RemoteStorage. | |
| W | |
| wire-busy, RemoteStorage | |
| wire-done, RemoteStorage | 
Delete a value and propagate the changes to the parent folders.
propagateDelete : function ( key ) 
Set a value and also update the parent folders with that value.
propagateSet : function ( key, value ) 
Compatible with RemoteStorage.WireClient
put: function ( path, body, contentType, options ) 
Remove node at given path from storage.
remove: function ( path ) 
Remove a previously installed event handler
removeEventListener: function ( eventName, handler ) 
Reset the state of caching by deleting all caching information.
reset: function () 
Returns a new BaseClient operating on a subpath of the current base path.
scope: function ( path ) 
Configure caching for a given path explicitly.
set: function ( path, strategy ) 
Set API keys for (currently) GoogleDrive and/or Dropbox backend support.
setApiKeys: function ( type, keys ) 
Set the value of the sync interval when the application is in the background
RemoteStorage.prototype.setBackgroundSyncInterval = function ( interval ) 
Set redirect URI to be used for the OAuth redirect within the in-app-browser window in Cordova apps.
setCordovaRedirectUri: function ( uri ) 
Call the function that applies the state to the widget
setState: function ( state, args ) 
Set the value of the sync interval when application is in the foreground
RemoteStorage.prototype.setSyncInterval = function ( interval ) 
Set user address of the input field
setUserAddress: function ( addr ) 
Set user secret key
setUserSecretKey: function ( secretKey ) 
Sets the view and initializes event listeners to react on widget (widget.view) events
setView: function ( view ) 
Gets a publicly-accessible URL for the path from Dropbox and stores it in _itemRefs.
share: function ( path ) 
Show the bubble
showBubble: function ( event ) 
Stop waiting for the token and emit not-connected
stopWaitingForToken: function () 
Store raw data at a given path.
storeFile: function ( mimeType, path, body ) 
Store object at given path.
storeObject: function ( typeAlias, path, object ) 
sync: function () 
Show the bubble when hidden and the other way around
toggleBubble: function ( event ) 
Validate an object against the associated schema.
validate: function( object )