This Timeline 3 App is an add-on to DNN.
Aspect | Status | Comments or Version |
---|---|---|
2sxc | ✅ | requires 2sxc v17.07.00 |
Dnn | ✅ | For v9.6.1+ |
Oqtane | ✅ | Requires v05.00+ |
No jQuery | ✅ | |
Live Demo | ➖ | |
Install Checklist | ✅ | See Installation on azing.org |
Source & License | ✅ | included, ISC/MIT |
App Catalog | ✅ | See app catalog |
Screenshots | ✅ | See app catalog |
Best Practices | ✅ | Uses v13.10 conventions |
Bootstrap 3 | ✔️ | not optimized |
Bootstrap 4 | ✅ | optimized |
Bootstrap 5 | ✅ | optimized |
A [DNN App][2sxc] is like a DNN module, just way better :). Since this is an open-code/open-source 2sxc-app, you can customize it to be anything you want! This list just shows what it already does, so you know what you get out-of-the-first-box.
Because it's so simple and uses 2sxc, you can easily
- [translate it into any other language in minutes][translate]
This app is only useful is you use DNN. So assuming you have a DNN installation, all you need to do is install 2sxc and this app.
-
Now you can use this app as-is, or customize it to be whatever you need it to be.
-
It probably helps to review the [Overview][overview] about how the parts play together by default, so you can then change as little as necessary to get it to do what you want
The Source Code is all here - so you can easily customize to your hearts desire!
- 2022-03
- Updated to v12 best-practices
- Removed all jQuery dependencies
- Hybrid - now works in Dnn and Oqtane
- v03.01.00 2022-04
- Changed all access to Services to ToSic.Sxc.Services
- Changed all images to use the IImage Picture tag
- Enabled image configuration
- Replaced data-enableoptimization with pageSvc.AssetAttributes()
- v03.02.00 2022-06
- Changed all base classes to their 2sxc 14 equivalents
- Replaced all GetService<> with the new ServiceKit14
- Updated webpack
- v03.03.00 2023-05
- Removed _ from Filenames
- Code in one file the bs5, less duplicated code
- Removed shared Folder
- Replace Edit.Toolbar with
@Kit.Toolbar.Default
- v03.04.00 2023-07
- 2sxc 16.02 coding conventions
- everything typed
- v03.17.00 2024-04
- strong typed
- Auto Generated Class
- v03.17.01 2024-07
- Update app.sln and app.csproj