Search Type: Posts; User: hcristea
Search: Search took 0.01 seconds.
-
3 Feb 2009 8:39 AM
- Replies
- 9
- Views
- 4,596
I got into the same problem and i solved it by using the initialConfig property to set the waitMsgTarget: true.
example:
CW.form.MyForm = Ext.extend(Ext.form.FormPanel, {
initComponent:... -
16 Jul 2008 12:02 PM
- Replies
- 11
- Views
- 5,715
what happens is that in case of an action.submit the response might not be a valid json from various reasons like an internal server error. Because there json decoding of the response is not in a try...
-
7 Mar 2008 2:51 AM
- Replies
- 3
- Views
- 2,016
There is a newer thread about this issue here: http://extjs.com/forum/showthread.php?p=134830#post134830
-
7 Mar 2008 2:50 AM
- Replies
- 6
- Views
- 2,309
I've already started another thread with the same issue: [2.0.2] TreePanel with JSON TreeLoader doesnt work if a child has expanded: true
You can find pasted code there, or you can just take the... -
27 Feb 2008 4:29 AM
- Replies
- 3
- Views
- 2,016
Hi,
I'm trying to use the TreePanel similar with the one in API Docs.
The TreePanel has a TreeLoader, a root which is not displayed and children nodes specified directly in the config.
The... -
13 Dec 2007 3:10 AM
- Replies
- 15
- Views
- 2,872
Probably they dont complain because the scripts are loaded from cache. I have an online web application using ext-js 0.33 and nobody compains about the speed. It takes awhile when i change the...
-
13 Dec 2007 1:22 AM
- Replies
- 15
- Views
- 2,872
How could this slow down the dev process (as in Development Process)? Do you mean slowing down the loading of the pages?
How do you load the js on demand? -
13 Dec 2007 1:20 AM
- Replies
- 15
- Views
- 2,872
Hi Luca.
For a medium size project i think your approach is the best one so far. However I believe that its possible to avoid sending raw HTML code and script in the ajax response. of course this... -
12 Dec 2007 4:09 AM
- Replies
- 15
- Views
- 2,872
Hello everybody,
Its been awhile since my last post on these forums. I'm raising a question to which i haven't found an answer on the forums yet.
Looking on the API viewer for the ext 2.0 i... -
27 Aug 2007 1:38 AM
Jump to post Thread: Combobox problem by hcristea
- Replies
- 7
- Views
- 1,577
on yui-ext 0.33 - on IE its this bug
on ext-1.0-alpha1 - everything works ok on IE and FF
on ext-1.1 - everything works ok on both IE and FF. -
27 Aug 2007 1:32 AM
Jump to post Thread: Combobox problem by hcristea
- Replies
- 7
- Views
- 1,577
To test this issue I've edited the examples from the dialog folder: layout.html & layout.js
in layout.html i added to the center tab a select and added a new center tab with a select inside:
... -
27 Aug 2007 1:17 AM
Jump to post Thread: Combobox problem by hcristea
- Replies
- 7
- Views
- 1,577
This problem was also in the version pre 1.0-alpha1, however in aplha1 this was fixed. The combo boxes disappear from the dialog and the webpage only in IE. In FF there was no issue.
The... -
18 Apr 2007 2:21 AM
- Replies
- 6
- Views
- 2,004
I'm curious how do you refresh the page?
If you right click the iframe area and then choose reload from the context menu then the iframe will be refreshed only (in IE).
If you click the iframe... -
18 Apr 2007 1:20 AM
- Replies
- 8
- Views
- 2,934
i've found a solution. this one i think is the right one for .33 yui-ext version
lets say we have the following BorderLayout:
var layout = new YAHOO.ext.BorderLayout('main-layout', {
west:... -
18 Apr 2007 12:27 AM
- Replies
- 8
- Views
- 2,934
Kapil,
from the code posted above i see that you are using ext version .33 or .40. anyway its not the latest version. in those version hideTabs property is not available. hideTabs its ignored.
... -
16 Feb 2007 7:15 AM
Jump to post Thread: How to use documentation by hcristea
- Replies
- 9
- Views
- 2,133
humpdi, the current documentation indeed lacks the config options for different elements.
here is the documentation for the yui-ext 0.40 alpha:... -
13 Feb 2007 1:41 AM
Jump to post Thread: probleme Event ie firefox by hcristea
- Replies
- 4
- Views
- 2,234
Try using: mon instead of on:
this._element.mon ( "mousedown", this.OnStartDrag, this );
this._element.mon ( "mouseup", this.OnEndDrag, this );
The difference between mon and on... -
12 Feb 2007 2:06 PM
Jump to post Thread: Refreshing Grid Content by hcristea
- Replies
- 1
- Views
- 1,254
yes, you have to work with the grid data model.
Depending on the data model type there are various ways of refreshing the grid content.
With DefaultDataModel you recreate the array and then... -
12 Feb 2007 8:25 AM
Jump to post Thread: getEl: array of checkboxes by hcristea
- Replies
- 10
- Views
- 3,160
If you want to group checkboxes in a page you need to specify the same NAME but different IDs for each of them.
I've made a simple widget called CheckboxList, see the code below.
The contructor... -
2 Feb 2007 2:54 AM
- Replies
- 3
- Views
- 1,343
so when your dialog appears (after calling the show() method) the IFRAME is empty? this is what you are saying?
if this is the behaviors then probably you should update the SRC of your iframe... -
1 Feb 2007 5:47 AM
- Replies
- 22
- Views
- 10,224
that bug was fixed
-
1 Feb 2007 4:37 AM
Jump to post Thread: DatePicker.js (misc) by hcristea
- Replies
- 7
- Views
- 4,999
hi jack,
you are right, i got to modify the prototype on the DP BEFORE is used. This works and this is what i'm currently doing. But i think it shouldn't work like this.
i've got the code now... -
1 Feb 2007 3:32 AM
Jump to post Thread: DatePicker.js (misc) by hcristea
- Replies
- 7
- Views
- 4,999
Hi Jack,
yes, i tried that but it doesn't affect the days initials in the "Calendar". when the calendar is build i remember that you take the first letter from the day names. that constructor is... -
20 Jan 2007 1:07 AM
- Replies
- 1
- Views
- 1,261
the best way is accesing the HTMLElement, i think its the only way.
find the HTMLElement and get its value, or if its checked
var field1_value = getEl('field1').dom.value;
// in case of... -
19 Jan 2007 8:26 AM
- Replies
- 2
- Views
- 2,572
Hi all,
I have a JsonView similar with the one from jack's image chooser example.
A node in my JsonView is a div wrapping an image to which i suply a url as SRC.
All these nodes (DIVs) have...
Results 1 to 25 of 31
