C# Класс N2.Web.Mvc.Html.ResourcesExtensions

Renders resources on a view.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Bootstrap ( this registrator ) : ResourcesHelper
BootstrapColumnClass ( this registrator, int colSpan, BootstrapScreenSize size ) : ResourcesHelper
BootstrapColumnClass ( int colSpan, BootstrapScreenSize size ) : string
BootstrapCss ( this registrator ) : ResourcesHelper
BootstrapJs ( this registrator ) : ResourcesHelper
BootstrapRowClass ( this registrator, bool fluid = false ) : ResourcesHelper
BootstrapRowClass ( bool fluid = false ) : string
CkEditor ( this registrator ) : ResourcesHelper
Constants ( this registrator ) : ResourcesHelper
Fancybox ( this registrator ) : ResourcesHelper

Includes the Fancybox Jquery plugin. Requires JQuery to be included on your page already. See https://github.com/fancyapps/fancyBox for instructions. You need to add a script like this somewhere in your page: $(document).ready(function() { $(".fancybox").fancybox(); });

GetResourceStateCollection ( this context ) : ICollection
IconsCss ( this registrator ) : ResourcesHelper
JQuery ( this registrator, bool preview = true ) : ResourcesHelper
JQueryPlugins ( this registrator, bool includeJQuery = true ) : ResourcesHelper
JQueryUi ( this registrator, bool includeJQuery = true ) : ResourcesHelper
PartsCss ( this registrator ) : ResourcesHelper
PartsJs ( this registrator ) : ResourcesHelper
Resources ( this html ) : ResourcesHelper
Resources ( this html, TextWriter writer ) : ResourcesHelper

Описание методов

Bootstrap() публичный статический Метод

public static Bootstrap ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

BootstrapColumnClass() публичный статический Метод

public static BootstrapColumnClass ( this registrator, int colSpan, BootstrapScreenSize size ) : ResourcesHelper
registrator this
colSpan int
size BootstrapScreenSize
Результат ResourcesHelper

BootstrapColumnClass() публичный статический Метод

public static BootstrapColumnClass ( int colSpan, BootstrapScreenSize size ) : string
colSpan int
size BootstrapScreenSize
Результат string

BootstrapCss() публичный статический Метод

public static BootstrapCss ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

BootstrapJs() публичный статический Метод

public static BootstrapJs ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

BootstrapRowClass() публичный статический Метод

public static BootstrapRowClass ( this registrator, bool fluid = false ) : ResourcesHelper
registrator this
fluid bool
Результат ResourcesHelper

BootstrapRowClass() публичный статический Метод

public static BootstrapRowClass ( bool fluid = false ) : string
fluid bool
Результат string

CkEditor() публичный статический Метод

public static CkEditor ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

Constants() публичный статический Метод

public static Constants ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

Fancybox() публичный статический Метод

Includes the Fancybox Jquery plugin. Requires JQuery to be included on your page already. See https://github.com/fancyapps/fancyBox for instructions. You need to add a script like this somewhere in your page: $(document).ready(function() { $(".fancybox").fancybox(); });
public static Fancybox ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

GetResourceStateCollection() публичный статический Метод

public static GetResourceStateCollection ( this context ) : ICollection
context this
Результат ICollection

IconsCss() публичный статический Метод

public static IconsCss ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

JQuery() публичный статический Метод

public static JQuery ( this registrator, bool preview = true ) : ResourcesHelper
registrator this
preview bool
Результат ResourcesHelper

JQueryPlugins() публичный статический Метод

public static JQueryPlugins ( this registrator, bool includeJQuery = true ) : ResourcesHelper
registrator this
includeJQuery bool
Результат ResourcesHelper

JQueryUi() публичный статический Метод

public static JQueryUi ( this registrator, bool includeJQuery = true ) : ResourcesHelper
registrator this
includeJQuery bool
Результат ResourcesHelper

PartsCss() публичный статический Метод

public static PartsCss ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

PartsJs() публичный статический Метод

public static PartsJs ( this registrator ) : ResourcesHelper
registrator this
Результат ResourcesHelper

Resources() публичный статический Метод

public static Resources ( this html ) : ResourcesHelper
html this
Результат ResourcesHelper

Resources() публичный статический Метод

public static Resources ( this html, TextWriter writer ) : ResourcesHelper
html this
writer System.IO.TextWriter
Результат ResourcesHelper