PHP 클래스 Prado\Web\UI\WebControls\TContentPlaceHolder

TContentPlaceHolder reserves a place on a template where a {@link TContent} control can inject itself and its children in. TContentPlaceHolder and {@link TContent} together implement a decoration pattern for prado templated controls. A template control (called content control) can specify a master control whose template contains some TContentPlaceHolder controls. {@link TContent} controls on the content control's template will replace the corresponding {@link TContentPlaceHolder} controls on the master control's template. This is called content injection. It is done by matching the IDs of {@link TContent} and {@link TContentPlaceHolder} controls.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends Prado\Web\UI\TControl
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
createdOnTemplate ( $parent ) This method is invoked after the control is instantiated on a template.

메소드 상세

createdOnTemplate() 공개 메소드

This overrides the parent implementation by registering the content placeholder control to the template owner control. The placeholder control will NOT be added to the potential parent control!
public createdOnTemplate ( $parent )