AppliBuilder
Visual Mashup Builder

AppliBuilder User Documentation

Builder Release Notes

Version  0.76

Known Issues

This is an eary version with too many issues to list here.  The following is a subset of the known issues.

Limitations

Functions menu-> Add Function
Pick function type Header function
Give an appropriate funtion name. say declareGlobalVars
Create the variables (Note: don't prefix the variable name with "var" keyword)
globalVar1="this is a hack"; globalVar2=null;..so on..
Put the below line in a Javascript Body Code block (this ensures that this function gets called as soon as the page loads):

browserAddEvent(window, "load", declareGlobalVars, false);
//replace declareGlobalVars with the name of your function





© 2006 Applibase, Inc.