RocketCDS
Installation
Integration
RocketCDS
Installation
Integration
Installing AppThemes
Partial And Shared Templates
Razor Tokens
Dependancy
JQuery Validation
DNN Search
File Download
Rocket Tools
ChatGPT
DeepL
Simplisity JS
Command Attributes
Methods
Class Events
Field Data
Utility Functions
Ajax DropDownList
RocketContent
Create an AppTheme
Adding CSS and JS
Adding Resx
Multi-Row AppTheme
DataObjects
Razor Tokens
Shared Templates
Snippets
ArticleLimpet
ArticleRowLimpet
RocketDirectory
Create an AppTheme
DataObjects
Razor Tokens
Shared Templates
MenuManipulator
Category Menu
Text Search
Property Filter
Tag Filter
Secure Document
Snippets
RSS feed
Related Articles
ArticleLimpet
RocketForms
Create an AppTheme
DataObjects
Functionality
Module Settings
# Category Menu A RocketDirectory module can display a category menu. The correct module templates needs to be setup and selected from the module settings. A URL query parameter for the category is used to identify the category that should be displayed. The category URL key is defined in the dependacy file of the AppTheme. *Example of the blog dependancy file for the category url key. (See dependacy documention)* ```
blogcatid
rocketdirectoryapi
rocketblogapi
category
``` ## Module Template Definition A module template needs to be created on the AppTheme with an entry in the dependancies files. This enables the category menu to be selected from the module settings. *Example of dependancy file template option* ```
Categories.cshtml
Category Menu
``` ## Category Menu Template In the "default" sub-folder of the AppTheme the above template needs to be created.