iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
WebCallOut in html4 working properly, but in HTML5 I have problem with propertie width 100%
Code is very simply
<ISWebDesktop:WebCallOut ID="WebCallOut1" runat="server" CloseBehavior="Latency" DisplayCloseIcon="false" DisplayTitleIcon="False" DisplayTitleText="False" EnableTheming="false" Height="25px" Latency="10" LayoutMode="Simple" PreferredHorizontalPosition="Left" PreferredVerticalPosition="Top" Text="Proszę czekać" Width="100%" RenderingMode="HTML5" EnableViewState="False" >
<ContainerStyle BackColor="#FF9900" Font-Names="Verdana" Font-Size="10pt" ForeColor="White" HorizontalAlign="Center" Width="100%" > </ContainerStyle> </ISWebDesktop:WebCallOut>
When I show WebCallOut - control width depends on the length of the text.
Adam
WebDesktop.NET ver. 4.0.7200.7 date 2013-10-02
I have solution in JavaScript
var ssCallOut = ISGetObject("WebCallOut1");
ssCallOut.SetWidth(document.documentElement.scrollWidth);
ssCallOut.Show();
regards Adam
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname