How hide a section

Posted by Community Admin on 04-Aug-2018 11:10

How hide a section

All Replies

Posted by Community Admin on 07-Feb-2012 00:00

Hi,
I have a question about form's customization in backend.
I take in example the file NewsConfig.contentViewControls.NewsBackend.views.NewsBackendEdit.config .
We can hide field item like this :

<sections name="TaxonSection">
    <fields>
        <field hidden="True" fieldName="Category" />
        <field hidden="True" fieldName="Tags" />
    </fields>
</sections>

But how can we hide the sections without deleting it ?

Regards,
Nicolas

Posted by Community Admin on 09-Feb-2012 00:00

Hello Nicolas,

Thank you for contacting us.

 When the section is in the config file you can comment it out, but if the section is one of the default sections go to Administration->Settings->Advanced->New->Controls->NewsBackend->Views->NewsBackendEdit->Sections->TaxonSection->Fields->Tags/Category and set "true" to the textbox hidden. This will not remove the section rectangle, but will render empty section.

All the best,
Stanislav Velikov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed