Trying to Implement Address AutoComplete in Open UI
Hello All,
I am trying to implement a 3rd party jQuery plugin. The plugin uses the google map api with the places library. The sample code for implementing the plugin includes these lines:
<script src="http://maps.googleapis.com/maps/api/js?sensor=false&libraries=places"></script>
<script src="jquery.geocomplete.js"></script>
I placed the jquery.geocomplete.js file in a folder in /23030/scripts/3rdParty/, referenced the file via the "define" function in my physical rendered JS file and also tried in PM JS file also, added the file via Manifest Filed and added the file to the appropriate applet on Manifest Administration. But how do I reference the google api since it is not contained in a local file? I tried creating a Manifest File entry with the http reference, which didn't work. I also tried adding it to the <head> section of the CCPageContainer.swt file, which didn't work, either. I see "failed to