UX Xbasic Functions Pane

Description

The Xbasic functions page allows you to define Xbasic functions that can be used on the server.

Discussion

The Xbasic Functions pane can be used to define server-side functions that can be called from Xbasic event handlers. You can also define functions that handle Ajax Callbacks or compute the custom data for a List control in the Xbasic Functions pane.

Name
Description
Accessing Submitted Data in Ajax Callbacks

Control names can be quickly inserted while implementing an Xbasic function that handles an Ajax Callback using the Insert Submitted Data Control Name dialog.

images/xbfunctionspane.png

There are two tabs on the Xbasic functions pane. Xbasic - where you define your Xbasic functions - and Interactive Window. The Interactive Window tab is the same as the Interactive Window found elsewhere in Alpha Anywhere and can be used to test Xbasic scripts.

See Also