abstract | |
---|---|
extends |
HtmlContainer |
implements |
EventReceiver |
Компонент реализующий блок страницы с собственным HTML шаблоном для отображении на странице как обычного компонента. Позволяет отображать на разных страницах типовые элементы с тем же содержанием. Напрмер меню, формы логина и т.д. Как правило используется блочный тэг типа DIV
Methods | ||
---|---|---|
public
|
Render()
|
# |
public
|
RequestHandle()
|
# |
public
|
beforeRequest()
|
# |
public
|
afterRequest()
|
# |
protected
|
getOwnerPage(): WebPage
|
# |
public
|
beforeRequestPage()
|
# |
public
|
afterRequestPage()
|
# |
protected
|
onAdded()
|
# |
final
public
|
RequestMethod($method)
|
# |
Methods inherited from Zippy\Html\HtmlContainer |
---|
__construct(), add(), getComponent(), __get(), getURLNode(), RenderImpl(), getChildComponents() |
Properties inherited from Zippy\Html\HtmlContainer |
---|
$components |
Properties inherited from Zippy\Html\HtmlComponent |
---|
$id, $disabled, $visible, $owner, $tag |