Custom Configuration Module

kuntesh thakker asked on April 3, 2015 09:45

Hi

I have created Custom Configuration Module and Setting for that Module but o am not able to see any settings so is there any code i need to add in my aspx.cs file to see settings

Recent Answers


Timothy Fenton answered on April 7, 2015 00:04 (last edited on April 7, 2015 00:05)

Hello Kuntesh

I have already responded to you on the ticket, however I would like to do it here as well for anyone else asking this question to see what this could possibly be caused by. The issue here could be that when you are creating a custom module you need to make sure you set the UI elements for the custom module or else the settings will not display at all. There are two ways to do this, using the portal engine or defining them manually in code.

To manually create the UI elements in code you can follow this documentation: https://docs.kentico.com/display/K82/Manually+creating+the+interface+for+custom+modules

If you are going to set them up using portal engine ( in Kentico UI ) then you can follow this documentation:

https://docs.kentico.com/display/K82/Creating+custom+modules#Creatingcustommodules-Buildingthemoduleinterface

Hope this helps!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.