Hi I've followed this doc to create a custom form control that allows saving multiple items as a list on XML format https://docs.xperience.io/custom-development/extending-the-administration-interf...
I have two web parts(A,B). A has a link button in it. When I click the button I need to set a property of web part B and after setting it, somehow need to reload the web part B. Both web parts in s...
Hi! Another (really) noob question here:I was trying to implement a custom web part with EditableImage and EditableText fields. Searching through the web, I found this article here: https://devnet....
Ultimately I'm trying to build a control that will let my users specify in which order their fields will appear on the page. So I'm building a custom form control to solve it.I'm having a problem w...
I need to disable a field in page type form based on certain criteria. for instance I need to get control of a checkbox from page form section and disable it from code ? Is there a way to access ...
Hello,In my Kentico 9 application, I am developing my custom functionality for adding an product into Shopping cart.I am developing things using jQuery Ajax and HTTP handler for it.In my .ashx hand...
Hi again, comparing Product Details pages of two sample sites - Dancing Goat and E-Commerce, I see the first one has one big ZoneDetail containing one Web Part with one long transformation (which i...
Hi, in Kentico 9 I want to have two kinds of attachments in products: jpg images and mp3 sound files. Both sets I am going to display on Product Details page via two different Basic Repeater Web Pa...
I'd like for the name of the site shown in the tab to be displayed on a page template as part of the page. How can I achieve this? Using a CMS control?
Hello,We have a custom form control for an address lookup that is essentially a textbox with jquery added to generate dynamic output in a text area.The control is added to a form as a custom field ...