C# Класс Castle.MonoRail.Framework.Helpers.PrototypeHelper.JSElementGenerator

Implementation for the IJSElementGenerator
Наследование: DynamicDispatchSupport, IJSElementGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
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