Text Box V Directive
/documentation/pages/Ref/Desktop_Api/UI Functions/XDialog/Controls/Text Box/Text Box V Directive.xml
The V directive creates a vertical scroll bar in a Text Box.
SQL::InsertStatement::Execute v
/documentation/pages/Ref/Api/Namespace/SQL/InsertStatement/Execute Method.xml
Execute the current statement using the current or passed connection.
Validation Javascript
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Display Settings/validationjavascript.xml
Specify Javascript to validate the data in the field. Client-side validation is very fast because it does not involve making an Ajax callback to the server.
Validation rules
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Display Settings/Validation Rules.xml
The Validation rules property defines how your grid component will respond when a user inputs data into an editable field. As with the Field Properties list, these rules change depending on what type of control you are working with.
Validation Xbasic
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Display Settings/validationxbasic.xml

Xbasic can be added to this property to add custom validation rules for a field.

Immediate validation
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Display Settings/immediatevalidation.xml
Specify if the value in the field should be validated as soon as you tab out of the field, or in the case of radio button, dropdown or checkbox controls, as soon as you change a value. The 'server-side' option will generate an Ajax callback, so you should try to limit the number of fields that require real-time server-side validation.
UX Component - Videos
/documentation/pages/Guides/Mobile and Web Components/UX/UX Component - Videos.xml
Over 40 videos describing how to create, manipulate, and improve a UX component.
How to configure a site to use HTTPS under IIS
/documentation/pages/HowTo/IIS/Configure a site to use HTTPS.xml

Installing an SSL/HTTPS certificate for a site running under IIS is straight forward. The IIS server maintains a list of available certificates that have been added to it and each site has an HTTPS binding that uses one of those certificates.

A certificate authority typically has it's own form for making a certificate request, but you may also create a standard certificate request file that is a plain text file and can be used by a certificate authority instead. This may be needed if the certificate authority's certificate request form does not have all the settings that you need for specifying certificate properites.

The instructions below show how a certificate request file can be created, how the returned .pfx or .cer certificate from the certificate authority can be added to an IIS server, and how to set which certificate is used by a site in IIS.

Open a Grid component
/documentation/pages/Ref/Action Javascript/Open a Grid component.xml
Opens a grid component in a pop-up window, or in a DIV on the current page. This requires first defining a grid component.
Javascript Actions Editor
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Javascript Actions Editor.xml
Opens the Javascript Actions Editor which allows for the creation of unbound events.