Mono Support How to hardcode "part foooter / part header" in page 

Viewed 30780 time(s), 4 post(s), 9/9/2014 10:52:32 AM - by panos.pag
9/9/2014 10:52:35 AM
390 Reputation 35 Total posts

Hello, I would like to ask if it is possible to add html code - part footer in the aspx, harcoded

e.g. <portal:PortalWebPartZoneTableless ID="colRight" runat="server" Width="100%" ChromeTemplateFile="Standard.htm" HeaderText="Col-rightZone">

Thanx!
Panos

1
9/9/2014 11:14:36 AM
2218 Reputation 300 Total posts

Hello,

If I understand your question correctly in PageFooter control you could add your custom HTML.

Regards

2
9/9/2014 11:30:33 AM
390 Reputation 35 Total posts

I meant, instead of placing it in the webpart, is there a way to "hardcode it to the webparts tag directly on the aspx page?

3
9/9/2014 11:47:20 AM
2218 Reputation 300 Total posts

Footer section in MonoX is located in PageFooter control which is referenced by MasterPages. If you'd like to put it in an aspx page then I'd recommend that you create a new master page which hides the PageFooter control then reference that master page in your aspx page and finally insert your custom footer html in that page. Alternatively, you could create a separate master page for specific set of pages you'd like to use this custom footer html in and then create a custom page footer control to replace the default one and finally reference in your aspx pages the new master page.

Regards,
Mario

4
This is a demo site for MonoX. Please visit Mono Software for more info.