There are 2 libraries that let you integrate with server-side:
dhtmlxConnector:
dataProcessor:
When you have multiple related views on client side, you can define rules how their data is linked. So, changed value in some view will be reflected in other views. There are 2 main ways to link data:
In both cases, based on configuration
Basically, you can load data just once, in single global data store and define rules, how different controls will use it.
Check Data Binding for more details.
Typical online Web applications can be used only while they have a connection to the Internet. When the connection is unavailable, users depend on HTTP cache and can't access the application until they connect to the server to get the latest copy.
DHTMLX Touch provides the solution to this - the dhx.proxy component. It allows you to store the latest copy and unsaved data changes locally and ensures that applications will be available even when a user is not connected to a network.
Check 'dhx.proxy: offline storage' to get more details.