The forum is about to be closed
Type: Posts; User: lovelyhibabe
The forum is about to be closed
<target name="-before-init">
<if>
<equals arg1="${build.environment}" arg2="production"/>
<then>
<property name="build.operations">
exclude
...
"properties": {
"build.compression":"",
"enable.resource.compression":false,
//"enable.split.mode": true
},
Environment:
ExtJS 7.0.0.156
Sencha Cmd 7.0.0.40
Original code:
58149
After compress:
May be sencha framework developers are using macOS :D
Fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/304u
But classic CheckboxGroup/RadioGroup do support inital value:
https://fiddle.sencha.com/#view/editor&fiddle/304v
Fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/304t
Click button "Get CheckBoxGroup's Value Only", the value of the checkboxgroup is { "cg": [1, 2] }
Click button "Get Values", the...
requires your own class files
@wemerson.januario, Can you provide extjs-addon-trial.zip for 7.0 and sencha-vscode 1.0.2.vsix, please?
Sencha don't provide standalone extjs sdk anymore, maybe just provide for the premium users, sencha recommend us to use extjs with open tooling
Package-loader is not existed in http://npm.sencha.com/
The tial is used with open tooling
Fiddle:
https://fiddle.sencha.com/#view/editor&fiddle/2v92
Click "Remove Item" several times util the dataview is empty, the emptyText component is still hidden.
Workaround:
Uncomment the...
package package-loader was gone too
Where to download ExtJS 7.0 SDK? I want to use it with sencha cmd, not open tooling
Ext.data.virtual.Store is useless in extjs 6 & 7 modern
If js split mode is enabled (`"enable.split.mode": true`), both app.js and framework.js contains ES polyfill after build.
58029
58030
58031
I want to reduce output files size. How to remove...
Virtual scroller in 6.7 is useless
maxHeight: '100%', maxWidth: '100%'
Better solution:
Css below is all we need:
.x-virtualscroller .x-scroller-inner {
transition: transform 0.15s ease-out 0s;
}
It's a remote paging list, it only load one page at a time. You can call `store.loadPage(1)`
This example may call `store.reload()`, and it just reload the last page
I add an animation to the virtualScroller of infinite list/grid, it's not as smooth as it in 6.6, but it's getting there
Ext.define(null, {
override: 'Ext.scroll.VirtualScroller',
...
slidefield as well.
And also, multi selectfield
Fiddler:
https://fiddle.sencha.com/#view/editor&fiddle/2s6r
Expected behavior:
The chips of a readOnly/disabled selectfield should not be closable.
Workaround:
Edit this file `C:\Users\username\.vscode\extensions\sencha.vscode-extjs-1.0.1\out\src\Logger.js`
57937
or
57938