Development Tools"

From Documentation
(Created page with "{{ZKComponentDevelopmentEssentialsPageHeader}} Here is a list of development tools. Though optional, they are helpful in many situations. {| border='1px' | width="100%" ! Tool ...")
 
m
 
Line 8: Line 8:
 
| [http://code.google.com/a/eclipselabs.org/p/zk-cdt/ ZK CDT]
 
| [http://code.google.com/a/eclipselabs.org/p/zk-cdt/ ZK CDT]
 
| A component development tool providing wizards to simplify the creation of components.
 
| A component development tool providing wizards to simplify the creation of components.
 +
|-
 +
| [http://getfirebug.com/ Firebug]
 +
| A JavaScript debugger. It is an addon for Firefox. It is not built-in, so you have to download and install it separately.
 +
|-
 +
| Internet Explorer 9 Developer Tools
 +
| It is built-in and you could start it by pressing F12.
 
|}
 
|}
 
{{ZKComponentDevelopmentEssentialsPageFooter}}
 
{{ZKComponentDevelopmentEssentialsPageFooter}}

Latest revision as of 01:54, 14 April 2011


Here is a list of development tools. Though optional, they are helpful in many situations.

Tool Description
ZK CDT A component development tool providing wizards to simplify the creation of components.
Firebug A JavaScript debugger. It is an addon for Firefox. It is not built-in, so you have to download and install it separately.
Internet Explorer 9 Developer Tools It is built-in and you could start it by pressing F12.


Last Update : 2011/04/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.