Javascript: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
mNo 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 [http://www.xml.com/pub/a/2006/06/07/object-oriented-javascript.html Object Oriented Javascript] . | 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.xml.com/pub/a/2006/06/07/object-oriented-javascript.html Object Oriented Javascript] . | ||
= useful javascript tools= | = useful javascript tools= | ||
*[[prototypejs]] | *[[prototypejs]] | ||
*[[firebug]] | *[[firebug]] |
Revision as of 09:12, 23 September 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 Object Oriented Javascript .