Visual

Blog post

Update: Default Web Part and Widget properties list

31 August 2010, 0 comments

A couple of weeks ago, I posted a tip and trick on how to adjust the default properties of web parts and widgets. I wrote the post so that I could easily locate the xml files whenever I needed them. Since that time I have often used the post, but didn’t want to go to the actual files to find the id’s and types of the properties. That’s why I decided to dedicate a post with the complete list of web part and widget properties.
 

Web part properties before
WebPartControlID (text, textbox)
WebPartTitle (text, textbox)
DisableViewState (boolean, checkbox)
DisableMacros (boolean, checkbox)
Visible (boolean, checkbox)
HideOnSubPages (boolean, checkbox)
ShowForDocumentTypes (text, usercontrol)
DisplayToRoles (text, usercontrol)
 

Web part properties after
Container (text, usercontrol)
ContainerTitle (text, textbox)
ContentBefore (longtext, usercontrol)
ContentAfter (longtext, usercontrol)
UseUpdatePanel (boolean, checkbox)
TimeZoneType (text, usercontrol)
CustomTimeZone (text, usercontrol)
PartialCacheMinutes (integer, textbox)
PartialCacheDependencies (longtext, usercontrol)
 

Widget properties
Container (text, usercontrol)
ContainerTitle (text, usercontrol)


Comments
Blog post currently doesn't have any comments.
Leave comment



 Security code

Search

Related posts

Tips and Tricks: Default Web Part and Widget properties

This tip and trick is something I find very useful when working with web parts and widgets. You are probably aware of the... read more

Tips and Tricks: Macros in Widgets

Here is a quick tip that is useful if you work a lot with widgets in Kentico. You might know that macros are not... read more

Tips and Tricks: Web Part Zone Properties

It's 2011 and time for a new Kentico CMS related tip which is very useful and can be easily overlooked.    I am... read more

Tips and Tricks: Building Highly Scalable Websites

15 tips for optimizing your websites performance A couple of weeks ago, at the Kentico Connection 2011 in Prague, I... read more

Shortcuts in KenticoCMS

Hi! I thought it would be nice to cover some shortcuts in KenticoCMS which I have found useful. Please note that most of... read more