Ext Js and Adobe Air

Can anyone recommend some good tutorials for ext js and adobe air? The ones I saw seem to start with the fact that you know a lot or already have a lot of code.

What I'm looking for is a simple step-by-step guide in which you will learn the basics of Ext Js used in adobe air, in fact I believe that just a good Ext Js tutorial for beginners would be convenient, I just could not find anything .

I need to create a desktop application and you need to quickly master it, but Js is my weakness, and the application has some complexity (not always!).

So the question is: what are the best Ext Js tutorials for beginners (preferably if some hellish air is abandoned, but not necessarily one step at a time;))

+3
source share
2 answers

I found that the best tutorials are on the Ext JS site itself.

Ext JS Intro Tutorial

Ext JS is a large JS library that includes many features from standard DOM manipulation through one of the most comprehensive sets of JavaScript interface components. Since this is such a great API to learn, I found that looking at the samples and their associated source code is the best way to find out.

Ext JS Samples

This is convenient if the external JS API documents are easily accessible, and the Jack Slocum Ext JS Docs AIR application is nice.

Ext JS API Docs AIR App

JS , / JavaScript. Ext JS , , JS-/, , , , . , , , , .

+2

, : www.adobeairtutorials.com

+2

Source: https://habr.com/ru/post/1698427/


All Articles