Questions tagged [extjs6-modern]

The modern toolkit provides universal HTML5 application support for all modern browsers (IE10+) from desktop to phone. The modern toolkit is ideal for developers seeking a cross-browser, cross-device experience for their users.

150 questions
1
vote
1 answer

unable to create view from Ext.create({xtype:'app-main'}) in modern toolkit

I am using sencha cmd 6.2 for creating mobile friendly app, when i load login form and click submit it doesnot create view. here is my code for login controller onLoginClick: function (button, event, options) { var x =…
Bibek Shakya
  • 1,233
  • 2
  • 23
  • 45
1
vote
0 answers

ExtJS 6 microloader/boostrap.js root path

In my java web application sources generated by Sencha CMD are located in resources folder. I am trying to run application in dev mode (without build) using boostrap.js, so I declared Ext.Manifest and included below in jsp file:
patryks
  • 650
  • 2
  • 15
  • 32
1
vote
1 answer

How to get store value from Sencha extjs

I want to retrieve all datas from store for doing some validations in sencha extjs6. I have a model, a store, and one json file. But I don't know how to get the store value from json. For example, store the value from store to an variable or array…
Phon Soyang
  • 1,303
  • 2
  • 9
  • 17
1
vote
1 answer

How to give config property to a view Item in Extjs 6?

In Extjs 6 how to assign a config property directly to a view either through binding or direct assignment? Ext.define('App.view.main.Main', { extend: 'Ext.Container', config: { btnLabel: 'MyButton' }, someOtherProperty:'xyz', items: [{ …
Gowtham S
  • 923
  • 14
  • 39
1
vote
3 answers

Store Not binding data to View in Extjs 6 modern

I am just creating a simple list example in modern area of the extjs 6.0.2 app, i crated the model, store and the view. After assigning the store to the list component it shows nothing to me in the view however i followed the instructions of Sencha…
Mohamed A. Shebl
  • 384
  • 3
  • 5
  • 16
1
vote
0 answers

sencha ext js 6 modern joincolumn sort property change

I want to find method named by getSortParam which is used by classic version. It is hard to find modern version, so I couldn't solve the problem. Could you give me other advice? class version : bind: '{Return}', columns: [ {…
Youjin Jun
  • 31
  • 1
1
vote
2 answers

Sencha app doesn't start in Windows app package

We have a cross platform application based on Cordova (version 6.1.1) and Sencha ExtJS (cmd version 6.1.2 ext version 6.0.2). The application also uses the jQuery (version 2.1.4). Now we found a very frustrating problem on the Windows platform. We…
1
vote
3 answers

EXTJS 6 Modern: buffered store + grid: Uncaught TypeError: Cannot read property 'length' of undefined

Here is the fiddle https://fiddle.sencha.com/?fiddle=1ahm#fiddle/1ahm Classic theme with nearly the same code works fine.
freento
  • 2,939
  • 4
  • 29
  • 53
1
vote
1 answer

How disable `Modern` Section in Extjs-6

I'm developing a client side application using Extjs-6. I want to develop Classic section then Modern section. When I build application, Sencha Cmd build both, Despite I Only change Classic View. Is it possible when I develop Classic, disable…
Morteza Malvandi
  • 1,656
  • 7
  • 30
  • 73
1
vote
2 answers

What are the required folders to start using Ext JS 6?

Ext JS 6 contains 37,903 items that total 504 MB. Here is the content of the package: I need to learn which files (white entries) & folders (blue entries) are required in order to use Ext JS 6 without using Sencha Cmd. p.s. I am not using dynamic…
talha06
  • 6,206
  • 21
  • 92
  • 147
1
vote
1 answer

Extjs6 Filefield inside fieldset working fine with Chrome and not working in FF

(sencha fiddle for filefield inside fieldset) I have a filefield inside a fieldset in extjs6. Fieldset is collapsed initially and I made filefield as button only. If I open the fieldset in chrome button shown and I don't see the button in firefox.…
MohanSee
  • 83
  • 1
  • 10
1
vote
0 answers

EXTJS Ajax Request without response

I´m trying to do a Ajax Request to a Server from my mobile App. When testing on my Pc with localhost I´m able to connect and get the data. But when testing this from my mobile phone I cant even get a connection. I could swear it worked some builds…
Offset
  • 609
  • 1
  • 5
  • 22
1
vote
1 answer

EXTJS Dataview selection wont display

I'm trying to build a dataview to display some pictures. These pictures I want to select (should be highlighted) and then interact with them (delete e.g.) xtype: 'dataview', id:'fotodataview', scrollable: true, inline: true, …
Offset
  • 609
  • 1
  • 5
  • 22
1
vote
0 answers

Accessing native resources of device using ExtJS 6 Modern Toolkit

I have created Native mobile App by following - http://docs.sencha.com/cmd/6.x/cordova_phonegap.html I want to access resources of device like camera, GPS etc. in my application. In Sencha Touch, there is package Ext.device.* for such activities. So…
Avinash T.
  • 2,280
  • 2
  • 16
  • 23
0
votes
1 answer

Ext.Widget "ui" config option valid values, modern toolkit

is there any list of the valid values for the Ext.Widget "ui" config option available? https://docs.sencha.com/extjs/7.4.0/modern/Ext.Widget.html#cfg-ui I know, some of them are 'alt', 'raised', 'solo', but the documentation does not provide any of…
CSM MX
  • 11
  • 2