﻿<?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 - webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</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>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Wed, 26 Aug 2009 04:30:17 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebInput</category><description>&lt;p&gt;everything works just not the webinput&lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Tue, 25 Aug 2009 21:59:15 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebInput</category><description>&lt;p&gt;It's quite odd that it does not work in your environment. In the sample I have also provided an ASP.NET textbox and HTML input text, does this control validation works? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Mon, 24 Aug 2009 10:56:50 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebInput</category><description>&lt;p&gt;doesnt work for me.&lt;/p&gt;
&lt;p&gt;i read that the next version of the fv will not use the cssclass .&lt;/p&gt;
&lt;p&gt;it will use  form based to call the valdation.&lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Mon, 24 Aug 2009 03:00:22 GMT</pubDate><dc:creator>james</dc:creator><category>WebInput</category><description>&lt;p&gt;Yaniv, it seems Glenn has successfully integrated jQuery to work with WebCombo and WebInput. Please see Glenn's post and attachment above.&lt;/p&gt;&lt;p&gt;It's interesting to see how Intersoft components worked alongside with popular open-source frameworks such as jQuery. Well done Glenn for providing a quick sample!&lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Sun, 23 Aug 2009 01:58:49 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebInput</category><description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;doesnt work. &lt;/p&gt;
&lt;p&gt;is anybody know a nice pop up validation that will work with them&lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Fri, 21 Aug 2009 06:49:29 GMT</pubDate><dc:creator>james</dc:creator><category>WebInput</category><description>&lt;p&gt;As an additional info, there's possibility that the CSS class can be assigned in WebCombo/WebInput through the CssClass property of the TextBoxStyle.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;For instance, combo.LayoutSettings.TextBoxStyle.Normal.CssClass = "validate[required]"&lt;/p&gt;
&lt;p&gt;Theoritically, the validation script should work properly once the input element of WebCombo/WebInput is assigned. However, since I don't test it directly, I'm unable to proof the result.&lt;/p&gt;
&lt;p&gt;Let me know if it works in your end.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Fri, 21 Aug 2009 06:20:03 GMT</pubDate><dc:creator>Glayaar</dc:creator><category>WebInput</category><description>&lt;p&gt;Unfortunately the script require a class to be assigned to the element you wish to validate, for example &lt;br /&gt;&lt;em&gt;class="validate[required,custom[onlyLetter],length[0,100]]"&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strike&gt;In Intersoft control the class could not be assigned by user because Intersoft has internal mechanism that will modify the control style based on state, such as active, over, normal. In order to modify the appearance of Intersoft control you will need to modify the appropriate style. &lt;/strike&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;As James suggested, there is a ways to assign class css attribute in Intersoft control. In WebCombo and WebInput case it could be done by assigning the property TextBoxStyle.Normal.CssClass  &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;With that new revelation, the validation script does work with IntersoftWebCombo and WebInput. &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Edit 8/24/09:&amp;nbsp;Please us the .zip attachment to download the sample&lt;/em&gt; &lt;/p&gt;</description></item><item><title>webinput and jquery inline validation</title><link>http://www.intersoftsolutions.com/Community/WebInput/webinput-and-jquery-inline-validation/</link><pubDate>Thu, 20 Aug 2009 03:29:43 GMT</pubDate><dc:creator>YANIV</dc:creator><category>WebInput</category><description>&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;is there a way that this script will work with webinput or webcombo :&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/"&gt;http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>