Question about start developing with Sitefinity 4
Hello,
I've been iussued to create a demo for monday next and I got some point to spot at since my time is running out...
I'll post my question here, hoping you can guide me trought the best approach....
1) I've to write a 2 combobox control that will fit in the left column of a master page, how do I handle the integration of them with Sitefinity? I've been able to get the "value" field of them while debugging but got no idea of how to ask sitefinity to create a news wiew filtering on the corrisponding category tag of the two dropdown.....do I have to use the fluent api?
2) I should need to put a search control inside a master page (near the logo) in order to have it displaied on each page, how can I add a sitefinity search bar since I'm not in the editor mode?
3) in order to debug should I just start pressing the F5 in VS2010?
4)Ive seen that using IE8 I got a lot of logout message, while in FFox it doesn't happen...is it related to the fact I'm using when launching the debugger?
5)How do I edit the predefined Sitefinity template?
Thanks
Paolo
Hello Paolo,
1. You can take a look at this sample which actually filters content items depending on the parent. The difference in your case is that you have to work with NewsItem.
Hello Ivan,
thanks for your answer.....
for the point 3 I was aware of how to debug, was wondering if I can debug in a simple way a sitefinity project!
for the point 2 the search box should be inside the Sitefinity's DLL am I right? I need to add it in the master page I've added to the Sitefinity project
Thanks
Paolo
Hi Paolo,
You can drop the SearchBox from the Widgets toolbox section. It is not necessary to hardcode it inside the template.
Kind regards,
Ivan Dimitrov
the Telerik team
Hello again,
but as far I've read If I want the search to compare in all the pages, without having to drag it I've to put it inside the .master file (I've tried adding a child page to a page but I won't see the template I've defined in the root page) and I've read on this forum that I need to put in the master page (as I do for the logo and for a custom control I wrote with 2 dropdown) so I've that fixed part........ is there a better way?
Thanks