C# Class Castle.MonoRail.Framework.ViewComponents.UpdatePage

Renders a javascript content that changes the page elements using a special dsl-like language.
The current implementation is dependent on prototype.js and scriptaculous.js
Inheritance: ViewComponent
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

Protected Methods

Method Description
GenerateJS ( ) : string

Evaluates the component's body providing a page instance which is a PrototypeHelper

Method Details

GenerateJS() protected method

Evaluates the component's body providing a page instance which is a PrototypeHelper
protected GenerateJS ( ) : string
return string

Render() public method

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