• Thumbnail for Custom Page Type
    Question Oct 21, 2014
    Webparts have a field called "Thumbnail" that allows you to select an "image" or "font icon class". I'd like to implement this same functionality for a custom Page Type. Can these properties be inherited (or recreated) easily?

  • Limit Drop Down Options Using Dependent Fields
    Question Oct 4, 2018
    Hello Kentico Team, I need to build a form with 150 options to select from for one field. Obviously, asking a user to scrub through 150 options to find what they need isn't really a great option. My hope is to programmatically limit what options appear within the drop down ba...

  • Cache dependency and filter
    Question Jan 19, 2022
    Hi, I have a webpart that includes a filter. When I added cache in the web part control's code, the filter won't work if I select a different location. I don't know what to add for the cache's dependencies since it's not an object, it's a dropdown list of locations which is b...

  • Moving file storage from database to file system
    Knowledge Base Article Mar 14, 2012
    This article describes how to change file storage from the database to the file system and optionally how to clear the previously stored files from the database.

  • Page Crawler file size not same.
    Question Nov 30, 2022
    Hi Team, I'm working on the page crawler based search and checked that the file size of the .CFS file is different in MVC and CMS. So need to know why the file size is different, based on the difference the search result not same. Attaching the Screenshot: [https://ibb.co/9...

  • Transformation ifEmpty and %nbsp;
    Forum Post Mar 20, 2011
    Hi there! I have created a doctype for my client to enter a description about a media item. If they leave the field empty, I would like to use a default text. This is the code i have in the transformation: <p><%# IfEmpty(Eval("MediaInfo"), "Some default text", Eval("M...

  • RE:Customizing Search Results for Custom Document Types
    Forum Post Apr 20, 2011
    Hello, Yes it will, the GetSearchValue function is the right way for your aim actually. Moreover, please take advantage of the IfEmpty function in combination with the SearchResultUrl one. You can try to use the following expression: <%# IfEmpty(GetSearchValue("PartnerU...

  • RE:MegaMenu issue
    Forum Post May 21, 2012
    Hi, in the second transformation was an incorrect syntax. Please try to start with this one: <div class="<%# IfEmpty(Eval("DocumentMenuClass"), "col_1", Eval("DocumentMenuClass"))%>"> <%# IfEmpty(Eval("MenuItemTeaserImage"), "", "<img src=\"" + GetFileUrl("MenuItemTea...

  •   ... 181 182 183 184 185 186 187 188 189 190 ...