Search Results

Type: Posts; User: extnetuser

Page 1 of 2 1 2
Search took 0.01 seconds.
  1. Hi Daniil,

    thank you for your response. The unchecked value is intended and not related to the problem.

    Please click several times on the Reload button in the example code.

    Even though all...
  2. Hi there,

    a Formpanel gets populated dynamically with different Fields. However, when I try to remove all Fields in order to load a new / previous set, the
    removeAll()method fails to remove the...
  3. Thank you @ Daniil, thread can be marked as closed.
  4. Hi there,

    I have a Formpanel containing many different Fields (Textfields, Textareas, Comboboxes, Radiogroups, ...).

    Only Fields with changes in their value (isDirty flag) are submitted to the...
  5. Thank you, Daniil. I was looking for the
    this.setComponentCls();method. Thread can be marked as solved.
  6. Hi there,

    i want to change an existing button's icon alignment from right to left or vice versa. However, nothing happens if i alter the iconAlign property:


    <!DOCTYPE html>
    <html>
    <head> ...
  7. You are right. I meant DisplayField.



    I would like the ValueField to be submitted.
  8. Yes, I only need to submit the ComboBox's text value.
    I am not sure how to do that.
  9. Are you certain you're giving the right name to getCmp()? Try examining the GridPanel with Firebug to see its actual ID.
  10. Did you try Ext.getCmp('GridPanel').getStore()?
  11. I use a SaveForm function that gets my FormPanel's values, deserializes the JSON string into a Dictionary and then does some other stuff that is not relevant for this thread.

    The problem occurs...
  12. Thank you very much for the quick fix, Daniil.
  13. I would like to know if it is possible to get the ValueField of the selected Value for a ComboBox.

    Example :

    I have a ComboBox named DFE.

    I add the ValueField and DisplayedValue to its store...
  14. Hello everyone,

    I want to use the Spotlight component on a Panel in a Viewport but I am facing a problem when it comes to resizing the browser window. The problem can be reproduced using following...
  15. Thank you, Vladimir.
    If you want to scroll to a specific tab, you can use


    App.FormTabStrip.layout.overflowHandler.scrollToItem(App.TabToScrollTo);

    Thread can be marked as closed.
  16. Hi,

    I want a (scrollable) TabStrip control to scroll to a specific tab item using JavaScript without activating the tab. Is this possible at all?


    <!DOCTYPE html>
    <html>
    <head>
    ...
  17. Hi,

    I have a TreePanel Leaf that I want to move from one parent Node to another.
    Is this possible without removing and readding it?

    Thank you
  18. Thank you,
    you can mark this as closed.
  19. Hi,

    I create a TreePanel like you can see in the code below, then right after that, I try to add a node dynamically.

    However, it doesn't work.
    Am I doing anything wrong?

    ...
  20. Thank you kind Sir, you workaround works.

    Thread can be marked as closed.
  21. Hi,

    i am experiencing a reset of the scroll position when both adding or removing controls to a scrollable panel having VBox layout. Is there a possibility to maintain the scroll position?

    ...
  22. Thank you,

    please mark this as closed.
  23. The title pretty much says it all.

    I have a TreePanel with only one ( root ) node.

    In that node I add several several leaves dynamically during runtime.
    Is there a way to get the NodeID of the...
  24. HI, for example, the gridPanel[1][1] position contain a value(75). I want to set some condition like, if the value greater then 50 then the cell back-ground colour will be red. this type of...
  25. hi,
    for example i use this one: https://examples2.ext.net/#/GridPanel/ArrayGrid/Simple/
    and i would like to change the gridPanel cell background color from the back end code like,

    ...
Results 1 to 25 of 32
Page 1 of 2 1 2