PHP Interface 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}.
Since: 3.1.2
Datei anzeigen Open project: pradosoft/prado

Public Methods

Method Description
getSurroundingTag ( ) : string
getSurroundingTagID ( ) : string

Method Details

getSurroundingTag() public method

public getSurroundingTag ( ) : string
return string the tag used to wrap the control in (if surrounding is needed).

getSurroundingTagID() public method

public getSurroundingTagID ( ) : string
return string the id of the embedding tag of the control or the control's clientID if not surrounded.