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
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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