JS Days 2025 is now live – Join 5,000+ devs for the premier virtual JavaScript event. Register Now

Sencha Blog

blog image
Ext JS

New Release: Ext JS 7.3 GA Release is here!

The Sencha team is pleased to announce the availability of Ext JS version 7.3! Despite the fact that the pandemic has disrupted the entire world's 'normal' workflow, the Sencha team has remained steadfast and has been working tirelessly to get…

blog image
Ext JS

Building a Fully Functional and Interactive Menu with Ext JS – Webinar Q&A Recap

I wanted to thank everyone that attended the recent webinar that I presented - Building a Fully Functional and Interactive Menu with Ext JS.   There were a good set of questions from the webinar, and I want to answer those…

blog image
Uncategorized

Sencha News: August Edition

The latest tips on using your favorite JavaScript framework and UI components to give your users stellar digital experiences.   [Virtual Event] Welcome to JavaScript Days We’re proud to announce that we’ve teamed up with the minds behind Froala &…

blog image
ExtWebComponents

Updated Sencha Resource Center

Over the past several weeks we’ve been working hard toward a complete overhaul of the Sencha resources center and we are excited to roll out the fresh new look! Our goal has been to provide one easy interface so our…

blog image
Uncategorized

Mission: Open Architect—And the Winner Is…

Mission: Open Architect has come to a close!  In case you missed it, our amazing community of global developers have been competing in Mission: Open Architect, a hackathon dedicated toward the release of an Open Source version of Sencha Architect. …

blog image
Ext JS

Enhanced Trial Experience—Sencha Packages Now Available on Public NPM!

Sencha is in an extremely exciting period as we strive to make massive improvements to our products in order to better serve the needs of our community. Among several ongoing product initiatives and enhancements, improving the product trial experience and…

blog image
Uncategorized

Sencha News: July Edition

Listed below are our latest tips on using your favorite JavaScript framework and UI components to give your users stellar digital experiences—check them out!   [Blog] Exterminating Bugs in Your Ext JS App Last month, we held a webinar that…

blog image
日本語

Ext JS Data Gridをすばやくカスタマイズする方法 (Part 6/6) – Grid表示にカスタマイズしたCSSを適用する

Grid表示にカスタマイズしたCSSを適用する「Ext JSグリッドのカスタマイズ」に関する全6回構成のブログシリーズの最後の記事では、カスタムCSSクラスをグリッドで利用する方法を説明します。カスタムCSSクラスを追加する方法はいろいろありますが、この記事で紹介するのはその一例です。 なお、第1回〜第5回の記事をまだ読んでいない場合は下記のリンクより記事をお読みいただけます。 第1回:GridとColumnのプロパティをカスタマイズする 第2回:グループ化されたグリッド 第3回:編集機能の追加や行の折りたたみ表示 第4回:データ表示形式を柔軟にカスタマイズする 第5回:ウィジェットカラムでグリッドをカスタマイズする 組み込みプロパティを使用する グリッドとカラムは次の組み込みプロパティを備えており、スタイルのカスタマイズに利用できます。 グリッドのコンフィグ baseCls cls componentCls bodyStyle style ui カラムのコンフィグ tdCls それでは、一連のブログシリーズと同様にNBA2020プレイヤーのレーティング情報を使用し、選手名、レーティング、チーム名を表示するGridを作成します。まず、選手名を表示する列にCSSを適用して文字を bold に設定してみます。 1. ‘player’ のデータを表示するカラムのコンフィグに tdCls を設定します。 { dataIndex: 'player', flex: 1, text: 'Name', //CSS class to add tdCls: 'player'…

blog image
Ext JS

Customer Success Story: Kaseware & Ext JS — Designing Investigative Solutions to Combat Security Threats

Efficiently managing real-time threats has been a concern for researchers for decades. The threats to humans life expands across the entire gamut from cyber-security, piracy, retail fraud, luring hackers, threats on the streets, school violence, narcotics and everything in between…