User Tools

Site Tools


Sidebar



en:objects:textarea

textarea

Object for managing multi-line text input fields on the current page (TEXTAREA tag)



Example :
<textarea name="textarea" cols="10" id="543"><:textarea>

Description
the TEXTAREA Tag is a form element for creating an area where you can enter multiple lines of text. Unlike the input tag in the text box is allowed to do line breaks, they are preserved when the data is sent to the server.Between the <textarea> and </textarea> tags; you can put any text, which will be displayed inside the field.

Learn more about the TEXTAREA tag (source)



basic functionality
Controlling the cursor inside an element
Setting specific information
Getting specific information




Controlling the cursor inside an element

seek_to_end_by_number - scroll the cursor to the very end in the text with the specified number
seek_to_end_by_name - scroll the cursor to the very end in the text with the specified name



Setting specific information

set_readonly_by_number - change the 'read-only' mode in a text with the specified number
set_readonly_by_name - change the' read-only ' mode in the text with the specified name



Getting coordinates for cells, rows, and columns

get_readonly_by_number - get read-only mode for a text with the specified number
get_readonly_by_name - to read-only' from textarea with the specified name

get_rows_by_number - get number of rows from textarea with the given number
get_rows_by_name - get number of rows from textarea with the specified name

get_cols_by_number - get the number of columns for a text with the specified number
get_cols_by_name - get the number of columns for a text with the specified name

en/objects/textarea.txt · Last modified: 2026/08/05 22:29 (external edit)