AJAX Library for Visual DataFlex: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
m Updated download link for Ajax Library to version 1.2 |
m fixing wiki link |
||
Line 3: | Line 3: | ||
The goal of the Visual DataFlex AJAX library is to bring the experience from the Windows version of Visual DataFlex to the web using [[AJAX]] techniques. | The goal of the Visual DataFlex AJAX library is to bring the experience from the Windows version of Visual DataFlex to the web using [[AJAX]] techniques. | ||
You probably already know how to create a datamodel [[Using DataDictionaries]] from earlier [[Visual DataFlex]] programming experience. | You probably already know how to create a datamodel [[DataDictionary|Using DataDictionaries]] from earlier [[Visual DataFlex]] programming experience. | ||
Now just attach your [[DataDictionary|Data Dictionaries]] [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world. | Now just attach your [[DataDictionary|Data Dictionaries]] [[Using AJAX Web Browser Objects]] - this brings your existing datamodel to the ajax world. |
Revision as of 11:52, 22 November 2008
The AJAX Library for Visual Dataflex allow developers to develop web applications using the latest AJAX technologies.
The goal of the Visual DataFlex AJAX library is to bring the experience from the Windows version of Visual DataFlex to the web using AJAX techniques.
You probably already know how to create a datamodel Using DataDictionaries from earlier Visual DataFlex programming experience.
Now just attach your Data Dictionaries Using AJAX Web Browser Objects - this brings your existing datamodel to the ajax world.
Basics
Frequent issues
- Adding the AJAX Library to your application
- Creating a AJAX Web application
- Using AJAX Web Browser Objects
- Creating a AJAX Form
- AJAX Remote Method Invocation
Examples