Theme and style
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|} | |} | ||
{| class="wikitable" | {| class="wikitable" | ||
! | !Folder name | ||
! | !Special purpose | ||
! | ! | ||
! | ! | ||
|- | |- | ||
|EXT_LateBoundAssembly | |||
|When extending your turnkey app with c# built logic your assemblies goes here | |||
| | | | ||
| | |||
|- | |||
|EXT_Scripts | |||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
|SiteAssets | |||
| | |||
| | |||
| | | | ||
|- | |||
|Content | |||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
|Views\EXT_OverridePages | |||
| | | | ||
| | |||
| | |||
|- | |||
|other names | |||
| | | | ||
| | | |
Revision as of 21:36, 11 December 2016
This page was created by Hans.karlsen on 2016-12-08. Last edited by Stephanie on 2025-01-23.
If you name a folder to <ModelName>_AssetsTK and put next to your <ModelName>.modlr file, or <ModelName>.ecomdl file the following will happen:
- <ModelName>_AssetsTK will be included in the Model sent to MDrivenServer when you Upload the model
- Once on the server MDriven Turnkey will unpack the folder in AppData under the name ExtractForExpansionInSite_AssetsTK
- Once extracted to ExtractForExpansionInSite_AssetsTK the MDriven Turnkey application will try and mirror the contents of the following folders from ExtractForExpansionInSite_AssetsTK to AppRoot:
Folder name | Special purpose | ||
---|---|---|---|
EXT_LateBoundAssembly | When extending your turnkey app with c# built logic your assemblies goes here | ||
EXT_Scripts | |||
SiteAssets | |||
Content | |||
Views\EXT_OverridePages | |||
other names |
This enables you to merge your own css, styles and c# assemblies for c# developed logic.