Search

Search:

Namespace:

Search Result
.
  • Do not add <script> tags around your JavaScript functions. The code in ScriptBlock is automtaically inserted in a JavaScript function block
.
  • In the examples 'this' refers to the FTB_Button JavaScript object, 'this.ftb' refers to the button's parent FTB_FreeTextBox object. By using 'this.ftb' you can access all the FTB_FreeTextBox methods, some of which are listed at MajorFreeTextBoxJavaScriptFunctions.
.
Summary FTB_API is a JavaScript object that allows access to all the FreeTextBox controls on a page
.

In JavaScript you can find FreeTextBox control using the following syntax

.

FreeTextBox JavaScript

.
.

FreeTextBox uses JavaScript, images, and xml files. To correctly install FreeTextBox, you must install these files. FreeTextBox has two ways of accessing these files:

.
  • External Files - Before FreeTextBox 3.0, all images, javascript and xml were stored as external files. By default, FreeTextBox looks in /aspnet_client/FreeTextBox/ for these files. If you want to store the files in a different location, you need:
.
    • To tell FreeTextBox which kind of files to look for external resources: JavaScriptLocation=ExternalFile, ToolbarImages=ExternalFile, ButtonImagesLocation=ExternalFile
.
  • Internal Resources - As of FreeTextBox 3.0 all the images, javascript and xml is stored inside the FreeTextBox.dll. In ASP.NET 2.0 these files are automatically pulled from the FreeTextBox.dll. In ASP.NET 1.x, you need to add the following httpHandler to web.config:
.

Summary : A List of JavaScript functions developers can use to program against FreeTextBox

.

Major FreeTextBox JavaScript functions

.

In .NET, set the ClientSideTextChanged property or in JavaScript set

.
Redirect MajorFreeTextBoxJavaScriptFunctions
.

This page was automatically generated when this topic (Major_FreeTextBox_JavaScript_Functions) was renamed to MajorFreeTextBoxJavaScriptFunctions on 11/18/2004 at 3:13 AM by -68.94.227.128.

.
Summary a property of FreeTextBox that tells FreeTextBox where to find its supporting JavaScript, image, and XML files.
.

FreeTextBox JavaScript

.