ExtJS 7 modern,
Why RagioGroup is not two way bindable?
When I configure bind property - it only update radiogroup value from model, but not update model, when i click on radio button inside...
Type: Posts; User: zdm
ExtJS 7 modern,
Why RagioGroup is not two way bindable?
When I configure bind property - it only update radiogroup value from model, but not update model, when i click on radio button inside...
Did you solved this?
I want to extend Ext.form.TextArea, want to add custom property.
How I can do this, is it possible to create some kind of override, like in ExtJS?
By default text in textarea field is wrapped.
I heed to make it unwrapped and show horizontal scrollbar.
How i can do this?
Hi.
Why you are still include outdated versions of FontAwesome and Material in extjs?
This is absolutely useless overhead.
Any developer can easily add latest versions to the project using npm.
Does anybody home?
I found, that npm registry contains two packages:
@sencha/ext-web-components
@sencha/ext-web-components-modern
What is the difference and whick I should use?
I started from here:
https://docs.sencha.com/extwebcomponents/7.0.0/guides/getting_started_vue.html
Caould you provide clear examples, hot it can be used with vue?
For example, I need to process button handler, how I can do this:
<template>
<ext-button
text="BUTTON"
...
no, they just provides access to npm packages on myget.
So, the question is still open.
By this link Sencha only provides access to the npm repository.
Do we have a chance, that this issue will be fixed?
I don't have access to the support portal. where I can download 7.0 trial package?
I am using bootstrap files "ext-all.js" and "ext-modern-all.js".
Is it possible to build this files from the extjs npm packages?
Previously I can do this executing "sencha ant bootstrap".
Please, look at this fiddle https://fiddle.sencha.com/#view/editor&fiddle/2tri
If you collapse the panel, you can see, that split line is still left on the screen.
This issue is appears only if...
Yes, I already created overload.
I found that to make renderer called in display field I should write
bind: {value: '.....'}
instead of just
bind: '.....'
https://fiddle.sencha.com/#view/editor&fiddle/2t1d
Could you confirm, that this is the bug?
Hi. I don't know, how to save fiddle. Please, try this code with c 6.7.0 modern.
Ext.define('App.Model', {
extend: 'Ext.data.Model',
fields: ['date']
});
Ext.application({
...
ExtJS modern 6.7.0
When I am using following config, renderer method is not called, when value is updated.
Value is updated, but without renderer.
xtype:'displayfield',
bind:...
I got an error.
d:\devel\nodejs\node_modules\@sencha\ext-modern>npx sencha ant bootstrap
Wat!
configFile: d:\devel\nodejs\node_modules\@sencha\cmd\dist\sencha.cfg
Sencha Cmd v6.6.1.34
[ERR]...
Thanks, I will glad to get any info.
So, did you found solution?
Hi.
Is it possible to build extjs framework bootstrap files from @sencha/ext-modern npm package?
Previously I can did this downloading extjs in archive and executing "sencha ant bootstrap".
But it...