I currently have installed the CallJS plugin.
I have the following components:
Text Box
Button
CallJS
AJAX
The Layout looks like this:
The Events look like this:
The following is the Javascript myScripts.js:
function test() {
return "Testing CallJS.";
}
[/code:1ge56lty]
The [b]myScripts.js[/b] resides in the same directory as the [b]index.html[/b] file.
After [b]Run layout[/b] the page is displayed correctly and I expect the text to be returned in the Text Box, but the [b]button does nothing[/b].
Thanks for taking a look.
[b]SOLUTION: [/b]The [b]CallJS Plugin [/b]does [b]NOT[/b] work in [b]Preview mode[/b].