Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software participates in OS DAY 2017 conference

The Baigudin Software Company has participated in OS DAY – a fourth scientific-practical conference, which aims to determine a mission of Russia in developing sphere of operating systems.

Class «DomBuilder\Element\Textarea»

textarea – text input area.

The textarea element represents a multi-line plain-text edit control for the element’s raw value.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester Field

public string|Textarea maxlength(string $value=NULL);

Returns or sets a value of 'maxlength' attribute.

Parameters:
string $value — attribute value.

Returns:
string|Textarea — a current value or this element.

public Textarea size(string|int $cols='', string|int $rows='');

Sets values of 'rows' and 'cols' attributes.

Parameters:
string|int $cols — cols attribute name value.
string|int $rows — rows attribute name value.

Returns:
Textarea — this element.

Back to class list