Search Type: Posts; User: mcohnen
Search: Search took 0.05 seconds.
-
4 Nov 2008 9:27 AM
- Replies
- 2
- Views
- 1,266
I have investigated more... The problem is that if you add an iframe into IE using javascript (just as Ext is doing to build an HTMLEditor), the src attribute specified is added to the history (In...
-
4 Nov 2008 8:10 AM
- Replies
- 2
- Views
- 1,266
Hi, I just found an error in html editor and IE that breaks the normal behaviour of Internet Explorer Back Button. This should be related to the iframe that is being created within the htmleditor.
... -
11 Sep 2008 3:17 AM
- Replies
- 2
- Views
- 998
Bump! I encounter the same problem!! Did you find the solution?
-
1 Jul 2008 10:41 PM
- Replies
- 5
- Views
- 1,202
Thanks Animal! I think i found the solution, it is as simple as using this into the handler, as the the object itself is the default scope when adding listeners... It is working now!
-
1 Jul 2008 5:06 AM
- Replies
- 5
- Views
- 1,202
Awesome answer Animal, thank you a lot. Just one more doubt to be solved.. is there a way that i can have the object that has the effect attached, instead of the one that first triggered it? In my...
-
1 Jul 2008 4:47 AM
- Replies
- 5
- Views
- 1,202
Hi,
If i try to add an event to a node, which has some childs inside, and click on one of its childs (but the event is set for the parent), in the event handler i receive the child instead of the... -
3 Jun 2008 12:08 AM
Jump to post Thread: extjs.com home page widget by mcohnen
- Replies
- 4
- Views
- 1,641
That link is broken... Could somone post to a link where this kind of "flip paging" is done? Thank you!
-
27 May 2008 11:43 PM
- Replies
- 2
- Views
- 1,129
I am using:
Ext Base
Windows XP
Internet Explorer 7 and FirefoxIf i try the following code it prints a window with a huge width, more like 1500px. Is this the expected behaviour?
... -
27 May 2008 10:09 AM
- Replies
- 0
- Views
- 505
Hi, why is this code not working? It shows a window with a trmenendous width (over 1500px).
You can test it by putting this code in a file into examples/window folder of your ext distribution.
... -
7 Mar 2008 2:05 AM
Jump to post Thread: Problem with HtmlEditor and links by mcohnen
- Replies
- 5
- Views
- 926
Please! Any tip about this issue?
-
5 Mar 2008 9:50 AM
Jump to post Thread: Problem with HtmlEditor and links by mcohnen
- Replies
- 5
- Views
- 926
... nobody to help me?
-
5 Mar 2008 6:35 AM
Jump to post Thread: find ID inside a div by mcohnen
- Replies
- 6
- Views
- 1,306
div[class=myclass]
-
5 Mar 2008 6:26 AM
Jump to post Thread: XmlReader doesn't work by mcohnen
- Replies
- 10
- Views
- 1,642
What do you mean with having waiting a lot? You have to add a listener to the load event of your store before calling load().
ds.on("load",myloadfunction);
Take a look in the API to see the... -
5 Mar 2008 5:12 AM
Jump to post Thread: Problem with HtmlEditor and links by mcohnen
- Replies
- 5
- Views
- 926
Nobody to solve this? I want to know when and why htmlEditor adds the APLICATION CONTEXT to the links, althouhg they begin with 'http://'
Thanks... -
4 Mar 2008 9:15 AM
Jump to post Thread: Problem with HtmlEditor and links by mcohnen
- Replies
- 5
- Views
- 926
Bump!
It looks like if htmlEditor is adding the context path although my links begin with http://... -
4 Mar 2008 9:01 AM
Jump to post Thread: find ID inside a div by mcohnen
- Replies
- 6
- Views
- 1,306
What about Ext.get or Ext.fly? If looking for an id, it has to be UNIQUE within your site. If you want to add different warnings, use different ids, or simple add 'class="warning"'. You can use...
-
4 Mar 2008 5:28 AM
Jump to post Thread: Problem with HtmlEditor and links by mcohnen
- Replies
- 5
- Views
- 926
Bump! Nobody? I am stucked here...
-
4 Mar 2008 5:27 AM
- Replies
- 3
- Views
- 739
Cross-Domain scripting is not allowed in Javascript due to security reasons. I would suggest you to perform that validation in your server (php, j2ee, .NET). You can do an Ajax call to your server,...
-
4 Mar 2008 5:17 AM
- Replies
- 2
- Views
- 1,390
Why don't you just use the url of your asp site that generates the JSON array into your DataStore?
-
4 Mar 2008 3:45 AM
Jump to post Thread: Problem with HtmlEditor and links by mcohnen
- Replies
- 5
- Views
- 926
Hi,
Something strange is happening to me when using htmlEditor en links. When working in locale, on my computer, where i have just a Tomcat (using J2EE in my app). Setting a link in htmlEditor... -
7 Feb 2008 1:49 AM
Jump to post Thread: Templates and objects by mcohnen
- Replies
- 2
- Views
- 726
Thank you for your response! I also thought about that workaround, but finally i doscered XTemplate, which has support to, among other features, access properties of objects.Thank You!
-
6 Feb 2008 2:51 AM
Jump to post Thread: Templates and objects by mcohnen
- Replies
- 2
- Views
- 726
Hi!
I am using templates to fill one of my tabs with data from a WebService. This is how i am using templates:
var t = new Ext.Template(
'<li >',
'<a target="_blank"... -
5 Feb 2008 3:49 AM
- Replies
- 0
- Views
- 660
Hi,
I am using a Java AJAX Framework in my project, it is called JSON-RPC. Because of that, i am using a Proxy to allow my DataStores to communicate with it. The Question is: -
4 Feb 2008 9:22 AM
- Replies
- 0
- Views
- 620
Hi,
I have searched in the forums but did not find the answer to my question. I use JSON-RPC, a java framework aimed to simplify AJAX calls in my application. It uses json-rpc protocol, so i had... -
11 Dec 2007 8:02 AM
Jump to post Thread: Delay highlight effect by mcohnen
- Replies
- 2
- Views
- 964
I have not explained it well enough, i guess. Highlights changes the color of an element and gradually recovers its color. For example if i choose duration 1, default, it changes from yellow to...
Results 1 to 25 of 65
