Question. A calculator using a Bizform submit, so it saves the values. The user should have the option to calculate and calculate again - with new values in the input fields. Asked a similar quest...
The goal is to create an Image Comparison Slider widget. I have created a custom Web Part with 3 new fields in the Properties tab: id, img1_path, img2_path (all visible in widget). I created the wi...
I have created several custom web parts with text fields and now that we're starting to load data into them, I've realized I need to add macros to certain fields, however, macros added just into th...
I added a custom CMSAbstractWebPart to a Kentico 11 Web App project then made the portal changes necessary to implement it in a page template. After adding it to the desired page template, I discov...
Has anyone here run into an issue with Kentico 10 where custom web parts display a load error on the Design tab but render fine on the page tab? I'm also seeing the same web part fail to load altog...
I've done this before but cannot find the code I used before.I created a custom webpart that has a simple drop down list (that's an example, the actual web part is far more complicated). I turned ...
Hey guys , I've created a custom webpart to register a new user. I added a button to register and on-click event register I write my code . when I add the web part to kentico it gives my error load...
HiI am trying to load a bizform in a custom web part using the following:@%@ Register Src=@~/CMSWebParts/BizForms/bizform.ascx@ TagPrefix=@cms@ TagName=@BizForm@ %@ @cms:BizForm ID=@cms_CustomBizF...
I have created a Custom Web Part using Visual Studio 2015. How do I add the Custom Web Part in the Web Part list page of Kentico Portal Engine. link text
Based on the following Article I have a follow up question. (https://devnet.kentico.com/articles/custom-web-part-with-editable-regions---how-to-ensure-unique-ids-of-nested-editable-regions).To ensu...