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
Hi,
i have WebCombo with Width set as percent. When i resize window (make smaller), then text in combo disappear (when resize back to original size or more text appear again). Doctype is HTML5 and it happend in IE 11, Chrome and Firefox. Easy sample -
<ISWebCombo:WebCombo RenderingMode="HTML5" Value="Test" ID="WebCombo1" Width="50%" runat="server" UseDefaultStyle="true"> <Columns> <ISWebCombo:WebComboColumn Name="Column0" /> </Columns> <Rows> <ISWebCombo:WebComboRow > <Cells> <ISWebCombo:WebComboCell Text="Test"></ISWebCombo:WebComboCell> </Cells> </ISWebCombo:WebComboRow> </Rows> </ISWebCombo:WebCombo>
Thanks
<body onresize="bodyResize()"> </body> function bodyResize() { var WebCombo1 = ISGetObject("WebCombo1"); WebCombo1.DoResize(); }
I attached the example sample as well.You could get the sample from this link: http://1drv.ms/1g1HsLiHope this helps.Regards,Hans K.
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