search
SimplisityJS : Utility Functions
Utility functions for encoding, decoding, setting cookies, handling session variables, and more. Useful for data manipulation and storage.!
SimplisityJS : Simplisity
Simplisity is a client-side jQuery framework with server-side utilities focused on simplicity and flexibility. It uses jQuery to streamline processes. CDN and Nuget package options available.!
SimplisityJS : Methods
Methods for Simplisity include startup, individual panel activation, and server API post. Parameters can be passed for system key, panel activation, and debug mode. Be cautious of multiple server calls on the same page.!
SimplisityJS : Field Data
Hidden fields track data for server, systemkey defaults set by 'simplisity_startup', loader for server calls, file uploads, server params, session fields, and API url set by 'simplisityStartUp'.!
SimplisityJS : Command Attributes
Attributes for Simplisty command processing: define API URLs, parameters, return elements, callbacks, file upload restrictions, and more. Ensure proper attribute definition for operations to work correctly.!
SimplisityJS : Class Events
Simplisity uses classes/id for instructions on operations like panels, click events, confirmations, search fields, file uploads, and fade out effects.!
SimplisityJS : Ajax DropDownList Example
Ajax DropDownList Example: Populate country & region dropdownlists using ajax. Country selection populates region. Razor template & server side functions handle initial load & data population. JsonRequestFormat: {listkey: ['key1', 'key2'], listvalue: ['name1', 'name2']}. Server code returns region values based on country selection.!
RocketForms : Settings
Summary: Configurable settings for email functionality include setting the email subject, sender email, recipient email, reply email, email language, and email subject prefix/appendix. Email copy to sender and security protocols require adaptation.!
RocketForms : Extra Functionality
Remove hidden fields from form, except 'emailsubjectprefix'. Use a textbox to pass hidden data. 'emailsubjectprefix' value will be added as email subject prefix based on user selections in the form. Ensure field is within s-return element.!
RocketForms : Razor View Data Objects
Standard Razor View Data Objects include AppTheme, SystemData, PortalData, ModuleData, GlobalSettings, and more. AdminList.cshtml uses formlist data, while EmailForm.cshtml uses formdata.!
RocketForms : Form Template
Create folders and sub-folders for AppTheme templates. Step 2 involves creating a Form Template with specific content. Optional templates include settings for header, theme, email, and admin. Test the AppTheme on RocketCDS website with RocketForms module.!
RocketDirectory : Snippets RocketDirectory
Code snippets and examples for building AppThemes in RocketDirectoryAPI, including templates, language selector, search, buttons, header, and more.!
RocketDirectory : Shared or Partial Templates
Use shared templates with INJECT token to avoid duplication and enhance module performance. Templates for Admin Detail, Admin, and View are available for RocketDirectory, RocketBlog, and RocketEvents.!
RocketDirectory : Secure Documents
RocketDirectory offers secure documents that are only accessible to registered users or users in a specific role. Enable this feature in the Admin Settings or system to upload and download documents securely with a download API link.!
RocketDirectory : Search
Text searching in RocketDirectory works with SQL and/or the DNN search system. DNN Search is recommended for better performance, but less control. Ensure DNN Scheduler is active, select a search page, and rebuild the index if necessary. Other search tips and settings are available as well.!
RocketDirectory : Tag Filters
Summary: Tag filters in code select articles based on properties using simplisity.js via API. A default template simplifies implementation with modular design, independent tag/property filters, and customizable CSS. API integration, module settings, and razor tokens streamline functionality for tag filter creation.!
RocketDirectory : Search And Filters Rules
Server side rules for searching and filtering can be customized. Text search takes priority over category selection. Use JS in AppTheme to modify functionality, like clearing search and filters with a Category select. Visit GitHub for examples.!
RocketDirectory : Rocket Directory Search And Filters
Rocket Directory system allows for search and filtering on large data lists, enabling complex functionality customization through plugins. Saves time and effort for creating complex directory systems from scratch.!
RocketDirectory : Related Articles
Code documentation for displaying related articles using RocketDirectory auto association method. Control display using property groups. Get 4 related articles in random order or from 'related' property group. Customize display with HTML and C#.!
RocketDirectory : RSS Feed
RSS feed setup in RocketDirectory and Wrapper Systems using specific URL parameters including portalID, cmd, and optional parameters for month, year, and category. RSS templates created in Razor for custom RSS feeds. Default RSS options include number of months and sqlidx parameter. Additional data selection can be created via plugin for RocketCDS.!
RocketDirectory : Property Filters
Property Filters allow for selection of articles based on attached properties using checkbox selections. Multiple selections are possible. Uses simplisity.js to interface with API. Default template available for quick setup.!
RocketDirectory : Menu Manipulator
Automatically inject categories into website menu for seamless navigation. Set up menu provider using AppTheme or manual addition with specific details. Complex setup for canonical URL and alternate links. Create list and detail pages with specific naming conventions. Customize page URLs and detail URLs for optimal SEO.!
RocketDirectory : Razor View Data Objects
Summary: Razor View Data Objects auto-inject certain objects on every call, and can also inject specific objects when needed. These objects include appTheme, portalContent, systemData, categoryDataList, and more.!
RocketDirectory : RocketDirectory is what we call a base system, t
Create folders, version & 'Default' sub-folder. Razor templates for Admin & view templates. RocketDirectory is base system for wrapper systems. Step 2 - Default Razor Templates for List & Detail structure. Duplicate existing templates for Admin & view. See documentation for 'Categories', 'Filters', 'ThemeSettings'. AppTheme Dependencies folder with example1.dep file for startup templates & css dependencies. QueryParams for list & detail structure SEO data. Update Page data for Meta.ascx capture.!
1 2 3 ❯|