. 
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
 ftb = FTB_API['FreeTextBox1']
 ftb.InsertHtml("some <b>text</b>");
 
In this example 'FreeTextBox1 ' is the ClientID  of the FreeTextBox . The Client ID is generated by the .NET framework and can be accessed by getting ClientID .
Click to read this topic 6/5/2011 5:06:46 PM - -81.214.130.119
Click to read this topic 7/13/2024 6:29:35 PM - 97.71.181.26
Click to read this topic 6/5/2011 5:06:46 PM - -81.214.130.119
Click to read this topic 7/13/2024 6:29:35 PM - 97.71.181.26
Click to read this topic 7/13/2024 6:29:35 PM - 97.71.181.26