Transcript
Page 1: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

Mats Bryntse, CEO @ Bryntum

Creating Reusable UI Components with Ext JS

@Bryntum

Page 2: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

Intro | Content

Ext JS basics Class choices Error monitoring

• Ext JS class system • Extending a class • Component model • Life cycle, constructor,

destructor

• Choose base class • Architecture • Mixins, plugins • Writing testable code

• How to detect bugs in production

• Recording session video • RootCause

Page 3: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

Basics | Background

One of the great strengths of Ext JS: Mature reusable UI components.

Page 4: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

Basics | Background

Page 5: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

Basics | Background

Page 6: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

Basics | Background

Page 7: 「Creating Reusable UI Components with Ext JS (Ext JSでの再利用可能なUIコンポーネントの作成)」

本文書の一部または全部の転載を禁止します。本文書の著作権は、著作者に帰属します。

Sencha RAD Mix Tokyo


Top Related