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
Hello,You can use only Integer by using NumericInput properties. Currently, we don't have maximum or minimum for the number. You can only set EditMask for total digit. However, you can validate the number max or min with below code. function WebInput1_OnDirty(controlId, dirtySourceType) { var WebInput1 = ISGetObject(controlId); if (WebInput1.GetValueData(true) > 1000) { WebInput1.SetValueData("1000", true); } return true; }Regards,Handy
Hello,
You can use only Integer by using NumericInput properties. Currently, we don't have maximum or minimum for the number. You can only set EditMask for total digit. However, you can validate the number max or min with below code.
function WebInput1_OnDirty(controlId, dirtySourceType) { var WebInput1 = ISGetObject(controlId); if (WebInput1.GetValueData(true) > 1000) { WebInput1.SetValueData("1000", true); } return true; }
Regards,Handy
Can you give me a example or some codes?
Thanks!
Thanks.
I removed this function ,it works.
Maybe Intersoft has the same name function?
Hi all.
Sorry, My English is poor.
Does the latest version include this feature?
If not,when available?
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