An open API service indexing awesome lists of open source software.

https://github.com/dhtmlx/connector-cf

ColdFusion extension for DHTMLX Library
https://github.com/dhtmlx/connector-cf

coldfusion dhtmlx dhtmlxconnector

Last synced: 11 months ago
JSON representation

ColdFusion extension for DHTMLX Library

Awesome Lists containing this project

README

          

DHTMLX Connector for ColdFusion
========================

dhtmlxConnector is an extension for the DHTMLX library, which maps client-side
components onto the server-side datasource. Supported components are:

* [dhtmlxTree](http://dhtmlx.com/docs/products/dhtmlxTree/index.shtml)
* [dhtmlxGrid](http://dhtmlx.com/docs/products/dhtmlxGrid/index.shtml)
* [dhtmlxTreeGrid](http://dhtmlx.com/docs/products/dhtmlxTreeGrid/index.shtml)
* [dhtmlxCombo](http://dhtmlx.com/docs/products/dhtmlxCombo/index.shtml)
* [dhtmlxDataView](http://dhtmlx.com/docs/products/dhtmlxDataView/index.shtml)
* [dhtmlxScheduler](http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml)

You don't need to worry about data formats any more. dhtmlxConnector will handle
data connections between the server-side database and client-side components,
seamlessly loading content. When integrated with dhtmlxDataProcessor on the
client side, dhtmlxConnector also takes care of update/insert/delete operations.

It organizes server-side functionality to support special modes for components
working with large amounts of data (such as dynamic loading, Smart Rendering,
and paging) as well as server-side sorting and filtering.

External links
--------------
* Documentation - http://docs.dhtmlx.com/connector__cf__index.html

Other languages
---------------
* Java - [documentation](http://docs.dhtmlx.com/connector__java__index.html),
[github](https://github.com/DHTMLX/connector-java)
* PHP - [documentation](http://docs.dhtmlx.com/connector__php__index.html),
[github](https://github.com/DHTMLX/connector-php)