Search Type: Posts; User: fafche

Search: Search took 0.02 seconds.

  1. Replies
    24
    Views
    15,486
    When is ExtJS 4.2 expected to be released?
  2. Replies
    24
    Views
    15,486
    V 4.1 is here for quite a while now...
  3. Here is how I worked around it.


    The problem was that all browsers automatically decode the & quot; signs.


    So I have fixed the Ext doFormUpload function to look like this:


    ...
  4. I have been breaking my head on this one.


    this is my JSON as returned my server after a fileUpload form has successfully submitted it:




    {
    success: true,
  5. Unfortunately, the current preview release do not still have features related to RTL. Their VP also mentioned the possibility of moving the RTL support to version 4.1 in one of his comment on Sencha...
  6. Hi, I am using ExtJS v 3.3. this is my grid:


    var grid=new Ext.grid.GridPanel({title:'',store: store,
    trackMouseOver:true,
    ...
  7. ok , I have a vtype for english and sign only that looks like this:

    Ext.apply(Ext.form.VTypes, {
    excel: function (v) {
    return /^.*.(xls)$/.test(v);
    },
    excelText: 'Must be an *.xls file',...
  8. I would like to use your framework but can't.
    Rtl is absolutely necessary for me since the client only talks Arabic!
    thanks in advance.
  9. Hello,
    I am trying to use the "add" method on my panel. all is great in IE but when on FF 3.00 I get this blue line after the HTML tag is rendered. Here is my code:...
  10. Hello,
    I am trying to use the "add" method on my panel. all is great in IE but when on FF 3.00 I get this blue line after the HTML tag is rendered. Here is my code:...
  11. Replies
    0
    Views
    537
    Hello,
    I would like to cancle the option off the horizontal scroll bar in my Ext panel. can I do that?
    This is my panel:
    var ViewPanel = new Ext.Panel({
    id:'chatViewPanel',
    layout:'fit',...
  12. Replies
    6
    Views
    1,351
    The problem was probably chach. I cleared it and the problem disappear
    Thanks for all the help.
  13. Replies
    6
    Views
    1,351
    thanks,
    what am i to do about it...
    why is it not loading in FF and in IE it does?

    fafche
  14. Replies
    6
    Views
    1,351
    hello,
    I am new to Ext. I trying to build an application using this technology.
    I a have an application that runs perfectly on IE but has recently stopped running on FF.
    on IE I don't receive...
Results 1 to 14 of 14