C# Class 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
Inheritance: UpdatePage
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Render ( ) : void

Called by the framework so the component can render its content

Method Details

Render() public method

Called by the framework so the component can render its content
public Render ( ) : void
return void