Ext.define('Algo.data.Simulated',{
requires:[//....],
onClassExtended:function(cls, data){// ....}
})
Here is the code. I cannot find any documentation about it on Sencha's...
Type: Posts; User: gui0506
Ext.define('Algo.data.Simulated',{
requires:[//....],
onClassExtended:function(cls, data){// ....}
})
Here is the code. I cannot find any documentation about it on Sencha's...
Version(s) of Ext GWT
3.1.4 (I believe it exists on all 3.1 implementation actually, but 3.1.4 for sure)
Browser versions and OS
(and desktop environment, if applicable)
Win 7 64bit
Chrome...
Hi, I have a StoreFilterField in my app. Is there a way to clear the filter programmatically?
NOTE:
1. I do not want to use store.removeFilters() method because it will also remove other...
I implemented a modified view for my data using the filters, which only shows modified items. And I have auto-saving feature. The issue is that when users edit data in the modified view, my auto-save...
I also have this question. Have you solved this problem?
Unfortunately it is not working. In that case, can you report a bug?
Here is my code and it does not work.
<tpl if="{nvp.condition}!=''"> ... </tpl>
I encountered the same issue. Did you solve it?
Have you got a solution to this?
I want to make cells multi-lined.
I inserted "<br>" into my data, and rendered it by my own implementation of AbstractCell, but it does not adjust the cell height. The next line text does not...
I also encountered this issue. Did you solve it?
Hello, how can I let the ListView show horizontal scroll bar when ListView.setWidth sets a width smaller than its content? The vertical scroll bar is showing OK.
It works like a charm! Thank you
I want to make the title dynamic based on status.
I tried the following but does not work.
inputTab.setText("Input*");
Thanks.
I am using GXT 3.1.2, Classic Development Mode.
How to reproduce?
- Create a Tree tree which consumes a TreeStore ts1.
- Create a new TreeStore ts2.
- tree.setStore(ts2).
- On the UI, click on...
The functionality I want is to add titles to the ListViews. Unfortunately, it seems like impossible.
can you explain more on how to add heading text to a ListView?
I tried it and does not work well. The last entries in both ListViews are missing. (maybe because DualListField is still doing some layout based on the size of listViews instead of your ContentPanels)
It has been two years, please fix it!
This bug is not fixed. Please make it open again.
what do you mean by handle events from that drop target? What event do I need to handle? I tried the following and it does not work.
target.addDragEnterHandler(new DndDragEnterHandler(){
...
I have the same problem with GXT 3.1 on February 25, 2015. Please fix it.
Hello, I want to abort a drag & drop when users try to drop to an invalid target in a tree.
I am using GXT3.1, but I think the APIs are the same. How can I achieve it? Thanks.
Here is my...
what should set for the Path? it has to be a unique non-null value? I am not sure what it does. The java doc just said "Returns the path that this ValueProvider makes available, from the object, to...
I am using GXT3.1.2/GWT2.6 I want to add checkbox into a TreeGrid, but does not work well. When I click on the checkbox, all values in the row are changed to "true". And when I click again, it throws...