﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebInput - How to change WebInput mask expression and format dynamicly on client side</title><link>http://www.intersoftsolutions.com/Community/WebInput/How-to-change-WebInput-mask-expression-and-format-dynamicly-on-client-side/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>How to change WebInput mask expression and format dynamicly on client side</title><link>http://www.intersoftsolutions.com/Community/WebInput/How-to-change-WebInput-mask-expression-and-format-dynamicly-on-client-side/</link><pubDate>Thu, 03 Dec 2009 03:04:45 GMT</pubDate><dc:creator>andi@intersoftpt.com</dc:creator><category>webinput mask expression format edit</category><description>&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Hi Mariusz,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry to tell you that EditFormat on WebInput only can be achieved from Server side or from the WebInput Designer.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 9pt"&gt;Thank you,&lt;br /&gt;Andi Santoso&lt;/span&gt;&lt;/p&gt;</description></item><item><title>How to change WebInput mask expression and format dynamicly on client side</title><link>http://www.intersoftsolutions.com/Community/WebInput/How-to-change-WebInput-mask-expression-and-format-dynamicly-on-client-side/</link><pubDate>Wed, 02 Dec 2009 11:14:44 GMT</pubDate><dc:creator>mariusz.kopera@gmail.com</dc:creator><category>webinput mask expression format edit</category><description>&lt;p&gt;I want to change mask and format edit on client side using javascript.&lt;/p&gt;
&lt;p&gt;Before action I have webinput. e.g.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="WebInput4" runat="server" Width="140px"&amp;gt;
	&amp;lt;EditFormat&amp;gt;						                            
		&amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
		&amp;lt;/ErrorWindowInfo&amp;gt;
	&amp;lt;/EditFormat&amp;gt;					                            
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;
&lt;p&gt; I am trying to obtain on client side somthing similar to:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;ISWebInput:WebInput ID="WebInput4" runat="server" Width="140px"&amp;gt;
	&amp;lt;EditFormat Format="00-000" IsEnabled="True" Type="Other"&amp;gt;
		&amp;lt;MaskInfo MaskExpression="00-000"&amp;gt;
		&amp;lt;/MaskInfo&amp;gt;
		&amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
		&amp;lt;/ErrorWindowInfo&amp;gt;
	&amp;lt;/EditFormat&amp;gt;
	&amp;lt;HighLight IsEnabled="True" /&amp;gt;
&amp;lt;/ISWebInput:WebInput&amp;gt;&lt;/pre&gt;
&lt;p&gt; I wrote some code in javascript to do this: &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;pre&gt;var oWebInput = ISGetObject('WebInput4');
oWebInput.EditFormat.Format = '00-000';
oWebInput.EditFormat.Enabled = true;
oWebInput.EditFormat.MaskType = 'Other';
oWebInput.EditFormat.MaskInfo.MaskExpression = '00-000';&lt;/pre&gt;
&lt;p&gt;Unfortunately  it does not work .New mask is not appear. &lt;/p&gt;
&lt;p&gt;Please.Could you suggest me some solution of my problem using javascript.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mariusz&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>