Extend Generic Content Widget
Excuse me if this has been asked elsewhere, but I'm having problems finding an answer. Is there an easy way to extend/copy+modify the generic content widget?
Consider the following scenario. I have a website that a client will be editing themselves. There are a number of content pages that have pull quotes with a different sized font and a background colour. I would like for them to be able to add a generic content widget and add content, and then underneath add a custom "Pull Quote" widget and enter content in the same way.
I've accomplished this before by editing the properties of a normal generic content widget and adding a CssClass, but I find this is beyond the abilities of our average client. I've also accomplished what I'm describing in older versions of Sitefinity using the example shown here, but that seems to have stopped working a while ago.
Is there a simple equivalent for that example in the latest version of Sitefinity?
Raymond Dowe,
<
tool
name
=
"ApplyClass"
/>
<
classes
>
<
class
name
=
"Clear Class"
value
=
""
/>
<
class
name
=
"Blue Quote"
value
=
".quote1"
/>
<
class
name
=
"Red Quote"
value
=
".quote2"
/>
</
classes
>
<
cssFiles
>
<
item
name
=
"~/Sitefinity/WebsiteTemplates/Custom/App_Themes/Custom/Global/radStyles.css"
/>
</
cssFiles
>
Hi Tim,
Raymond,
Great, I will check it out. Thanks for the help.
Hi Raymond,
Quite interested in understanding how this can be achieved. I also want to extend it so was wondering if you could post your findings.
Many thanks,
Ricardo