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 )

29724 put(a) pogledan, 4 odgovor(a) 9.9.2014. 10:52:32Kreirao(la) panos.pag
panos-pag

panos.pag

9.9.2014. 10:52:35
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
Ovaj sadržaj još nije ocijenjen. 
390 Reputacija 35 Ukupno objava
mzilic

mzilic

9.9.2014. 11:14:36
Hello,

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

Regards
Ovaj sadržaj još nije ocijenjen. 
2218 Reputacija 300 Ukupno objava
panos-pag

panos.pag

9.9.2014. 11:30:33
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?
Ovaj sadržaj još nije ocijenjen. 
390 Reputacija 35 Ukupno objava
mzilic

mzilic

9.9.2014. 11:47:20
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
Ocjena 5,00, 1 glas(ova). 
2218 Reputacija 300 Ukupno objava