Ext JS 7.9 & Rapid Ext JS 1.1 are out now! Check what’s new Read More

blog image
HTML5

SenchaCon 2015 is Ready to Roll

SenchaCon 2015 is April 7-9 and will take place in the heart of Silicon Valley at the Santa Clara Convention Center. The theme of this year’s conference is Design Develop Deploy. We’ll have a day of bootcamps followed by 2…

blog image
Ext JS

Understanding Widgets in Ext JS 5

Ext JS 5 introduced support for components in grid cells using the new “widgetcolumn”. At the same time, Ext JS 5 introduced a new type of lightweight component called a “Widget”. There are several widgets included in Ext JS 5,…

blog image
Ext JS

Top Support Tips

ExtraParams in Ext JS 5 by Greg Barry Ext JS 4 allowed users to append extraParams directly to a connection like so: Ext.Ajax.extraParams = { foo: "bar" }; Due to changes in the Ext JS 5 data package, this is…

blog image
Sencha Touch

Integrating Corporate Bank Ecosystems on a Wide Range of Devices

Guest Blog Post Omniscient is a leading supplier of consulting services for Sencha Touch and Ext JS across Asia and the Americas. Our LIQUIDICE product is a Liquidity and Payments Management Application for corporate treasuries in large organizations, and we…

blog image
Ext JS

Use Of Plugins and Mixins in Sencha Apps

When extending the functionality of a js frameworks' class, the new functionality is usually written straight into the derived class. If you need the same functionality in several components, the most effective solution may be to specify it as a…

blog image
JavaScript

JavaScript in the Enterprise – Your Questions Answered

In last week’s webinar, Analyzing the ROI of JavaScript in Enterprise Software Development, we discussed the requirements for building enterprise applications and highlighted some of the challenges commonly faced by our own customers. We also examined how choosing a JavaScript…

blog image
Ext JS

Top Support Tips

Removing Grid Cell Focus by Greg Barry As of Ext JS 5.0.1, we’ve added some significant improvements regarding Accessibility and ARIA support. While we do encourage users to use these new additions, we understand that the default style may not…

blog image
Cmd

Using GapDebug to Test Hybrid Web Apps Built with Sencha Frameworks

Introduction Developers have been using PhoneGap (and subsequently Cordova) to deploy hybrid mobile applications since 2009, when it was first created. By allowing web applications to run on native devices, the HTML5 community fully embraced PhoneGap and thousands of apps…

blog image
Ext JS

4 Questions to Ask Before Choosing a JavaScript Framework

Over the last five years, there has been an explosion of innovation in both web and native technologies. With the rapid release of libraries, frameworks and tools, developers now have many options to create applications for this new world. But,…