Search Type: Posts; User: fily55

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Very useful but one minor problem I noticed. The icon then changes from single arrow to double arrow.
    The fieldset has an icon of single arrow for collapsing, and after setting this override, it...
  2. Hi guys,

    I have a grid with the itemdblclick event. There is a certain column I want to disable this listener for. I.e. I don't want a row to do anything if I double click on a specific column.
    ...
  3. Never mind, I just wrapped it into another container with border layout. Regions center and east
  4. Hey guys,

    I have a border layout with center, north and east. I'm trying to have east the same height of north and center. Is this possible in any way?
  5. Sorry to bump this, but I'm still having the same problem.

    Thanks,
  6. Weird... That exact same code does not work for me on Chrome/Firefox.

    When using ext 4.1.0 it works perfectly. The problem is with 4.1.0 I have a problem where the scroll speed in my grids are...
  7. Hey all,

    I seem to have run into a bit of a problem. I have a container as follows:



    mainContainer = Ext.create("Ext.container.Container", {
    height : 600,
    ...
  8. Never mind. When using the above method and using store.loadPage(1) when performing a search it all works fine. Hope this helps someone else as well, I find this to be pretty handy code.
  9. Ok I changed my store to the following:


    createStore : function() {
    var me = this;
    me.createDataModel();
    var store = Ext.create("Ext.data.Store", {
    ...
  10. Hi Guys,

    I have the following grid:



    createSearchGrid : function() {
    var me = this,
    store = me.createStore(),
    columns = me.createColumns(),
  11. Yes that was I was beginning to think would be the best solution. I'm using JSP for server side, and was able to get it working. Now the hard part is using gson to correctly read the json response....
  12. I see here cross domain requests involves jsonp. This requires a callback function in the response which I am unable to modify.
  13. Yes I believe so. I looked into this now. What I have right now is:


    createStore : function() {
    var me = this;
    me.createDataModel();
    var store =...
  14. I just noticed I had the proxy type as ajax when the service is actually rest. I changed it to rest but still the same problem.
  15. Yes. When I copy the location onto my browser it returns everything okay.
  16. In "Net" in firegbug I can see "OPTIONS restservice. 200 OK techfortesco.com"
  17. Oops, sorry that's actually not there. let me edit this
  18. To be more specific this is my store:

    createStore : function() {
    var me = this;
    me.createDataModel();
    var store = Ext.create("Ext.data.Store", {
    model...
  19. Hi guys,

    I'm trying to load an already built API from my project with EXT JS using the following in my grid store:


    url :...
  20. Yes, that did work. Thanks very much for your help.
  21. Hi guys,

    I have a xtype that extends an extjs window. This xtype has the following in the config:



    Ext.define("path",{
    extend: "Ext.window.Window",
    alias: "widget.myWindow",
  22. I set it floating but the button just disappears. I should mention that these panels are in a window. This is probably going to be very tricky. I think a css hack would probably be best.
  23. This is kind of a tricky one to describe in words. Here is a picture of my panel:
    39063

    There is a container with a border layout to wrap the "Nav" panel to west and "Tab 1 Panel" to center....
  24. Hi guys,

    I tried to do a lot of research and experiementing but i can't seem to get it right. Starting to believe it is not possible.

    Can I put a button in the header of a grid column? I...
  25. I tried using css to remove the checkbox but this caused problems when I used the selectAll() function. Also I believe there it would still select all when I clicked the empty space where the...
Results 1 to 25 of 51
Page 1 of 3 1 2 3