C# 클래스 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
상속: ViewComponent
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Render ( ) : void

Called by the framework so the component can render its content

보호된 메소드들

메소드 설명
GenerateJS ( ) : string

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

메소드 상세

GenerateJS() 보호된 메소드

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

Render() 공개 메소드

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