|
|
|
Junior Member
      
Group: Customers
Last Login: 06/12/2005 13:11:01
Posts: 22,
Visits: 56
|
|
| Been havin the toughest time tryin to figure out where in all the controls this table is located so I can make adjustments to it... It's the parent table (highlighted below in color): 
I can edit the table below it (nested), but not the high level parent. Can anyone tell me where it's located? Thanks a mill.
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 2 days ago @ 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
| Hi Hexane, The header that allows each panel to expand and collapse is part of the panelbar server control. This is a server control to allow re-use throughout the application. The panelbar acts as a container control allowing controls to be placed within the panelbar however the header for each panelbar is generated by building the controls programmaticly and adding these within the panelbars CreateChildControls method. With the developer license you can edit the controls created within the panelbar within InstantASP.Common.UI\CustomControls\PanelBarControl.vb. The header is dynamically generated within the private CreateHeaderTable method based on the properties set on the panelbar. I'm assuming your looking to edit the HTML as opposed to simply changing the style sheet or colors. You can change the colors, fonts or background image/color within the skin's CSS. Does this help?
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 06/12/2005 13:11:01
Posts: 22,
Visits: 56
|
|
| Thanks for the reply Ryan, that really helps. Yeah, I think I'm looking at editing the HTML if possible. For instance, I would like to modify the entire table to custumize a graphical border around it instead of the vanilla table that is there. Does that mean I have to get the Developer version in order to do that? Additionally if I did make this sort of change, since it is in the InstantASP.Common.UI Project, would that mean I would have to recompile the forum assembly for the changes to take effect? Thanks for all your help! Kind regards Hexane.
|
|
|
|
|
Junior Member
      
Group: Customers
Last Login: 06/12/2005 13:11:01
Posts: 22,
Visits: 56
|
|
| Actually I just saw your product comparison page. It shows InstantASP.Common.UI as being part of the Developer version... so it looks like I have to upgrade to modify this part of the code. Does that sound right?
|
|
|
|