C# 클래스 N2.Web.Mvc.Html.ResourcesExtensions

Renders resources on a view.
파일 보기 프로젝트 열기: n2cms/n2cms 1 사용 예제들

공개 메소드들

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