by Rahul Singla | Feb 5, 2010 | Blog, Coolite, Ext.Net, ExtJs, Javascript
I use ExtJs GridPanel extensively both for displaying tabular information as well as for data entry. Data entry with GridPanel is mostly a pain in the neck due to navigation issues between cells.You can use Tab/Shift+Tab for moving between adjacent cells. This works...
by Rahul Singla | Feb 4, 2010 | Blog, Drupal, Drupal 6.x
After some frantic hair-pulling, I finally got this to work in Drupal 6.x. Here I am presenting 2 ways to add images/Html to Drupal node titles (both based on template.php), and you can choose any of them as per your needs. There are pretty other options (including...
by Rahul Singla | Feb 3, 2010 | Blog, Coolite, Javascript
I thought this should be pretty easy to accomplish, with the extensive feature set that ExtJs provides. What I basically wanted to control was how the objects of my class are serialized by the Ext.util.JSON.encode (Ext.encode) method (I needed this for serialization...
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 | Feb 2, 2010 | Blog, Drupal
I am not presenting the actual approach here. I created this blog entry just to point to this wonderful tutorial in Drupal’s official theming guide for this purpose, which describes all the steps in a clear and concise way.I came across it while creating a...
Recent Comments