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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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.