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

blog image
Cmd

Announcing Ext JS 5.1 Beta

Introduction We’re excited to announce the availability of Ext JS 5.1 Beta. Since Ext JS 5.0.1, we’ve been hard at work adding exciting new features and responding to all the great feedback from you, the Sencha Community. Ext JS 5.1…

blog image
Ext JS

How to Create Google Chrome Apps and Extensions from your Ext JS App

Introduction Google Chrome is an important delivery mechanism for web content. As of September 2014, Chrome had a 59.6% browser market share. It’s not just the browser; it’s also Chrome OS, the operating system that runs on Chromebooks. According to…

blog image
Ext JS

Ext JS and Sencha Touch Customer Spotlight – pixx.io

pixx.io is a modern and easy-to-use media management application targeting the needs of semi-professional and professional photographers, creative agencies, startups and SMEs. The software is built with Ext JS 5 and Sencha Touch 2.4. In addition, we used PHP and…

blog image
HTML5

Android 5.0 Lollipop: As Sweet as Promised

Android 5.0 ‘Lollipop’ has certainly positioned itself to be one of the more significant updates Google has released, so far, to its mobile platform. With a brand new look via Google’s Material Design and over 5000 new APIs, it’s sure…

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…