Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public static CanScriptsBeMerged ( Subtext.Framework.UI.Skinning.SkinTemplate template ) : bool | ||
template | Subtext.Framework.UI.Skinning.SkinTemplate | |
return | bool |
public GetScriptMergeMode ( string skinName ) : ScriptMergeMode | ||
skinName | string | |
return | ScriptMergeMode |
public GetScriptsToBeMerged ( string skinName ) : IList |
||
skinName | string | |
return | IList |
public static RenderScriptElement ( string scriptPath ) : string | ||
scriptPath | string | |
return | string |
public static RenderScriptElement ( string skinPath, Script script ) : string | ||
skinPath | string | |
script | Script | |
return | string |
public RenderScriptElementCollection ( string skinKey ) : string | ||
skinKey | string | The skin key. |
return | string |
public ScriptElementCollectionRenderer ( SkinTemplateCollection templates ) : System | ||
templates | SkinTemplateCollection | |
return | System |