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

8 Go-To Resources About UI Components
February 10, 2022 121 Views
blog image

A well-designed user interface is essential for any software from mobile to desktop and web application. The user interface provides the gateway for end-users to interact with software. It's impossible to provide a great user experience without a good user…

blog image
Support Tips

Announcing Sencha Tooling 7.4 Early Access

We’re pleased to announce that Sencha Tooling 7.4 EA is now available to all Ext JS Pro and Premium customers. In this pack, we have new updates and improvements for Sencha Architect, Sencha Themer, Upgrade Adviser, Sencha Test, and Sencha…

blog image
Support Tips

How To Call Google API Detect Label With Ext JS And Sencha Architect

Detect Labels is one of the most awesome Google APIs out there, no matter how you look at it. It is the entry point to a vast array of data that can be added to any image. It can read…

blog image
Support Tips

Top Support Tips

How to Create Different Builds and Switch Between Them in Your Ext JS Apps by Alex Volfson One reason you might want to have multiple builds is to create one app with different purposes. For instance, one of the simplest…

blog image
Support Tips

Top Support Tips

How to Copy and Paste Data from Your Components by Alex Volfson Users ask me how to copy and paste data from their components. Many components have a complex interaction model, so the default system copy is not always going…

blog image
Support Tips

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
Support Tips

Top Support Tips

Full-Width Field Error Messages by Kevin Cassidy Have you ever wanted your validation messages to appear under your form field (msgTarget: ‘under’), but found that the validation message was squashed because of the way the message only appears under the…

blog image
Support Tips

Top Support Tips

Using Awesome Font Awesome by Seth Lemmons Ext JS 6 ships with the new Triton theme that uses font icons from Font Awesome for background images. But, did you know you could use those same icons (and many more from…

blog image
Support Tips

Top Support Tips

Top Support Tips Everlasting Scrollbars by Kevin Cassidy Have you ever wished you could always display your Touch container's scrollbars instead of them automatically appearing and disappearing? Now you can. With this simple override, you can make use of Ext.scroll.View's private indicatorsHidingDelay property. This…

blog image
Support Tips

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…