How to create ISetting feature as a group using config file?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/2/2013 4:57:51 AM
Gravatar
Total Posts 22

How to create ISetting feature as a group using config file?

Hi,

I created two ISetting controls and i added to a feature manually.I grouped each setting to a group name as "Add" and "Edit" using "Group Name Key" option in "Add new Setting" page.Now i want to add these Isettings to feature by creating a config file, to add each setting as a group , is there any attribute in <FeatureSetting> tag? or How to create a Isetting feature as a group?

Thank you,

Rajeswari 

4/2/2013 9:26:02 AM
Gravatar
Total Posts 18439

Re: How to create ISetting feature as a group using config file?

yes feature settings can be grouped, it is not specific to ISettingControl settings, any settings can be grouped by tabs. You should look at the feature definition file for other features like the blog to see how groups are configured.

Note that if you previously installed a feature from the UI and now you want to make a feature definition file it is very important to copy the feature guid from the ui so it is the same in the definition file otherwise you will get 2 copies of your feature when you visit the setup page.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.