i have wikipage defined in site pages. And when i click Edit Page -> Title Bar Properties nothing happens. I try this two things:
In my sitepage there is this:
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
<SharePoint:EncodedLiteral runat="server" text="my title" EncodeMethod="HtmlEncode"/> -
<SharePoint:ProjectProperty Property="Title" runat="server"/>
</asp:Content>
My title is now "my title". But i want to allow edit this title to admins of web through Title Bar Properties button and not through the sharepoint designer. Any ideas how to do this? Thank you.