C# 클래스 Castle.MonoRail.Framework.Helpers.PrototypeHelper.JSElementGenerator

Implementation for the IJSElementGenerator
상속: DynamicDispatchSupport, IJSElementGenerator
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
JSElementGenerator ( JSGenerator generator, String root ) : System

Initializes a new instance of the JSElementGenerator class.

Replace ( object renderOptions ) : void

Replaces the entire element's content -- and not only its innerHTML -- by the content evaluated.

ReplaceHtml ( object renderOptions ) : void

Replaces the content of the element.

비공개 메소드들

메소드 설명
JSElementGenerator ( ) : System

Collects the public methods

메소드 상세

JSElementGenerator() 공개 메소드

Initializes a new instance of the JSElementGenerator class.
public JSElementGenerator ( JSGenerator generator, String root ) : System
generator JSGenerator The generator.
root String The root.
리턴 System

Replace() 공개 메소드

Replaces the entire element's content -- and not only its innerHTML -- by the content evaluated.
public Replace ( object renderOptions ) : void
renderOptions object Defines what to render
리턴 void

ReplaceHtml() 공개 메소드

Replaces the content of the element.
public ReplaceHtml ( object renderOptions ) : void
renderOptions object Defines what to render
리턴 void