Search Type: Posts; User: aghextjs

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Just quickly checked my code. I'm using it either in vbox or hbox layouts, and primarily within "fieldcontainers" with hbox layouts. I haven't been following the updates in this thread very...
  2. Try adding layout: 'vbox' to your fieldset. I tried it quickly in your jsfiddle, and it worked... mostly. Give it a try and you'll see. I use this plugin (and have been since Stephen posted it) on...
  3. Replies
    276
    Views
    124,674
    My attempt at an Ext JS 4 version of this extension at http://www.sencha.com/forum/showthread.php?262388-Ext.ux.data.PagingStore-updated-for-Ext-JS-4
  4. Updating an Ext JS 3 app, finally forced me to need Condor's Ext.ux.data.PagingStore extension, since I couldn't find one amongst the 270+ posts on the thread at...
  5. I did something similar, determining controls based on roles and wrote about it here. : http://ahlearns.wordpress.com/2012/11/07/ext-js-4-loading-reference-data-prior-to-starting-application/. It's...
  6. I created a really simple plug-in to do this, b/c I needed to add a button to a few panel title bars. The plugin looks like this:



    Ext.define('Ext.ux.panel.header.ExtraIcons', {
    extend:...
  7. In addition to PHaroZ changes above for 4.1.0, I commented out the following in updateClearButtonVisibility:



    // Adjust padding-right of the input tag to make room for the...
  8. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.1.0
    Browser versions tested against:

    Chrome 18
    IE8
    FF11
  9. If you take the Basic Array Grid in the examples or the example in Ext.grid.Panel documentation and set hideHeaders : true in the grid panel config, a horizontal scrollbar is shown. The horizontal...
  10. I created a very pared down version of my app. It's all in a folder you can drop into the examples directory and it includes a readme.txt with some more info. Let me know if there is anything else...
  11. Let me see what I can do.
  12. I just tried upgrading my app from 4.0.7 to 4.1 RC1. After a few small changes, things are looking pretty good except for one thing.

    I have a tab panel to which I programatically add tabs. The...
  13. Replies
    488
    Views
    68,709
    In Ext.Element, the keydown, keypress and keyup events have the event and html element params documented in the wrong order. The HTMLElement should be first, then the event.
  14. REQUIRED INFORMATION

    Ext version tested:

    Ext 4.0.7
    Browser versions tested against:

    FF3.6.24 (firebug 1.7.3 installed)
    Description:
  15. Replies
    166
    Views
    16,619
    This is great news. I like using this framework and it is obvious that you have put a lot of effort into the documentation. While you are busy enhancing, here are some navigation usability issues...
  16. Replies
    63
    Views
    7,227
    Not sure this doc error has been mentioned yet, but it provided for a nice chuckle.

    On the Ext.form.field.Text doc, it says this in the validation section:


    By default, the field value is...
  17. I have a gridpanel in the center portion of a border layout, in a Viewport. I want the columns of the grid panel to fill the entire width of the page. Previously, I used forceFit, but I can't find...
  18. I received an email about a response to this thread, but don't see the response. Anyways, the response said (from Animal)


    Can you explain what you did?
    Delete ll items except one?
    There are...
  19. Replies
    140
    Views
    22,520
    One more vote for the tabbed UI for the documentation.
  20. I modified the grid example "Data Binding". All I did was delete all except for one item out of sheldon.xml. The gridpanel has empty space between the header and the first row.

    25407
  21. I need your advice. I have two tabs, one has a grid of users and the other has a form with a drill-down on a specific user. I want a toolbar on the grid and a toolbar on the form that has the same...
  22. I think I just made some progress.... I am now trying to relay an event from the formpanel to the individual fields.
  23. A few things, this is only to remember 5 fields. It has nothing to do w/submitting, but more with remembering values for back button handling when moving in and out of pages using Ext JS. Also, I...
  24. I have a FormPanel with a few text fields and combo boxes. I want to remember the form field values when a button on the FormPanel is clicked. I am using a state provider and I currently have it...
  25. I just ran into this issue too. I can duplicate the issue by editing the Checkbox/Radio Groups example using 3.3.0 by setting one of the checkboxes to disabled (cat) and setting frame to false on...
Results 1 to 25 of 37
Page 1 of 2 1 2