Check documentation for the latest version of dhtmlxSuite ColdFusion Connector DHTMLX Docs

ColdFusion Connector

DHTMLX connector is a helper server-side library that enables access to external datasources and backend systems.

It supports all DHTMLX components which operate with data.

The library itself provides a wide server-side functionality, such as data loading (static or dynamic), saving, filtering, validation, etc. Integration with DHTMLX Dataprocessor allows managing the insert/delete/update operations as well.

Server-side requirements

  • fully supported DataBases: MySQL, MSSQL, FileSystem
  • partially supported DataBases: MSAccess
  • ColdFusion version: 7 +

Supported functionality

  • Data loading for Grid, TreeGrid, Tree, Combo, Gantt, Scheduler, DataView, Chart, Form
  • Data saving for Grid, TreeGrid, Tree, Gantt, Scheduler, DataView, Form
  • Server-side sorting and filtering for Grid, Combo
  • Dynamic loading (paging) for Grid, Treegrid, Tree, Gantt, Scheduler, DataView
API reference
Guides

ColdFusion Connector Basics

Discusses the definition of dhtmlxConnector and the way of initializing ColdFusion Connector.

Loading Data

Describes the ways of loading data using ColdFusion Connector as well as the operations connected with it: filtering, formatting and sorting data.

Managing Create/Update/Delete Operations

Tells about executing main operations with data using ColdFusion Connector.

Grid Specific

Covers the peculiarities of using ColdFusion Connector with Grid.

Scheduler Specific

Shows the specificity of using ColdFusion Connector with Scheduler.

Other

Back to top