Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I created custom section which alias is called mySampleSection, in dashboard.config looks like:
mySampleSection
<section alias="MySampleSection"> <areas> <area>mySampleSection</area> </areas> <tab caption="My editor"> <control> /App_Plugins/mySampleSection/backoffice/html/view.html </control> </tab> </section>
When I access that section, in browser's title show like: mySampleSection - localhost
mySampleSection - localhost
I want to put custom title there, instead of alias name I want to put custom text ... like My private section - localhost
My private section - localhost
How to do that ?
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Set browser's title when use custom section
Hi,
I created custom section which alias is called
mySampleSection
, in dashboard.config looks like:When I access that section, in browser's title show like:
mySampleSection - localhost
I want to put custom title there, instead of alias name I want to put custom text ... like
My private section - localhost
How to do that ?
Thanks
is working on a reply...