by Rahul Singla | Mar 20, 2010 | AS 3, Blog, ExtJs, Flash, Javascript
Continuing on my previous two blog posts regarding copying content to clipboard in javascript, and embedding a Flash movie in ExtJs toolbar, I present here an approach to copy content in an ExtJs GridPanel to system clipboard in various formats. The attached code...
by Rahul Singla | Mar 20, 2010 | Blog, ExtJs, Flash, Javascript
I recently had a situation, where I needed to embed a Flash movie inside the bottom toolbar of an ExtJs GridPanel.Initially I added a Panel inside the items of the toolbar, which did not work. Then, I used a regular label, whose html was set to the <object> tag...
by Rahul Singla | Mar 20, 2010 | Blog, ExtJs, ExtJs 3.x, ExtJs 4.x
Before anything else, here is a sample demonstration of what I am discussing in this blog post. Enter some text in the textbox, and click the Flash’s Copy icon below. You should have the text on your system clipboard. The .swf file for the same is attached with...
by Rahul Singla | Mar 14, 2010 | Blog, Drupal, Drupal 6.x, PHP 5.x
While working on the next release of my open-source Drupal module Reference Links, I needed to delete all votes for links attached to a node when the node itself was being deleted. Here, remember the votes were stored for the links attached to the nodes (and not the...
by Rahul Singla | Mar 8, 2010 | .NET 2.0+, ASP.NET, Blog, C#, Crystal Reports, VB.NET, Visual Studio
I was having considerable problem figuring out a way to specify the connection parameters for my Crystal Reports at runtime that used the Pull model for stuffing data. The problem was that I needed to use a different runtime connection than what was configured for the...
Recent Comments