Search Type: Posts; User: AdamDawes

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    430
    Is it possible to create custom layouts for rows in ExtJS EditorGrids? In particular I would like to create a logical grid row (a single record) that spans multiple table rows on the screen.

    For...
  2. Thanks for the link. I'm aware that disabled controls don't submit a value, my question in this regard is more: why is ExtJS disabling the controls in IE? In all the other browsers it leaves them...
  3. I have a simple ExtJS-based form that displays a Panel, inside which are two TextFields (a username and password field). The Panel is disabled by specifying its disabled:true property when it is...
  4. Replies
    6
    Views
    1,258
    We have had a request from one of our clients to be able to embed grids within the rows of another grid.

    The way they want this to work is such that the outer grid displays normally as if it were...
  5. I am trying to create an editable grid with a selection column. I have created my EditorGridPanel with a CheckboxSelectionModel and all is well so far.

    However I want the selection to change only...
  6. I've struggled for several hours today to fix up a problem with AJAX callbacks since moving from Ext 2.2 to Ext 3.0. Everything else in Ext 3.0 seems to be working fine, but this one took...
  7. Hi Condor,

    That's very strange, I can recreate the problem every time here. To clarify, when in IE8 with Compatibility View switched on, using the example I posted above:

    - if I click to drop...
  8. Hi Condor,

    Sorry, I should be clarified that I am using the appropriate code from the ExtJS 2.2 source, not from Ext 3.0.

    The full source I am using to fix this is as follows:

    ...
  9. Users of a system I am working on have started using IE8, and have revealed a problem in Ext JS 2.2 and 2.2.1 relating to ComboBoxes. Where a ComboBox is created by transforming a SELECT field, and...
  10. I don't suppose you can recall the code that you used, can you?

    I tried adding the following to portal.js, immediately before it fires the 'drop' event:


    dd.panel.setWidth('auto');

    This...
  11. I don't support you ever found a solution to this did you?

    I have a similar problem whereby my portal columns are of different widths. When I drag a portlet from a wide column into a narrow...
  12. Replies
    5
    Views
    1,209
    Did you ever find a solution to this? I have a similar requirement and so far haven't found a way to re-order the tools.

    I can see that I could use the collapseFirst:false option to push the...
  13. I have a TabPanel control, inside which some of the tab panels can by dynamically hidden and unhidden. This is achieved using the TabPanel's hideTabStripItem and unhideTabStripItem methods, and works...
  14. Ah -- in typical style, I found the answer two minutes after posting the question.

    I needed to add the "x-hide-display" class to each of my tab content divs. Once this class has been added, the...
  15. I'm trying to create an Ext 2.2 TabPanel containing three tabs. Each tab has its content provided by a div provided elsewhere within the HTML page, using the contentEl config option when defining the...
  16. Perfect -- and thanks once again for your extremely speedy and useful reply.

    I'm tempted to agree that it is a bug; it's not consistent with the otherwise-very-similar Checkbox control, which...
  17. I'm sure I'm doing something stupid here but I can't spot it. I'm trying to get radio buttons working in Ext 2.2, and they don't want to play ball at all.

    I have the following HTML to create the...
  18. Perfect!

    Many thanks for your extremely quick and helpful reply.
  19. I've tried and tried and tried to find a solution to this but I can't find anything that works, so it's time for a call for some help.

    I'm trying to render an Ext 2.2 EditorGridPanel into an...
  20. If you add some standard HTML textboxes to an HTML page, as you tab through them, each one has its content initially selected so that any text the user enters will by default replace the existing...
  21. Replies
    677
    Views
    252,784
    I think this is a minor omission from the documentation which I know I would have found useful had I realised it could be done. (Either that or I'm using something I shouldn't be using...)

    The...
  22. Hi Brian,

    I've added your fix to my Ext source and it looks like it's working perfectly -- thanks very much for your help!
  23. Hi Brian,

    Many thanks for your response. I checked the Ext codebase that I'm using and it already includes the code sections you provided so I guess I am up to date, but the problem still remains....
  24. I'm currently experiencing a problem with a NumberField inside an EditorGrid in Ext 1.1.1.

    If I enter a zero, the value is discarded and the cell is left showing an empty string. Once I have...
  25. Thanks for the response, Condor.

    I have actually just found a work-around which lessens the immediate impact for me, here it is in case it helps anyone else, or has any impact on the potential for...
Results 1 to 25 of 62
Page 1 of 3 1 2 3