The MVP's argued for the forums, which is why they are still here, internally they want Stack Overflow as that is what they are used to. We're still fighting to keep this alive, so for now just a...
Type: Posts; User: dawesi
The MVP's argued for the forums, which is why they are still here, internally they want Stack Overflow as that is what they are used to. We're still fighting to keep this alive, so for now just a...
looks like an issue with font-awesome package.
I'd suggest create new folder, then open your command prompt in that folder and type `sencha workspace init`
then create a new project and then...
try stack overflow for Q&A in 2020
Check that masks are included in dependencies, manually include them in requires for the component
https://support.sencha.com/ if you have a licence, or hit up stack overflow.... where Q&A has moved.
I know this is months later, however Latest version is 4.2.8.440... downloading a trial would be the best way to test the latest version.
Latest version is 4.2.8.440... so I'd suggest your support was suspended at 4.2.3
should contact Vicki at [email protected] one would guess, ask on Stack overflow.
Seems like support atm is more 'maintenance' than anything else. No new features, no promised 'custom class' at the application node level...
I think most momentum is going into the the new...
you'd probably have to hack the overflow css on the grid cells as with other versions in the past #sadly
dock the toolbar to the top of the container?
dockedItems: [{ xtype: 'toolbar',
dock: 'bottom',
items: [
{ xtype: 'button', text: 'Button 1' }
]
}]
there is a few ways to get this effect:
1. Tabs (simplest way)
2. Dataview with CSS
3. Segmented Button
and listen to change events to load content
the 2nd option would probably allow...
what elements are you wanting to do this on... some do this out of the box, others don't... more info please.
search the forums, you'll have to generate a whole new set of icons into a package then use that package.
just search for font-awesome-5 pro and you'll find them.... extjs only has free versions.
Extjs &.7.0 modern and classic are available in my version of Architect. 4.2.6..
There's no reason drag and drop for grids shouldn't be possible in Architect... they are in the component selector...
contact [email protected] and they will give instructions on how to get your licence installed.
Your panel over-nesting was also playing with the scrollbars... didn't need to nest common grid in panel as it is a panel, so then layout was auto. Also you didn't need to dock the grid on left, when...
set autoLoad:false on the store, then call load() on the store from click of button..
You could embed a <div id="extjsapp"></div> then use the applyTo:'extjsapp' attribute on your script to apply extjs components to that div
...
7.0 is same 6.6 codebase so expected.
Check out the write event on store:
https://docs.sencha.com/extjs/5.1.4/api/Ext.data.Store.html#event-write
There is a couple of ways to do this off the top of my head
1. use row expander plugin to expand content
2. put a hidden container in the row and use loader to load in extra content...
hide and show are events on columns - I'd listen to them?
https://docs.sencha.com/extjs/5.1.4/api/Ext.grid.column.Column.html#event-hide
not seeing the issue.
any updates here with 6.x and 7.x series?