type Query { getUsers( limit: Int offset: Int orderBy: String filter: String ): Users user(id: Int!): User } type Mutation { createUser(createUserInput: CreateUserInput!): Int updateUser( id: Int! updateUserInput: UpdateUserInput! ): Int deleteUser(id: Int!): Int } type User { id: Int! username: String! firstName: String lastName: String role: String! email: String! areas: [Area!] } type […]
No Comments Read moreSencha 2020/2021 Roadmap Update
3 Interesting JavaScript Talks at DevWeek Austin
DeveloperWeek Conferences are known to bring forward the best talks, workshops and a wealth of knowledge about the hottest technology trends. DevWeek Austin held during the first week of Nov’19 was no exception—a great event with plenty of visionary talks, workshops, and an opportunity to mingle and exchange new ideas with devs and enterprise customers. […]
3 Comments Read moreHow to Quickly Customize Ext JS Data Grid (Part 3/6) – Row Editing Methods
In this third article of the 6-part “Ext JS Grid Customization” blog series we focus on using row editing methods to customize a data grid. If you missed reading Part 1 and 2 of the series, take a quick read here: Customize using built-in grid and column properties Customize using grouping methods The grid example […]
No Comments Read moreWebinar Q&A: Sencha Architect – The Ultimate Visual App Builder
Last week, we conducted an in-depth demonstration on Sencha Architect, a visual app builder for Ext JS applications. The webinar was very well attended and we received many interesting questions during the course. This post provides answers to those questions. If you missed the webinar, you can listen to the recording here. How could I […]
No Comments Read moreHow to Quickly Customize Ext JS Data Grid (Part 2/6)
In the first blog of this 6-part “Ext JS Grid Customization” blog series, we saw a few different ways to use built-in grid and column properties to customize a data grid. This blog demonstrates the use of built-in data display methods to quickly customize your data grid. The example grid used here displays NBA 2020 […]
1 Comment Read moreHow to Quickly Customize Ext JS Data Grid (Part 1/6)
The Ext JS Data Grid is fast, powerful and flexible. With Ext JS, users can quickly customize the look and feel of the grid to suit their application. In a 6-part blog series, I will cover different ways to quickly customize an Ext JS Data Grid. We will be setting up a simple grid that […]
1 Comment Read moreQuick Survey: Help us Improve Ext JS Onboarding Capabilities
We often hear that a key challenge in the Ext JS ecosystem is finding new developers. When organizations look to staff open roles or new projects, it is logical to request experienced developers. The same is true for Ext JS devs. Expert Ext JS developers aren’t available in abundance (unlike React or Angular resources)—making staffing […]
No Comments Read moreBuilding Universal Applications with Ext JS
Many customers using Ext JS to build data-centric, desktop-based applications would also like to be able to complement them with a mobile or tablet app. Traditionally, creating a mobile app meant switching to a totally new development environment (like Swift or Objective-C for iPhone, and Java or Kotlin for Android). One of the coolest features […]
3 Comments Read moreExt JS for the Community
It’s been over a year since we announced the Sencha Ext JS Community Edition—a free, limited commercial use license, with a robust Ext JS framework, hundreds of modern components, material theme and more to develop stunning looking apps. Since the launch, we’ve been excited to see the growing interest. Haven’t heard of the Ext JS […]
8 Comments Read moreUsing Material Icons with Ext JS
Typography connotes emotion and it’s as important as the visual elements in your application. There may be times you want to enhance your app with other font libraries. Here’s a quick and simple way to add a Material Font Icon from the Google fonts library. Not only can you do that, but it’s easy to […]
No Comments Read more- 1
- 2
- 3
- …
- 65
- Next Page »