PHP Класс Prado\Web\UI\WebControls\THtmlElement

THtmlElement represents a generic HTML element whose tag name is specified via {@link setTagName TagName} property. Because THtmlElement extends from {@link TWebControl}, it enjoys all its functionalities. To change the default tag your subclass should override {@link getDefaultTagName}
С версии: 3.1.2
Автор: Qiang Xue ([email protected])
Автор: Brad Anderson ([email protected])
Наследование: extends TWebControl
Показать файл Открыть проект

Открытые методы

Метод Описание
getDefaultTagName ( ) : string This is the default tag when no other is specified
getIsMutated ( ) : boolean This tells you if this TagName has deviated from the original
getTagName ( ) : string
setTagName ( $value )

Описание методов

getDefaultTagName() публичный Метод

This is the default tag when no other is specified
public getDefaultTagName ( ) : string
Результат string the default tag

getIsMutated() публичный Метод

This tells you if this TagName has deviated from the original
public getIsMutated ( ) : boolean
Результат boolean true if TagName has deviated from the default.

getTagName() публичный Метод

public getTagName ( ) : string
Результат string the tag name of this control. Defaults to 'span'.

setTagName() публичный Метод

public setTagName ( $value )