|
|
|
Dart's PowerWEB TextBox
We are pleased to offer RapidSpell Web .NET with PowerWEB TextBox together, for 20% off the individual license costs.
This product bundle includes full versions of RapidSpell Web .NET from Keyoti and PowerWEB TextBox from Dart Communications.
The included licenses are equivalent to a 1 developer/web-site/server license of RapidSpell Web .NET and a 1 server standard
license of PowerWEB TextBox.
Questions?
PowerWEB TextBox Features
|
Leveraging 10 years of Internet component development, Dart brings web developers the most comprehensive HTML editing component
available in ASP.NET. With PowerWEB TextBox for ASP.NET, complete customization of your editor is available without writing
a single line of code. Just drag-and-drop the component on a Web form and then use the intuitive Property Builder to change
virtually any aspect of the product to meet your needs. For those that require complete flexibility, the rich object model
allows you to use Code Behind or direct tag editing. Just a few of the innovative features include support for skins, table
wizard, style and font configuration. Finally, to get you up and running in the shortest possible time, the integrated Help
2.0 documentation includes over 2 dozen tutorials and a comprehensive reference guide. Replace that boring TextArea with
the power of a word processor NOW!
Online demo of RapidSpell Web .NET (Inline) inside PowerWEB
TextBox
Online demo of RapidSpell Web .NET (Dialog) inside PowerWEB
TextBox
Download Trial MSI

Standard Features
- Complete support for Cascading Style Sheets (CSS).
Style sheets can be applied to all objects, including the HtmlBox control, Toolbar, Dialogs, Menus, TextWindow, ProgressBar,
TabStrip, individual buttons, etc.
-
Fully featured image management - upload images to server, preview, then configure their placement on the TextArea.
Unlike other products, the upload image technology is built into the HtmlBox control, enabling deployment and development
without the need of other external files that require setup and deployment. Once uploaded, all images can be previewed before
being inserted in the TextWindow.
- Compatible with ASP.NET validation controls.
Validate data from the TextWindow using any of Microsoft's validation controls. Just set the ControlToValidate property
to HtmlBox in any Microsoft validation control.
- Intuitive processing of directory structures.
When configuring directories, such as Scripts and Images, the Directory Dialog will intuitively switch between Virtual
Directory, Absolute URLs, Local Path, and Relative to Document.
- Build tables with intelligent table editing plus right-click menu support for insertion and configuration.
The Insert Table button allows for the creation and insertion of custom tables, plus configuration of individual table
cells. Once a table has been created, right clicking on the cell brings up a menu of options to configure the cell.
- Insert and upload images easily.
- Switch between HTML WYSIWYG editing mode or HTML tag editing mode.
If WYSIWYG HTML is not enough for high detail editing, just switch to HTML mode and directly edit the tags. Once you switch
back to Design view, your HTML alterations are immediately updated on the screen.
- Easily upload images to the Web server and modify image properties.
- No ActiveX, Java, or client component requirements - only Html and pure Javascript. Requires just a browser to run!
The powerful capabilities of PowerWEB TextBox for ASP.NET are implemented completely through Javascript manipulation the
HTML generation. At no time is any ActiveX, Java, or other type of component sent to the client. This eliminates any security
or client-side configuration problems. All that is required is Internet Explorer 5.5 or higher.
- No need to manipulate external XML or configuration files!
Unlike other products, configuration of complex external XML files is not required to use PowerWEB TextBox for ASP.NET.
The rich object model can be completely manipulated within Code Behind or ASPX. Every aspect of the product is represented
by an object, allowing for complete flexibility in your design. Plus, the Property Builder lets you configure the product
interactively without writing any code at all.
- Fully documented client-side API for customization.
To create the features in PowerWEB TextBox for ASP.NET, we first had to develop a powerful client-side JavaScript API.
That API has been documented and is made available to you for your own development needs.
- All text fully customizable for international language support.
Since virtually every aspect of this product is exposed for configuration and manipulation, access to all default text
is easily accessible and can be changed based on your business requirements.
- Comprehensive display control: customize the toolbar to display only the tools you want the end-user to have or remove the
text area and just have a customized toolbar for your site.
Because every aspect of the product is an abstracted object, the customization capabilities are practivally unlimited - you
can even turn it into a slide puzzle game!
- Built-in Print functionality.
The printing capability available using the Print button activates the browser's printer functionality and prints what
is in the TextWindow of the HtmlBox control.
- Cut, Copy, and Paste, just like a word processor.
- Add unlimited custom fonts.
Custom fonts can be easily added using the Property Builder or programmatically. Each font is properly displayed to the
end-user in the Font drop-down.
- Special characters and symbols easily available with a toolbar button.
Special characters can be easily inserted using the Special Character button. The functionality includes 16 default special
characters, plus many more that can be optionally added to the list.
- Easily use Code Behind to implement user roles.
- Filter the file types that can be uploaded.
The file upload capabilities not only allows you to create a system where your users upload files to the server, but configure
the file upload mechanism to filter different file types and preview the files on the server.
- Supports secure Web servers.
If your web application is build using SSL communications, PowerWEB TextBox for ASP.NET has a built-in mechanism that enables
proper operation in such an environment.
- Use an unlimited amount of HtmlBox controls on a web form with little added HTML/JavaScript overhead since they all share
the same client side code.
Unlike other products, the HtmlBox control is designed to handle multiple versions on the same page. This allows you to
replace all the TextBox controls on a page with the HtmlBox control, rather than forcing your users to go to a separate page
when using the product.
- Integrates with IBuySpy.
- Intuitive On-line Help integrates with Visual Studio .NET.
Dart has always had a reputation for comprehensive documentation, and the PowerWEB TextBox for ASP.NET ships with fully
integrated on-line help based on the Microsoft Help 2.0 engine. The help system is available inside your Visual Studio development
environment with F1 support and dynamic help. The documentation also includes more than 2 dozen high-level tutorials. For
those that are not using Visual Studio, we also provide documentation in Help 1.3 form using a chm file.
- 100% Managed Code!
This product is written completely in C# and uses only .NET managed functionality
Unique Features
- Skin support (includes 4 pre-configured skins) and lets you make your own.
The PowerWEB TextBox for ASP.NET supports skinning and includes 4 skins with the product. Loading a skin is as easy as
calling a single function or using the Property Builder to see the currently available skins. Skins can also be configured
manually using an external XML file. The Property Builder can also be used to configure a skin and save it for future use.
- Powerful Property Builder for customization.
Customizing and configuring the HtmlBox control does not have to mean writing code in Code Behind or HTML tags. The powerful
Property Builder lets you configure the product and automatically create the necessary HTML tags to generate the required
functionality to the end-user. No other product comes close to this level of ease-of-use.
-
All buttons can be completely customized - no other product supports this level of customization!
The custom button creation capability allows a button to represent almost anything and execute any desired code. This capability
can be used to create customized toolbars or completely change the look and feel of the control.
- Create custom dialogs, menus, drop downs, and buttons with only a few lines of code.
How easy is it to create a custom dialog? The code below is an example:
ToolbarDialogButton b = new ToolbarDialogButton(ToolbarDialogButtonType.Custom);
b.Dialog.Text = "Hello World";
HtmlBox1.Toolbar.Items.Add(b);
- Zero-code customization; build custom website control without any coding!
Because the Property Builder is so feature rich and exposes so many capabilities of the product interactively, many users
will be able to customize the product to their needs without having to write any code.
- Base classes can be used to create custom dialogs and toolbar items.
Just about every object exposes its building blocks to the developer, allowing for unprecedented levels of customization.
The same objects that Dart developers used to construct the capabilities of the product are exposed. The product can be
customized into practically anything as every object is designed to be abstract.
- Windows-style, draggable dialogs.
Dialogs used in PowerWEB TextBox for ASP.NET are designed to look like Windows dialogs and can be dragged across the screen.
- Multiple color pickers, lets you choose the picker you need for your bandwidth requirement.
Different color pickers are available depending on your usage scenarios. If your end-users have plenty of bandwidth, give
them a full-featured color picker or if they are modem users, provide access to a smaller color and feature pallet.
- Enhance your editor using graphical multi-state buttons, background images, edit window images, etc.
A variety of different imaging techniques can be used to enhance the visual presentation. For example, Toolbar buttons
can be multi-state, with different images used for standard, depressed, and mouse-over to create a variety of effects.
|
|
Questions?
|
|
 |
|
|