Skip to main content

Memo

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

The Bootstrap Memo control is a text editor which allows multi-line input.

BootstrapMemo_Overview

Bootstrap Memo offers the following features:

  • Automatic Scroll Bar Activation

    If the editor size specified cannot display the editor content in full, the vertical scroll bar is activated automatically, which allows end-users to scroll the text.

  • Null Prompt Text

    The prompt text can be displayed if the editor’s value is null and the editor is not focused. The prompt text disappears when the editor receives focus.

  • Built-in Validation

    The Bootstrap Memo control allows you to perform data validation both on the client and server side.

  • Full-Featured Client-Side API

    Bootstrap Memo editor provides you with a comprehensive client-side API. This API is implemented using JavaScript and is exposed via the BootstrapMemo object. The BootstrapMemo object serves as a client-side equivalent of the Bootstrap Memo control.

See Also