HomeCommunityControl GalleryContent ManagementRichTextBox

RichTextBox



Submit a Review

1 Downloads

596 Views


Description

RichTextBox is a freeware RichTextEditor asp.net server control. It is not as full featured as CKEditor or TinyMCE, but it may be the worlds most advanced fully embedded rich text editor freeware asp.net control (no dangling javascript files). RichTextBox have the usual buttons, design and or html view, byte, letter & word counters, it supports multiple instances on the same page and can be configured in many ways, eg. which rich abilities (buttons) to include, using counters to restrict input, where to put user upload and many many more. In addition RichTextBox can also be embedded into other server controls.

RichTextBox key features :

  • As a real WebControl there are no dangling javascript or other resource files to manage.
  • As a real WebControl you can embed RichTextBox into your own WebControl.
  • Both Design & Html view.
  • Byte, letter & word counters can both display and be used to restict the input.
  • Add & Remove buttons.
  • Multiple instances on same page.
  • Users can upload multimedia and display it in the RichTextBox.
  • DropDown Editors can be positional fixed.
  • Full programmatic control.

Syntax Example

<%@ Register Assembly="Menulab.RichTextBox" Namespace="Menulab" TagPrefix="ml" %> <ml:RichTextBox ID="mlRichTextBox" runat="server" />

Screenshots

Reviews

Submit a review