Skip to main content

Textarea

A multiline text field.

textarea_editor

scheduler.locale.labels.section_text = 'Text';

scheduler.config.lightbox.sections = [
{ name:"text", height:50, map_to:"text", type:"textarea", focus:true },
{ name:"time", height:72, type:"time", map_to:"auto"}
];

Basic initialization

Initialization

One Textarea control is added to the lightbox by default. To add another one, follow these steps:

  1. Add the section to the lightbox configuration:
scheduler.config.lightbox.sections = [
{ name:"text", ... },
{ name:"location", height:50, map_to:"location", type:"textarea"},
{ name:"time", ...}
];
  1. Set the label for the section:
scheduler.locale.labels.section_location = "Location";

Map view

Properties

The following properties are mostly important and commonly set for the 'textarea' control (see the full listhere):

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.