Javascript: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
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] . | ||
*[[DOM|Document Object Model]] | |||
= useful javascript tools= | = useful javascript tools= | ||
*[[prototypejs]] | *[[prototypejs]] | ||
*[[firebug]] | *[[firebug]] |
Revision as of 12:50, 29 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 .