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
- Host: GitHub
- URL: https://github.com/dhtmlx/connector-cf
- Owner: DHTMLX
- License: gpl-3.0
- Created: 2016-06-23T14:45:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T14:52:04.000Z (over 9 years ago)
- Last Synced: 2025-01-13T02:12:41.749Z (about 1 year ago)
- Topics: coldfusion, dhtmlx, dhtmlxconnector
- Language: ColdFusion
- Homepage: https://dhtmlx.com
- Size: 1.58 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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)