Scripts
{
Tools;
Log;
Alert;
EmailMessage;
Xbase;
Document;
Form;
Rect;
Control;
ControlAnimator;
Data;
Table;
Field;
}
Xbase allows you to use 'Scripts' written in JavaScript to automate tasks and interact with the user.
- The Xbase class allows you to interact with the Xbase application.
- The Document class allows you to modify the items in the document.
- The Form class allows you to build interactive forms.
- The Tools class provides miscellaneous additions such as alerts.
- The Data class allows you to retrieve and update data in the database.