I have a website layout that has a right side bar. In this side bar i need to allow the content editor to insert different widgets because of that i added the widget container. There are some widgets that have related information that i need to store in the database so i don't know how to differentiate different widget instances, is there a widget ID property that i can access in the code.
Example: I have a widget that displays the profile of a list of person that the content editor will choose. So this widget should have two parts one to allow the content editor to choose the persons and other part will display their profile.
widget container and widget instances
Hi all,
I have a website layout that has a right side bar. In this side bar i need to allow the content editor to insert different widgets because of that i added the widget container. There are some widgets that have related information that i need to store in the database so i don't know how to differentiate different widget instances, is there a widget ID property that i can access in the code.
Example: I have a widget that displays the profile of a list of person that the content editor will choose. So this widget should have two parts one to allow the content editor to choose the persons and other part will display their profile.
any idea how to do that
Hey Ahmad,
Have a look here http://blog.hendyracher.co.uk/sidebar-widgets-with-umbraco-v4/
Rich
is working on a reply...