Baigudin Software avatar
Baigudin Software logo
home
ru region
en region

PHP DOM Builder API 2.0

Baigudin Software registers the copyright of its own operating system – Embedded Object Operating System

The Russian Federal Service for Intellectual Property (Rospatent) registers the copyright of Embedded Object Operating System – Baigudin Software’s own embedded object-oriented real-time operating system.

Class «DomBuilder\Element\Input\Text»

input type=text – text-input.

The input element with a type attribute whose value is "text" represents a one-line plain text edit control for the input element's value.

All implemented interfaces:

Object Builder Property Attribute Traverse Fetch Search Tester Field

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

Returns or sets a value of 'maxlength' attribute.

Parameters:
string $value — attribute value.

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

Back to class list