Search Type: Posts; User: sansie

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    3,688
    Ext JS 4.1

    I also had this problem and solved with the following:


    .x-tab-icon{
    background-position: left center;
    }
  2. It was my config.rb that needed to be fixed and also the util.rb in the ExtJs library. Thank you for the suggestion.
  3. When I try to do a compass compile for my project I get this :

    NoMethodError on line 264 of /Library/Ruby/Gems/1.8/gems/compass-0.12.2/lib/compass/configuration/inheritance.rb: relative_path
    ...
  4. I also looking for the same feature but can't find anything. Have you solved it yet?

    Best regards
    Sandra
  5. Thank you. :)
  6. I having the same kind of problems, so I'm interested in what code you wrote in item 1 instead of html:'b'

    Thanks in advance.
  7. I wonder if there is a way to auto show/expand the datepicker when the field is in focus.

    For example:
    When I create a new row in my grid, I want the date field to be "activated and the...
  8. Thanx a lot! That worked perfectly!
  9. I'm using datepicker in a grid and I try to change the startDay to 1, but it doesn't work. What am I doing wrong?



    header: 'Date',
    xtype: 'datecolumn',
    ...
Results 1 to 9 of 9