FreeTextBoxControls.Support Namespace

Free Text Box Controls

FreeTextBox 3.2 Documentation FreeTextBoxControls.Support Namespace
NamespacesFreeTextBoxControls.Support
This namespace contains the all the helper classes for FreeTextBox which handle formatting and resource management.
Declaration Syntax
C# Visual Basic Visual C++
                  namespace FreeTextBoxControls.Support
                  Namespace FreeTextBoxControls.Support
                  namespace FreeTextBoxControls.Support
Types
All Types Classes
Icon Type Description
BrowserInfo
Detects browser information for FreeTextBox

ClientScriptProxy
This is a proxy object for the Page.ClientScript and MS Ajax ScriptManager object that can operate when MS Ajax is not present. Because MS Ajax may not be available accessing the methods directly is not possible and we are required to indirectly reference client script methods through this class. This class should be invoked at the Control's start up and be used to replace all calls Page.ClientScript. Scriptmanager calls are made through Reflection

ClientScriptWrapper
Wrapper for methods that differ from .NET 1.x to 2.0

Formatter
Formats HTML text.

Helper
Helper functions for FreeTextBox

NamespaceDoc
ResourceCreator
Outputs FreeTextBox resources such as JavaScript files and images

ResourceManager
Gets language specific information for FreeTextBox and its child controls.

StyleSheetParser
Reads stylesheets for FreeTextBox

ToolbarItem
Base class for all toolbar items (ToolbarButton, ToolbarDropDownList, etc.)