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
With the ADAM extension, 2sxc automatically takes care of all content files (like images, pdfs, etc.). This greatly increases user comfort and speed when working with content-files. added-07.03
Tags
beta feature
New in 7.x
The user can choose whether he wants to add an item to a list and immediately show a demo-record (with the [+] button), or just open a dialog which doesn't add anything if he cancels. added-05.05.01
Tags
Apps
Entities
Lists
Lists with Details
new in 6.x
Using the App-Object you can access path information, settings and resources. added-05.05.00
Tags
Razor
Token
Apps
new in 6.x
To access data from 2sxc inside JavaScript, just enable the publish-feature and you will get a JSON-feed with all the data. We recommend to use this together with the JavaScript-API giving you a seamless Sexy-JavaScript experience! added-05.02.00
Tags
JavaScript
Design
Lists
AngularJS Apps in DNN are a bit different than outside DNN, mainly because they are not alone (MAP instead of SPA) and also need to know which module they belong to. 2sxc automates the initialization of everything. added-07.00.00
Tags
AngularJS
For experts
JavaScript
New in 7.x
WebApi
In case something breaks on a large upgrade, please consult this to see when we introduced what breaking changes. added-
Tags
Breaking Changes
New in 7.x
2sxc automatically bundles and minifies your secondary files as you need it. Also called Client-Dependency in DNN or Enable Optimizations in 2sxc. added-04.00.00
Tags
Design
HTML and CSS
JavaScript
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
Each portal has it's own virtual data base (VDB) and in it a bunch of Apps, again separated from each other. If you need to, you can access other VDBs... added-04.00.00
Using simple server-side commands, you can create entities, edit and delete them in code. Thanks to this feature, you can create your own edit-dialogs or partial dialogs for workflows and similar. Also create simple or complex feedback forms and more. added-06.05
Tags
Apps
Entities
Razor
new in 6.x
Database
For experts
WebApi
Sometimes you just want to add piece of HTML to your page that will always be the same - like a decorative line. Since you're not adding any data, there is no content-type to choose from. This is where the Design-Element is used. added-01.00.00
Tags
Content Types
Design
for designers
HTML and CSS
Images
Need to know more about @Dnn.Portal, @Dnn.Module.Id, Dnn.User, Dnn.Tab or similar - this is your best starting point. added-01.00
Tags
Razor
DNN/DotNetNuke
The entity field type is to establish relationships between content-items, both 1:1 and 1:n. This can be a lookup-relationship like 'Author', a parent-information like 'ManagedBy', a list of shared children like 'Tags' or a list of un-shared children like 'recipe-steps'. added-02.00
Tags
beta feature
UI to help users choose GPS coordinates for addresses and similar. Automatically finds a previously entered address and allows to manually change pin. added-05.04.00
Tags
Field Configuration
Hide all complicated settings like Administration from the content-editor by creating a user group called 2sxc Designers. added-03.00
Tags
For beginners
For experts
Editing
When installing Apps or anything else, everything is done automatically and DNN doesn't need to restart. This is very powerful because in a live large system - downtimes and I-Hope-It-Still-Works-Afterwards are not acceptable. added-06.00.00
Tags
Import/Export
new in 6.x
Apps
With InstancePurpose your code knows if it's running to be templated, for publishing JSON data or for search indexing. added-06.01.00
Tags
Apps
Search
new in 6.x
Razor
Once you apply a list to a template, you suddenly have multile items presented - maybe as a table or as a designed list. What you then often need is a way to add a title before that or create settings for the way the list is presented. added-03.00.00
Tags
Razor
Token
Lists
Lists with Details
For beginners
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
Sometimes you want to pre-fill a new Entity with existing information - like the current date, the users name, or data from another list like a file-ID or infos from an XML-Stream. This is now possible. added-05.05.01
Tags
Entities
Lists
Lists with Details
Apps
new in 6.x
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
You can create templates that allow configuration with the Presentation-Element. For example, you could configure image-size or placement, click-behavior or show/hide things in your template. added-03.00.00
Tags
Content Types
Lists
Razor
Token
A DataSource allowing you to add SQL to run on any Database. It also prevents you from using statements such as Insert and protects you against SQL Injection.
Note that it's currently not available in the Visual Query Designer. added-07.00.00
Tags
Database
DataSource
SQL
For experts
New in 7.x
Query (Data/Visual)
Tokens offer a way to use default-values if a token is empty. Ideal for queries or simple texts like "Name Unknown". added-06.00.00
Tags
new in 6.x
Token
Query (Data/Visual)
Now any view can have a name in the URL - so that a module showing that App can easily change between views just by adding "Details" or "CategoryList" to the URL. Simple and powerful. added-06.06.00
Tags
new in 6.x
For beginners
Token
Apps