Creating a AJAX Web application: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary
m (Stubbed)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
= how to start a new AJAX Web Application [[Using the AJAX Library]] =
= howto start a new AJAX Web Application [[Using the AJAX Library]] =
*choose create new
*choose create new
*select AJAX Web Project
*select AJAX Web Project
Line 11: Line 10:
Now you can take a look at an example ( E.g [[AJAX Rating Example]] ) for inspiration on how to code your application.
Now you can take a look at an example ( E.g [[AJAX Rating Example]] ) for inspiration on how to code your application.


[[Category:AJAX]]
[[Category:AJAX]] [[Category:Stub]]

Latest revision as of 20:24, 22 November 2007

how to start a new AJAX Web Application Using the AJAX Library

  • choose create new
  • select AJAX Web Project
  • Select an appropriate name for your Web Application name
  • enter OK

Copy everything in "Visual DataFlex AJAX Library\AppHtml" to the "\AppHtml" of your project.


Now you can take a look at an example ( E.g AJAX Rating Example ) for inspiration on how to code your application.