Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
XWE_InputMask_
posted

Where are the input masks used by the XamEditor samples defined?

I'm talking about the ones prefixed by:

XWE_InputMask_

Thanks

ET

 

Parents
  • 5124
    posted

    ET,

    If you download the local samples which are available with our Silverlight LOB / WebClient product, you will find these masks defined in the "EditorStrings.resx" file, which is found in the Resources folder of the SamplesBrowser.Samples.LOB project.

     For example:
    <data name="XWE_InputMask_PhoneNumberWithExtMask" xml:space="preserve" >
    <
    value>(###) ###-#### Ext\. 99999</value>
    </data>

     

    I hope this helps.
    Francis

    PS - I found this thread while researching your questions opened through private support cases, and I will soon be answering you in those cases as well.

Reply Children