Archive for February, 2011

DHTMLX Touch Mobile Framework Updated to Beta

Friday, February 18th, 2011

UPD: DHTMLX Touch 1.0 was released on November 14, 2011 (download the update).

We are happy to announce the update of our DHTMLX Touch framework for mobile web apps. It is now available in Beta and provides the final JavaScript API that will be preserved in the official release. This update includes a new DataView component, interactive charts, enhanced buttons and scrolling functionality. The documentation has also been updated to reflect the current changes and document new functionality.

This Beta version of DHTMLX Touch provides extended API for UI components and better overall stability due to the numerous bug fixes. Here is the list of the most important new features available with this release:

DataView Component

We continue to add user interface components to the DHTMLX Touch library. This release adds a DataView component, which is a great solution to organize multiple objects with similar properties on a web page. You can define any custom template that will be used to display objects and arrange them according to your own design preferences.

DHTMLX Touch - DataView

Read more »

dhtmlxForm 3.0 Beta: Rich Capabilities for Form Creation

Tuesday, February 15th, 2011

If you have been using our dhtmlxForm to build web-based forms, we hope that you will enjoy the new version 3.0 which is released in beta today. The update offers new capabilities of arranging form elements, allowing you to create long, complex forms of any design.

Download the latest package: dhtmlxForm v.3.0 beta (updated on March 18, 2011), and read about the new features:

 
New Options for Building Web Forms with Complex Structure

With this update, dhtmlxForm enables you to create web forms with any type of visual structure. You can now arrange form elements with absolute positioning, combine them into blocks, or group them using field sets.

dhtmlxForm - Multi-Column and Field Sets

dhtmlxForm - Multi-Column and Field Sets

The new version provides the ability to integrate web forms that are easy to understand and intuitive to use. You can choose what form layout to use to present your web form in the simplest and most user-friendly way.

Read more »

DHTMLX 3.0 Preview: Visual Designer and Global Data Storage

Tuesday, February 8th, 2011

While most of our latest updates have focused on the DHTMLX Touch mobile framework, we want to assure you that our JavaScript Ajax library also gets lots of our attention. We are preparing a major upgrade that will be released this spring and will introduce two significant improvements: a visual designer tool and global data storage.

Both additions will take the DHTMLX library to the next level and will make development with DHTMLX even easier and faster. This update will change the approach to the development process and the data storage routine used in DHTMLX. We can say that the library is reaching version 3.0.

Visual Designer Tool

DHTMLX 3.0 will introduce a visual designer tool that will enable you to initialize the DHTMLX components on a web page, configure their parameters, and build an application user interface without writing the code manually.

You’ll be able to define the layout of your application and compose the interface elements via a simple and intuitive visual designer. The tool will then generate the JavaScript code for the basis of your web application. You may further modify the generated code to enhance the application functionality.

Global Data Storage

In addition to the existing UI-centric model of data storage, which will be fully supported in DHTMLX 3.0, you will also be able to build web applications with data-centric architecture. The new approach will allow you to keep all your application data in one place and then use this data to populate any DHTMLX component, be it a datagrid, or tree, or combo, etc.

Read more »