Introducing React ReExt – Sencha Ext JS Components in React! LEARN MORE

blog image
Events

Sencha Roadshow 2016: Europe Roundup – Join Us in Milan & Stockholm

Last week we held the first part of Sencha Roadshow 2016 in Europe. We visited London, Paris, and Munich in 3 days. These were really great shows, and it was a lot of fun seeing familiar faces back again. You…

blog image
GXT

Customizing GXT Grid for Data Centric Applications

The GXT Grid is one of the most popular components for enterprise applications. It offers powerful built-in features including: local or remote filtering local or remote sorting column grouping a tree view (TreeGrid) paging and “infinite” scrolling editable cells extensible…

blog image
Events

Sencha Roadshow 2016: APAC Roundup with Sneak Peak at Ext JS Roadmap

We were on the road again last week to show off Sencha Test, Architect 3.5, theming, and share a sneak peek at our Ext JS Roadmap during Roadshow 2016. We made stops in Melbourne, Seoul, and Tokyo. Jeff Pope, Vice…

blog image
Ext JS

Asynchronous JavaScript: Promises

JavaScript is single threaded, causing code to execute from top to bottom, so two bits of code cannot run at the same time. For example, you might download a JSON file from an (external) server and you’d have to wait…

blog image
Architect

Architect 3.5 is Generally Available

Today, we’re pleased to announce that Sencha Architect 3.5 is now generally available as part of Ext JS Pro and Premium. Architect 3.5 empowers your team to build HTML5 applications with the Ext JS 6 Classic toolkit. You can use…

blog image
Events

Announcing SenchaCon 2016

We’re very excited to announce that registration for SenchaCon 2016 is now open. SenchaCon 2016 is taking place November 7-9th in Las Vegas at the Aria Resort & Casino. It’s the largest universal application event in the world where developers,…

blog image
Ext JS

Inside the Sencha Test Futures API

One of the biggest challenges of writing interactive tests is dealing with their asynchronous nature. Sencha Test offers a powerful new API designed to make these asynchronous tests almost as simple as their synchronous counterparts. Asynchronous Testing in Jasmine Testing…

blog image
Cmd

Top Support Tips

Grid Watermarking by Kevin Cassidy The Ext JS grid is a great tool for presenting information in a handy layout. Some users may want to print this information for use in meetings or promotional materials. However, you may find yourself…

blog image
Ext JS

Complete All The Things! A Guide to Code Completion in Sencha IDE Plugins

[caption id="attachment_13084" align="alignright" width="300"] via Imgflip GIF Generator[/caption] In 2015, my team developed plugins for three of the most popular IDEs: Eclipse, Visual Studio, and the JetBrains product line (IntelliJ, WebStorm, RubyMine, PhpStorm, and PyCharm). Ext JS is a vast,…