Zend Studio 8.0
Documentation Survey | Submit Documentation Feedback | View Latest Version and Get PDF Online
Zend Studio's Prototype
Integration functionality allows you to add the Prototype toolkit library
to your project's JavaScript resources so that its functions, classes
and elements will be available for functionalities such as Content Assist.
See http://www.prototypejs.org/
for more information on the Prototype toolkit.
This procedure describes how to add the Prototype JavaScript library to your project. Including JavaScript libraries in your project saves you time in writing and debugging code, as you are re-using debugged code.
JavaScript libraries can only be added to PHP projects with JavaScript support enabled. For more information see Creating PHP Projects.
|
|
|
To add the Prototype JavaScript Library to your project: Select Configure from the right click menu of you project and select Add Prototype.
|
Functionalities such as Content Assist will now be able to access the Prototype JavaScript library. You can see the library in the "JavaScript Resources" node in your Project directory. For information on Managing libraries see Managing JavaScript Libraries. |
|
|
|
|
Related Links: Working with jQuery JavaScript Library |
|
|