Search Type: Posts; User: fafche
Search: Search took 0.02 seconds.
-
17 Oct 2012 6:36 AM
Jump to post Thread: EXTJS 4 RTL - When by fafche
- Replies
- 24
- Views
- 15,486
When is ExtJS 4.2 expected to be released?
-
16 Jul 2012 4:49 AM
Jump to post Thread: EXTJS 4 RTL - When by fafche
- Replies
- 24
- Views
- 15,486
V 4.1 is here for quite a while now...
-
25 Jan 2012 4:43 AM
- Replies
- 1
- Views
- 453
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:
... -
25 Jan 2012 1:13 AM
- Replies
- 1
- Views
- 453
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, -
24 Mar 2011 11:39 PM
- Replies
- 66
- Views
- 14,406
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...
-
20 Jan 2011 3:40 AM
- Replies
- 3
- Views
- 1,507
Hi, I am using ExtJS v 3.3. this is my grid:
var grid=new Ext.grid.GridPanel({title:'',store: store,
trackMouseOver:true,
... -
20 Dec 2010 4:09 AM
- Replies
- 0
- Views
- 953
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 Dec 2009 5:17 AM
- Replies
- 66
- Views
- 14,406
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. -
6 Jul 2008 12:39 PM
- Replies
- 2
- Views
- 859
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:... -
6 Jul 2008 10:24 AM
- Replies
- 2
- Views
- 859
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:... -
30 Jun 2008 11:58 PM
Jump to post Thread: hoorizntical scroll bar by fafche
- 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',... -
3 May 2008 10:05 PM
Jump to post Thread: Ext is not defined in fire fox by fafche
- Replies
- 6
- Views
- 1,351
The problem was probably chach. I cleared it and the problem disappear
Thanks for all the help. -
1 May 2008 7:08 AM
Jump to post Thread: Ext is not defined in fire fox by fafche
- 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 -
30 Apr 2008 11:35 PM
Jump to post Thread: Ext is not defined in fire fox by fafche
- 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
