Search Type: Posts; User: dekely

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Hi All,
    I would like to add a button on the right most side of the tabs (after the right arrow if exists) that when I click will maximize the active tab.

    I found a post about maximize but how do...
  2. Hi All,
    Is it possible to change tab location (move to the right/left) using the mouse?
    if not, can you give some ideas how to implement?
  3. Replies
    2
    Views
    285
    but then the whole tabpanel will be wrapped in a window and a header, right?
  4. Replies
    2
    Views
    285
    Hi All,
    Is it possible to add actions/icons on the right to all the tabs?
    I would like to add 3 actions: maximize, minimize, restore. when the user clicks maximize I will maximize the tab's content...
  5. Hi All,
    I'm using version 2.2.1
    whenever I add a panel with region != 'center' I get the following error:

    SCRIPT438: Object doesn't support property or method 'addListener'
    ext-all-debug.js,...
  6. Hi All,
    I'm using version 2.2.1
    whenever I add a panel with region != 'center' I get the following error:

    SCRIPT438: Object doesn't support property or method 'addListener'
    ext-all-debug.js,...
  7. Replies
    2
    Views
    629
    Thanks
    This one is exactly what I need

    http://www.sencha.com/forum/showthread.php?134345
  8. Replies
    2
    Views
    629
    Hi All,
    I'm using Ext.ux.form.DateTime with extJS 2.3 and would like to upgrade to 4.1.1
    but I get a lot of errors in Ext.ux.form.DateTime.

    Is there an updated Ext.ux.form.DateTime?

    Thanks...
  9. Replies
    17
    Views
    12,249
    How do I use IcojnCombo with dynamic image url?
    I get a list of urls of images from server, how can I populate combobox with it?

    Dekel
  10. One small issue:
    I want to select a value by code but it doesn't work.

    setRawValue: function(value) {
    var me = this;
    value = Ext.value(value,...
  11. Problem:
    When my displayField contains html code, you see html in the combobox input text.

    '<img src="'+item.buttonImageName+'"/>&nbsp;'+item.buttonLabel

    any idea?
  12. Ext.XTemplate will do the trick
  13. Hi All,
    Is it possible to display an icon for each item in Ext.form.ComboBox?
  14. I think I found the answer: localstorage

    http://docs.sencha.com/touch/2-0/#!/api/Ext.data.proxy.LocalStorage

    but I saw that there are errors with that
    ...
  15. Hi,
    Is it possible to store values on the smartphone memory/storage?

    My application invokes ajax requests, In case of a call comes in, the application might close and I would like to recover from...
  16. Hi All,
    When I click a radiofield, I would like to change the background for the whole row for 1 second (background like a list item).

    How do I do it?

    Thanks in advance
  17. Replies
    3
    Views
    507
    I'm afraid it doesn't work, I also tried


    .x-checkmark-base.x-input-radio{
    -webkit-mask-image: url("../images/More_25x25_Grayed.png");
    }
  18. Replies
    3
    Views
    507
    Hi All,
    I need to apply iphone style to the radio button which means:

    1. hide the gray icon when not selected
    2. change the check icon to a smaller check
    3. when you tap the row, the row...
  19. mainForm.setItems(obj.body) did the trick.

    thanks
  20. I also tried adding a single field - doesn't work for me.


    mainForm.add(obj.body.items[0]);

    inspect via Chrome developer tools:


    obj.body.items[0]
  21. Do you mean Ext.json.decode?
    Is it the same as eval()?

    Thanks
  22. Hi All,
    I have an ajax call that retrieves an array of items, I would like to replace old items with new:


    Ext.Ajax.request({
    url: 'navigation',
    params:...
  23. Replies
    1
    Views
    354
    Hi All,
    Is there a minimum width to a form? when I resize my browser I see that in a specific point, the form's layout is corrupted.

    Thanks
    Dekel
  24. Replies
    2
    Views
    320
    Thanks for the tip. it works.

    .x-form-label {
    background-color: white;
    }
  25. Replies
    2
    Views
    320
    Hi All,
    I would like to have a radio button where there is no separation between the label and the icon (the gray area).
    I removed the 'label' attribute and now I get a whole white field but no...
Results 1 to 25 of 119
Page 1 of 5 1 2 3 4