Hello again!I'm currently fleshing out a @Profile@ Page Type that will be used to display various biographical information for people. Part of this includes a distinction between @Faculty@, @Stude...
On a Structured Page, we have a text field called ContactUs, the Form Control for this field is a Drop-down list.The drop down list of Options is manually uploaded from values from an external data...
In the widget configuration dialog, how can I make one field conditionally visible based on the value of another field? Consider the following widget properties:public class MyWidgetProperties : IW...
Currently have a Static HTML webpart and the content section is set to include a widget. Widget is a modal popup window to sign up for a newsletter.The Visibility section of the webpart is currentl...
Hi , I have a drop down list that binds to an SQL source. Inthe Kentico , I am trying to do something as follows:@ Trying to make a macro in kentico , so if the drop down value is let's say A , the...
Good dayI am trying to disable a web part zone called @FooterZone@ in my master page when one of the child pages of that master page contains a web part zone called @BreadCrumbs@I assume it will be...
We have some pages set up on our client's intranet that have 2 Text web parts - one is shown to users with the International user role, and some is shown to those with the US user role since the co...
I've added new functionality to an existing module to show a new tab on the Pages application using the following macro. The following is added to Modules -@ Interface -@ (choose a page) -@ Element...
Can I check if a data source ( or repeater using this data source ) is empty and use this as a condition macro in the visible property?It can be done with editable text web part by checking if cmsc...
I'm pretty sure witin the 'visibility' section for a webpart / zone in V7 we can place this script below using a boolean field type to show and hide a webpart / zone. But for some reason in V10 th...