JavaScript
{grid.object}loadXbasic Method
Syntax
{grid.Object}.loadXbasic(XbasicCode)
Arguments
- XbasicCodeString
The Xbasic function definition to load.
Description
Loads Xbasic function definitions.
Discussion
For use when Grid is running in 'Working Preview' mode and you want to load client-side Xbasic function definitions to handle HTML events. Important: The Xbasic code that is supplied as the function argument must be 'prepared' by replacing all CRLF characters with semi-colons. You can pass in an optional second argument of 'V10', 'V11' etc. to indicate what version of Alpha Anywhere you are using.
See Also