Search Type: Posts; User: i.stojanovic

Search: Search took 0.03 seconds.

  1. Problem:
    ExtJS 4.2 hide hidden field, but don't hide table that surrounds the field.

    Solution:
    In your css file put
    .x-form-item-hidden { display:none; }

    This CSS is in style attribute of...
  2. I found the solution
    Here I will indicate the changes that need to be made in Ext-all and Ext-all-debug documents to rowexpander working.

    The ext-all-debug line in 114752 is needed instead
    ...
  3. Hi,

    In version 4.2 demo does not work properly.
    colspan decreases and details narrows by one column to the right with each new main row

    post withs same problem:...
  4. Yes.
    You can also use beforeselect and itemdblclick combination.
    It is important not to use itemclick and itemdblclick, because each dblclick creates 2x click,
    while select (or beforeselect)...
  5. You don't need to use itemclick and itemdblclick events.
    Use select and itemdblclick events
  6. You don't need to use itemclick and itemdblclick events.
    Use select and itemdblclick events
  7. Try:

    phpStore.loadPage(1); // reload store and jump to first page on grid
    phpStore.loadPage(phpStore.currentPage); // reload store and stay on current page
  8. Replies
    19
    Views
    13,251
    I vote for standalone version
  9. Replies
    8
    Views
    3,038
    Do you have some implementation examle?
  10. I try Opera,Chrome, IE and only FF have problem with this!!!
  11. Ext version tested:

    Ext 4.0.7


    Browser versions tested against:

    FireFox 8 (Windows)
  12. Hi,

    I create my own validate class and works fine in Opera:

    Create adv-vtypes.js file



    /*
    Work in ExtJS 4
  13. I have same problem, FireFox work fine, but Opera block cursor keys.

    If textfield have vtype atribute, cursors left/right/backspace not works.
    Without vtype, everithing works fine.

    ???
    ...
  14. Hi,

    If you want to change the label in ExtJS 4, here are solutions



    Ext.override(Ext.form.Field, {
    setFieldLabel : function(text) {
    if (this.rendered)...
  15. Hi,

    There is no option that will automatically forward the changes.
    It is necessary to add a button that will process and forward the grid changes

    The steps are as follows:


    Check...
  16. Replies
    16
    Views
    6,921
    How to apply this plugin on ExtJS 4?

    Thanks
  17. Hi,

    ExtJS 4 has changed the way of displaying icons in the grid header.

    In the version 3 was necessary, within the definition of columns, to define the ID for the column, for example. id:...
  18. Hi again,
    I found solution:

    1. in Ext.ux.form.LovCombo.css add this
    .ux-lovcombo-level--1 { font-weight:bold; } /* category level */
    .ux-lovcombo-level-0 {...
  19. How to organize lovcombo list as tree?
    I need list with categories (bold or some other style) and subcategories (left padding 20px).
    I try to set html tags on element (category work with<b> tag),...
Results 1 to 19 of 19