You can try to generate and run testing build of your application. If there are some errors in production build, you should see them also in testing build, but with more detailed descriptions.
Type: Posts; User: m.dostal
You can try to generate and run testing build of your application. If there are some errors in production build, you should see them also in testing build, but with more detailed descriptions.
Hi,
make a formula in the viewmodel and then bind to it in component:
viewModel: {
data: {
user: {
name: 'tsotne',
permissions: ['first', 'second']
...
Hi,
thanks for the tutorial. I have one more question: How do you remove current "font-awesome" package from project. I can see that "font-awesome" package is a dependency for "neptune" theme (in...
Hi,
thanks, yes, I'm very interested about your tutorial. I would be greatful if you can share it. Thanks.
Hi,
does anybody know how can I disable/remove font-awesome package from my modern toolkit application? I'm using material theme. Just removing or commenting out the line in app.json "requires"...
Hi,
since framework version 6.5.0 there is already combobox (Ext.field.ComboBox) component in modern toolkit. You don't need to use the code above.
Hi,
thanks for the response. I don't think it's a bug. But how is it possible that e.g. datepicker does not close/collapse when clicking on it?
Hi,
I'm trying to make custom pickerfield in modern toolkit: https://fiddle.sencha.com/#view/editor&fiddle/2bcl
When I click on field it displays a picker (just empty panel for now). However,...
Well, I didn't know about Ext.form.Panel.jsonSubmit config from classic toolkit, thanks for the tip. So the question now is: is there some alternative to this config in modern toolkit (6.5.2)?
Thanks for the answer, but that's not the problem. What I need is to configure/overwrite my extjs modern application to send all my data to the server in JSON format. Actually, the only problem for...
Hi,
are there in the modern toolkit some configs that will force all my ajax requests (store.load(), form.submit(), ajax.request() ...) to send with all parameters encoded as one json object (http...
Thanks, it works.
Hi, how is it possible to disable loadmask on grid in modern toolkit? Setting masked config to false doesn't work. Thanks.
Hi, I like this new feature from the recent release, it saves a lot of coding. However, is there some way to disable showing overflow tip on grid cells that have more text than fits? Thanks.
Hi,
I'm missing state manager/provider classes for modern toolkit components. Is there some other way how to handle saving/loading of state of components in modern toolkit?
Thanks.
Same problem...
Yes, it's working. Thanks for the fix.
Same problem. I am observing this bug for several weeks already. The live examples in documentation are unusable. Please fix it, thanks.
Thanks, yes I am aware of this support for building "responsive" web applications within ExtJS, but I am more interested about the possibility to dynamically (on runtime) change font size (and also...
+1
Hello,
is there a way to use my own custom template (.tpl) files when generating code with Sencha Cmd?
For example, when I call 'sencha generate view ...' I would like to use my own templates...
http://examples.sencha.com/extjs/6.5.0/examples/kitchensink/?modern#basic-dialog
Hello,
is it possible to use Sencha CMD to generate new app without copying framework (ext) into the new app folder? Thanks.
Same problem for me. When loading the list of products, server is returning this error:
Error: ER_BAD_FIELD_ERROR: Unknown column 'product.name' in 'field list'
Hi, thanks for the response. I've already created ticket in support portal. It is registered as #30952 Problem with dissapearing font-icons in IE8. The problem occurs only in IE8 browser, not IE8...