SharePoint 2010 List Application Page Ribbon -
how add default ribbon custom application page list.
you need set master page application page. msdn says -
by default, application page item references master page of site using debug project. page named v4.master , can find listed in master page gallery of sharepoint site. can explicitly change master page used application page setting masterpagefile attribute of application page element. (for example: masterpagefile="~/_layouts/applicationv4.master"). in fact, must set attribute if dynamic master pages not enabled on sharepoint server.
Comments
Post a Comment