1. #31
    Ext JS Premium Member
    Join Date
    Mar 2008
    Location
    Germany, Frankfurt
    Posts
    135
    Vote Rating
    0
    enpasos is on a distinguished road

      0  

    Default


    Quote Originally Posted by ibnesayeed View Post
    I needed this feature and I have done it by some monkey patching. I also did some language specific changes like support for RTL languages etc. Once I will be satisfied with the changes I made, I will release it for sure.
    Great! I am looking very much forward to it

  2. #32
    Sencha User
    Join Date
    Sep 2010
    Posts
    9
    Vote Rating
    0
    Nitro is on a distinguished road

      0  

    Default


    Quote Originally Posted by brk11 View Post
    I have problems when I enable languageSelection in ExtJS 3.2.1. First, I have to put readOnly:false in language selection combo to be able to select a new language. But then, when buildKeys function is called on select listener of the combo, I get an error at line 396: "this.Languages[this.language] is undefined".

    This is a scope problem, but I don't know how can I solve it!
    At the this.language = ... line change

    Code:
    					'select': function(combo, record) {
    						this.language = combo.value;
    						this.buildKeys();
    					},
    Voila, language selection under 3.2.1 works again.

  3. #33
    Sencha User
    Join Date
    Mar 2008
    Location
    France
    Posts
    56
    Vote Rating
    0
    Gordon25 is on a distinguished road

      0  

    Default Hi

    Hi


    How to port the code into GXT ?

    thx !

  4. #34
    Sencha User
    Join Date
    Aug 2012
    Posts
    3
    Vote Rating
    0
    sgrandhi is on a distinguished road

      0  

    Default Not working with ESTJS4 in IE8

    Not working with ESTJS4 in IE8


    I am trying to use the plugin with EXTJS4 in IE8. It looks like the problem is with z-index. I am not sure how to fix the problem. Has anyone faced this problem? If so, what is the solution?

    Note: The plugin seems to work fine in FF & Chrome.