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
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Render ( ) : void

Called by the framework so the component can render its content

Method Details

Render() public méthode

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