MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 27057 time(s), 4 post(s) 9/9/2014 10:52:32 AMby panos.pag

Related topics

panos-pag

panos.pag

9/9/2014 10:52:35 AM
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
This content has not been rated yet. 
390 Reputation 35 Total posts
mzilic

mzilic

9/9/2014 11:14:36 AM
Hello,

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

Regards
This content has not been rated yet. 
2218 Reputation 300 Total posts
panos-pag

panos.pag

9/9/2014 11:30:33 AM
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?
This content has not been rated yet. 
390 Reputation 35 Total posts
mzilic

mzilic

9/9/2014 11:47:20 AM
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
Rated 5.00, 1 vote(s). 
2218 Reputation 300 Total posts