C# 클래스 Subtext.Framework.UI.Skinning.ScriptElementCollectionRenderer

Provides rendering facilities for script elements in the head element of the page
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
CanScriptsBeMerged ( Subtext.Framework.UI.Skinning.SkinTemplate template ) : bool
GetScriptMergeMode ( string skinName ) : ScriptMergeMode
GetScriptsToBeMerged ( string skinName ) : IList
RenderScriptElement ( string scriptPath ) : string
RenderScriptElement ( string skinPath, Script script ) : string
RenderScriptElementCollection ( string skinKey ) : string

Renders the script element collection for thes kin key.

ScriptElementCollectionRenderer ( SkinTemplateCollection templates ) : System

비공개 메소드들

메소드 설명
CreateStylePath ( string skinTemplateFolder ) : string
GetScriptSourcePath ( string skinPath, Script script ) : string
GetSkinPath ( string skinTemplateFolder ) : string

Gets the skin path.

IsScriptRemote ( Script script ) : bool
RenderScriptAttribute ( string attributeName, string attributeValue ) : string

메소드 상세

CanScriptsBeMerged() 공개 정적인 메소드

public static CanScriptsBeMerged ( Subtext.Framework.UI.Skinning.SkinTemplate template ) : bool
template Subtext.Framework.UI.Skinning.SkinTemplate
리턴 bool

GetScriptMergeMode() 공개 메소드

public GetScriptMergeMode ( string skinName ) : ScriptMergeMode
skinName string
리턴 ScriptMergeMode

GetScriptsToBeMerged() 공개 메소드

public GetScriptsToBeMerged ( string skinName ) : IList
skinName string
리턴 IList

RenderScriptElement() 공개 정적인 메소드

public static RenderScriptElement ( string scriptPath ) : string
scriptPath string
리턴 string

RenderScriptElement() 공개 정적인 메소드

public static RenderScriptElement ( string skinPath, Script script ) : string
skinPath string
script Script
리턴 string

RenderScriptElementCollection() 공개 메소드

Renders the script element collection for thes kin key.
public RenderScriptElementCollection ( string skinKey ) : string
skinKey string The skin key.
리턴 string

ScriptElementCollectionRenderer() 공개 메소드

public ScriptElementCollectionRenderer ( SkinTemplateCollection templates ) : System
templates SkinTemplateCollection
리턴 System