Hello,
is it somehow possible to hide or not show the help tooltip menu item in the Viewer menu of StiMvcMobileViewer? I like to hide that "Tell me more" menu item in the tooltip. Or can i hide the complete tooltip?
Thanks and regards
Thorsten Pontow
Is it possible to not show menu help in MobileViewer?
Is it possible to not show menu help in MobileViewer?
- Attachments
-
- German localization
- StimulsoftWebReportMenuTooltip.png (9.69 KiB) Viewed 1250 times
-
- TellMeMoreMenuItem.png (9.64 KiB) Viewed 1250 times
Thorsten Pontow
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Re: Is it possible to not show menu help in MobileViewer?
Ok, i found how to hide every tooltip.
But maybe there's a chance to hide only "Tell me more"?
Thanks
Thorsten
Code: Select all
<div class="report">
@Html.Stimulsoft().StiMvcMobileViewer(new StiMvcMobileViewerOptions
{
ShowTooltips = false
})
</div>
Thanks
Thorsten
Last edited by tpontow on Thu Nov 14, 2013 12:09 pm, edited 1 time in total.
Thorsten Pontow
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Re: Is it possible to not show menu help in MobileViewer?
Hello,
Unfortunately currently there is no such possibility. We will add a new ShowTooltipsHelp option, update will be available in the next prerelease build.
Thank you.
Unfortunately currently there is no such possibility. We will add a new ShowTooltipsHelp option, update will be available in the next prerelease build.
Thank you.