C# Класс Castle.MonoRail.Framework.ViewComponents.UpdatePageTag

Renders a javascript tag block with an inline javascript that changes the page elements using a special dsl-like language.
The current implementation is dependent on prototype.js and scriptaculous.js
Наследование: UpdatePage
Показать файл Открыть проект

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

Метод Описание
Render ( ) : void

Called by the framework so the component can render its content

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

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

Called by the framework so the component can render its content
public Render ( ) : void
Результат void