Search Results

Type: Posts; User: GLD

Page 1 of 6 1 2 3 4
Search took 0.02 seconds.
  1. Hi
    I have a Paging Toolbar with the Navigation Buttons etc. aligned to the left. I need to add additional labels and wonder if it is possble to align these to the right of the built in Navigation...
  2. As far as the newValue argument always being empty - change a 'Value' cell and tab out. This fires



    changeValue(item, newValue, oldValue){
    alert('New Value = ' + newValue + 'Old Value = '...
  3. Version 1.6.0.32478 I think.
  4. Daniil,
    The only plugins are GridFilters which I've tried deleting to no avail. I think the only other thing of note on the grid is a CustomConfig to make the cells
    uneditable under certain...
  5. Hi
    I am trying to clone a store using the following code:



    function cloneStore(source, target) {
    var records = source.getAllRange();
    target.suspendEvents(false);
    ...
  6. Yes, that's the one. Thank you :o)
  7. Hi
    I dynamically create an action column but don't seem to be able to hide the 'Sort' Arrow in the Column Header. Is there any way to do this?



    var masterAccountsColMod = new...
  8. Yes, of course. Here's me focussing on the one thing and missing the obvious. This is where we need to start looking at how we can reject the erroneous changes and only these changes.

    thank you
  9. Thanks for your reply.

    In terms of where my uppercase tags are coming from, well IE inserts them into the editor and when you save it it gets saved thus. I have tried lowecasing these and had...
  10. The example included below recreates the problem. The first and third records have HTML Notes saved in IE and when viewed in IE don't get marked as 'Dirty'. When viewed in Opera, however, they do get...
  11. Our project is such that providing a sample is somewhat unfeasable.

    I had decided upon testing to see if there really had been a change via the HTML Editor in question i.e. getting the current...
  12. Well, I have tried, for example,



    var noteHtml = Ext.util.Format.htmlDecode(record.data.Notes);
    var lowCase = noteHtml.replace(/< *(\/ *)?(\w+)/g, function (w) { return w.toLowerCase() });...
  13. Hi
    I have a page with the usual Form Panel/Grid setup where clicking on a record in the grid loads it into the form and any changes in the form mark the record as being 'dirty' in the grid. When the...
  14. Please ignore this, we got it working. I think an exception may have been getting thrown in some of our tab change handler code. Once this code was commented out the Title updated as epected.
    ...
  15. Hi
    I am calling setTitle() on a tab which I access via getActiveTab() on the current tab panel. Inspecting the element prior to and after calling setTitle() confirms that the Title of the tab is in...
  16. Many thanks, that worked a treat.
  17. the one mentioned here http://forums.ext.net/showthread.php?1504-CLOSED-GridPanel-Modified-Cell-Indicator
    for turning it off, then I would like to set specific cells manually to show it when a...
  18. Hi
    I have a grid where I don't have a column for every record in a form. When I update one of these unrepresented fields I want to set the first cell in that grid for that record with the red...
  19. Sorry for the rather rushed posting earlier. I did only mean to provide the markup for one button, that's wht the closing tag for the second wasn't there and of course the js functions, not provided,...
  20. Hi
    I have two Split Buttons, with Menus, on a Page, neither of which seem to work in IE 9. They work okay in Firefox and IE 8, but in IE 9 the Menu Items are unselectable and the Buttons themselves...
  21. Hi
    I subsequently find, unlike the null/'' issue, it's not the Converter that's causing the Record to be marked as Dirty it's when
    form.updateRecord(record) is called on it - done automatically...
  22. Hi
    I was thinking along these lines but couldn't get any of the date formats to work. However, new Date(the dateParse) seems to work and the DateField reads it in. However, while this stops the null...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4