Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks @SanfordWhiteman for your support.Let me try it. 😁
Well, that means I didn't understood your code correctly then. 😉Actually, I tried to understand how to accesss to maskPattern via JS.Something like: field = form.getFormElem().find("[name='MobilePhone']") ; field.maskPattern("new mask value") ; But I missed how to access (which object/method...
Hello @SanfordWhiteman Your script is very impressive. However, in my case, I can use as such because logic and case is completly different. So I tried to create things on my own by understanding what you did.I succeed to do most of it (by having conditional placeholder based on condition raised by...