Is it possible to not show menu help in MobileViewer?

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

Is it possible to not show menu help in MobileViewer?

Post by tpontow »

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
Attachments
German localization
German localization
StimulsoftWebReportMenuTooltip.png (9.69 KiB) Viewed 1248 times
TellMeMoreMenuItem.png
TellMeMoreMenuItem.png (9.64 KiB) Viewed 1248 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)
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

Re: Is it possible to not show menu help in MobileViewer?

Post by tpontow »

Ok, i found how to hide every tooltip.

Code: Select all

 <div class="report">
                @Html.Stimulsoft().StiMvcMobileViewer(new StiMvcMobileViewerOptions
                    {                       
                        ShowTooltips = false
                    })
            </div>    
But maybe there's a chance to hide only "Tell me more"?

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)
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Is it possible to not show menu help in MobileViewer?

Post by Vladimir »

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.
Post Reply