Filter by
Simple Apps allow quick deployment, installation, testing and clean removal without side effects. Install an app, adapt to your needs - simple and standardized, using tokens and razor. added-06.00.00
Tags
Entities
Lists
Linking
Razor
Token
Multi-Language
Apps
Use simple tokens like [QueryString:Person] or [User:UserId] to configure data pipelines. This even allows for fallback-scenarios (like when the querystring doesn't have a configuration, like [QueryString:AppId|[AppSettings:DefaultAppId]] added-06.00.00
Tags
Data and Data Sources
Database
Entities
Linking
Lists with Details
To use module-data like ModuleID in [Token] templates (important for JSON-feeds, Details-Links and more) we added a [Module:...] value provider. added-05.02.00
Tags
HTML and CSS
Token
Linking
JavaScript
Point to a 2sxc Page with some extra parameters, and all HTML around the 2sxc will disappear. This helps create details-pages in lightboxes or dynamic areas of the HTML, or even allows you to produce a manual JSON-Feed without any HTML around it. added-04.00.00
Tags
Design
HTML and CSS
Linking
Now you can user @RenderPage to call other Razor-Scripts, and these scripts automatically receive the save Content, List, Presentation etc. variables to work with. This allows you to re-use partial templates. added-06.00.00
Tags
Apps
new in 6.x
Razor
Linking
To use query-string parameters like ?showrecord=37 (important for detail-pages or filtering stuff) we added a [QueryString:...] value provider. added-05.02.00
Tags
Design
Token
Linking