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...
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)