Memo

From HTML5 Builder
Jump to: navigation, search

The Memo component is a multiline input field where user can type.

Properties

PHP Properties

In addition to its own properties (documented below), this component also inherits the following properties:

Lines

Array with the lines of text in the component.

Functions

PHP Methods

AddLine

Use AddLine() to add text to the component from PHP:

ComponentName->AddLine("New text for the component.");