RocketContent

search
RocketContent : Snippets - RocketContent
The text describes snippets and examples for building AppThemes, including templates for single and multiple rows, as well as settings like ECOMode. It also covers the handling of images, documents, and links in both admin and view contexts.!
RocketContent : Shared or Partial Templates
Shared or Partial Templates allow for high-performance, uncomplicated modules. Use INJECT token to avoid duplication of common requirements. Use standard input fields or shared templates like ArticleRowHeader.cshtml. Use 'appthemeshared' for shared template.!
RocketContent : RocketContent
RocketContent is an open-source extension for DNN platform, with flexible content creation using AppTheme design and includes features like ChatGPT integration, DeepL translation, image management, document uploading, flexible templating, secure file delivery, and multiple row display.!
RocketContent : Multi-Row AppTheme
Create a new version of AppTheme with multiple rows of data by copying and editing files. Update 'AdminDetail.cshtml' and 'View.cshtml' with new code.!
RocketContent : Editing an AppTheme
Summary: Templates for editing an AppTheme include default Razor templates for AdminDetail, AdminRow, and View, allowing for content editing and display. Various template options are available for customization. Testing the AppTheme involves adding content, saving, and viewing changes on the website.!
RocketContent : Razor View Data Objects
Razor View Data Objects automatically include articleData, articleRowData, appThemeView, appThemeAdmin, appThemeSystem, moduleData, portalData, sessionParams, userParams. SimplisityInfo includes rowData and headerData. Legacy SimplisityInfo includes info and infoArticle.!
RocketContent : Adding Resx
Summary: Add resx files to the AppTheme's resx folder for translation, using specific naming conventions. Enter resx data in Visual Studio or XML format, then use tokens in the template to access the translations.!
RocketContent : Adding CSS and JS files
Instructions for adding CSS and JS files to AppThemes: Create folders for CSS and JS files, add respective files with required code, create dependency files to avoid loading resources multiple times.!