by Rahul Singla | Feb 2, 2010 | Blog, ExtJs, Javascript
I blogged about this topic earlier also here. That blog post presents an approach to create enums (enumerations) in javascript, exactly like those available in .NET or Java.The later portion of that blog post mentions that the approach presented is extensible, and we...
by Rahul Singla | Jan 20, 2010 | .NET 2.0+, Blog, C#, Coolite, ExtJs, Javascript
UPDATE: An updated and enhanced version of this technique is available here:Enums in Javascript – Part 2 Basically, the title says it all. So, without wasting any time, let’s see an example of an enum in Javascript.{syntaxhighlighter brush:...
by Rahul Singla | Dec 22, 2009 | ASP.NET, Blog, Coolite, ExtJs
Checkout this link in the Coolite examples explorer. It demonstrates validating controls that are inside a FormPanel. I was working on a similar control hierarchy, but the isValid() method on FormPanel’s form was always returning true, even when the form was...
by Rahul Singla | Dec 17, 2009 | ASP.NET, Blog, Coolite, ExtJs
If you are trying to figure out why Coolite/ExtJs is giving an error while loading DateTime you serialized to Json manually (including serialization to json of records which contain Datetime fields), here is the answer.Well, as far as I have seen, Coolite/ExtJs...
by Rahul Singla | Nov 10, 2009 | .NET 2.0+, ASP.NET, Blog, C#, Coolite, Custom Controls, Ext.Net, ExtJs, VB.NET
I have been a big fan of Coolite/ExtJs frameworks. ExtJs provides the client-side framework for Web 2.0 applications that I did not believe was possible, until I actually saw & used the ExtJs library. Simultaneously, the Coolite team has done an excellent task of...
Recent Comments