I am using Kentico 11 and am making portal pages. On one of my page types under the fields menu, I have a boolean radio button. When @Yes@ is selected, it makes two text fields visible and adds val...
Good day DevNet!I'm having an interesting issue with a custom webpart I've built.I've created a @video carousel@ widget that allows users to add up to 8 videos via checkboxes and also gives them th...
Using the Hierarchical Viewer as a main menu works fine except it somehow interprets all document types in the CMS admin tree as children to the first Level pages and adds the 'data attribute' [cod...
Is it possible to use the @Condition builder@ form control for the standard Visible field in webparts? I'm putting together a widget/webpart where I want to show/hide it based on macro rules instea...
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...
Hi,Back in Kentico 9, I was able to create a custom boolean contact field in the modules -@ contact management-@ contact management-contact. Used this field for conditional based contact groups, ma...
Hi,I am working on Kentico9. I have created one custom table. One field is @Active@ Field having Boolean Data type, being boolean it should only have true or false values, but it is displaying @All...
Hello everyone. I need to add two Boolean properties to the PageTemplate. Also I need to change it in admin panel and read in the source code for concrete content page. How can I do this?Thanks in...
I want to use the IsCurrentDocument() transformation in a universal viewer. If it's not the current document, display the transformation. Like so:@%# if(!IsCurrentDocument()) %@<%# GetEditableValue...