Javascript: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Javascript is used on the client side of Visual DataFlex AJAX webapplications. | Javascript is used on the client side of Visual DataFlex AJAX webapplications. | ||
To be able to overview the client side of the implementation of the [[AJAX_Library_for_Visual_DataFlex]] then you need to be familiar with | To be able to overview the client side of the implementation of the [[AJAX_Library_for_Visual_DataFlex]] then you need to be familiar with [http://www.w3schools.com/js/default.asp JavaScript], more specifically [http://www.xml.com/pub/a/2006/06/07/object-oriented-javascript.html Object Oriented Javascript] . | ||
Revision as of 15:02, 13 November 2007
Javascript is used on the client side of Visual DataFlex AJAX webapplications.
To be able to overview the client side of the implementation of the AJAX_Library_for_Visual_DataFlex then you need to be familiar with JavaScript, more specifically Object Oriented Javascript .