PHP Интерфейс Prado\Web\UI\ISurroundable

Identifies controls that may create an additional surrounding tag. The id of the tag can be obtained with {@link getSurroundingTagID}, the tag used to render the surrounding container is obtained by {@link getSurroundingTag}.
С версии: 3.1.2
Показать файл Открыть проект

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

Метод Описание
getSurroundingTag ( ) : string
getSurroundingTagID ( ) : string

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

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

public getSurroundingTag ( ) : string
Результат string the tag used to wrap the control in (if surrounding is needed).

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

public getSurroundingTagID ( ) : string
Результат string the id of the embedding tag of the control or the control's clientID if not surrounded.