@mitchellsimoens, as always thanks for the great snippets. I've added the missing support where folks might be using a global:
Ext.setGlyphFontFamily('FontAwesome')
or a simple hex number to...
Type: Posts; User: gkohen
@mitchellsimoens, as always thanks for the great snippets. I've added the missing support where folks might be using a global:
Ext.setGlyphFontFamily('FontAwesome')
or a simple hex number to...
Unfortunately the style property is not being transferred to the cell. Instead define yourself a class with the proper padding. Example:
.ua-grid-delete-button-cell {
padding:4px...
In the documentation for 4.x for Ext.layout.container.Accordion $accordion-body-border-width it's stated its:
"...The text-transform property of Accordion headers"
Obviously it's a copy paste...
@mirkotus, by the time you what to override the singltons Ext.Msg or Ext.MessageBox their are already constructed and initialized. You're best bet is to either override Ext.window.MessageBox, create...
Hi,
For a while now there as been an issue where you wanted to save changes done to a store down to it's associations (some/all of the CRUD operations). These where not propagated to the proxy....
Hi,
Does ExtJS 5 plan on having the ability to use components in DataView rather than XTemplates?
This is similar to the UX class called CTemplate. Support was added to adding components in...
To recreate this issue in Sencha's own example:
1. Go to http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/grouptabs/grouptabs.html
2. Open your devtools to see the console.
3. Hover over...
Wouldn't 'auto' fit the parent to it's children where 'fit' will do exactly the opposite and fit children to their parent?
Is there a new link to this very awesome feature?
Thank you for putting this together.
I think the current way the icons are getting these margin settings is through the CSS generated from the theme:
/* line 32, ../../../../ext/packages/ext-theme-base/sass/src/tab/Panel.scss */...
I think it would be nice if ExtJS could provide out of the box a DefaultBase class like this one:
https://fiddle.sencha.com/#fiddle/4cv
The concept of having a default config to your class while...
Are you running this from your local disk? Is would be interesting to see your JS include directive .
I had the same case where I had dynamic loading on, running my page locally and trying to load...
All,
Before I go ahead and try to implement it myself I wanted to know if there was a BoundList or ItemSelector that has a left to right orientation with the items anchored to the height rather...
This is almost like creating the tee command in Unix where you want the streams to two places. In this case you have a stream coming from the a server proxy and having some of the data copied over on...
Looks like an interesting concept. is it possible to check what is wrong with the download link as it seems to be dead.
Thanks