Several weeks ago I noticed that in the myget repository, Sencha uploaded a docs generator. Unfortunately, they deleted it immediately.
57863
Are there plans for a roadmap to get this document...
Type: Posts; User: WilkenSE
Several weeks ago I noticed that in the myget repository, Sencha uploaded a docs generator. Unfortunately, they deleted it immediately.
57863
Are there plans for a roadmap to get this document...
Hi,
the current implements of the method parseUi in the Ext.Widget cause the problems.
parseUi: function (ui, asString) {
ui = Ext.String.splitWords(ui);
if (asString) {
Hi Michele,
this problem is done. Today I can access the repository.
Hi,
I think your npm repository is down.
npm login --registry=https://npm.sencha.com [email protected]
Results to:
npm ERR! code E503
npm ERR! Registry returned 503 for POST on...
Hi,
in our application, we have the following constellation.
- Ext.data.Store with a memory proxy
- Memory proxy with paging (enablePaging=true), so we need remoteFilter and remoteSort
...
I have the same problem.
Is this a bug or a feature?
A possible workaround is to override each line of code from
this.getStore().isVirtualStore ? 'rows' : 'records';
to
...
Hi,
when I set a pre-sorted store to a grid, the sorted column doesn't display any icon for the sorting directory. Because the column hasn't a sorter and sorter state.
Here's my fiddle:...
The problem is if the itemCount isn't equals with dataCount, the focusposition maybe is empty.
For example: dataCount is zero and the empty text is visible, so the itemCount is 1
I habe made an...
Hi,
at the moment i can only search for a specific framework (extjs and sencha touch) but not for a specific toolkit in the extjs framework.
I think that makes sencha fiddle search more powerful....
When the start of week is Monday, the monday in the date panel view has the weekend cls
56509
The bug is in the class Ext.panel.DateView line 177
cell.toggleCls(weekendCls,...