Search Type: Posts; User: dyndan
Search: Search took 0.05 seconds.
-
29 Jan 2009 3:03 PM
Jump to post Thread: Detecting anchor URL reload? by dyndan
- Replies
- 4
- Views
- 1,218
Thanks for your help.
Server side code? The browser does not make a request if an URL with anchor is loaded.
Can you give me some of your reasons why this would be bad?
dyndan -
29 Jan 2009 2:28 PM
Jump to post Thread: Detecting anchor URL reload? by dyndan
- Replies
- 4
- Views
- 1,218
Hi there,
nothing ext specific, I know. But I'm searching the www without success about this for quite some time now.
Does anybody in here know if there is a way to detect a "page reload" with... -
16 Jan 2009 12:42 PM
- Replies
- 9
- Views
- 1,379
Well, not every browser out there implements every aspect of HTML 4.0. But still, good to know, thank you.
I found an interesting blog post here:
... -
16 Jan 2009 11:24 AM
- Replies
- 9
- Views
- 1,379
We've actually on demand script loading set up. Dependencies are defined pretty much like package imports in java.
So you just have to know the name/path of a high level component e.g. a context... -
16 Jan 2009 10:18 AM
- Replies
- 9
- Views
- 1,379
@Drayton
Thanks a lot for your fast help. Your code does the job.
By the way, there is a small bug: The timeout has to call testOnready again.
Do you also load ext-all.css through JavaScript... -
16 Jan 2009 3:53 AM
- Replies
- 9
- Views
- 1,379
Hi,
did anybody around here ever try to load ext-base.js and ext-all.js through JavaScript?
Well, I tried. It works in Internet Explorer 7, it works in Firefox 1.5, but it doesn't work in... -
24 Nov 2008 9:29 AM
- Replies
- 3
- Views
- 864
Hi there,
is there a solution to this?
Thanks a lot,
dyndan -
15 Sep 2008 4:00 AM
- Replies
- 0
- Views
- 2,884
Hi there,
I added a possibility to configure the tools alignment and collapsed title for Ext.Panel.
See screenshot as attachment.
... -
28 Aug 2008 9:46 PM
- Replies
- 3
- Views
- 2,854
Hi animal,
thanks a lot for your thoughts. I reviewed my use case again and all of a sudden I asked myself "Wait, why don't I just add the listener at construction time?"
Well, I keep my code... -
28 Aug 2008 4:43 AM
- Replies
- 3
- Views
- 2,854
Hi people,
in some cases loopy code or extensive use of event firing can lead to unwanted multiple attachments of a listener.
To avoid this, I added the option "addOnce" to the addListener... -
1 Jul 2008 1:06 AM
- Replies
- 4
- Views
- 2,310
Hi Eric and everybody,
as I understand it,
#1 Aptana References settings do not affect Spket code assistance.
#2 If I want code assist for my own code, I have to add my own .js-files to the... -
30 Jun 2008 3:42 AM
- Replies
- 4
- Views
- 2,310
Why does code assist work here across my files (see screenshot) - but ...
http://extjs.com/forum/attachment.php?attachmentid=7825&stc=1&d=1214825704
...not here ass I would expect?... -
30 Jun 2008 3:33 AM
- Replies
- 4
- Views
- 2,310
Hi everybody,
code assist for Ext core code works fine, but how do I get appropriate assistance for my own code? I am already close to giving up my trials with Aptana and I really hope for some... -
11 Jun 2008 1:29 AM
Jump to post Thread: How would you do complex layouts? by dyndan
- Replies
- 2
- Views
- 1,114
There's a GUI Builder here:
http://extjs.com/forum/showthread.php?t=14702
http://www.tof2k.com/ext/formbuilder/
Another approach is to write normal HTML Markup and to use the ExtJs... -
11 Jun 2008 1:24 AM
- Replies
- 2
- Views
- 2,100
Did you try responseData.id already?
Ext.util.JSON.decode returns a javascript object. Therefore responseData can be treated as such.
See... -
10 Jun 2008 5:52 AM
- Replies
- 4
- Views
- 2,270
Hi,
I did some searching and found the following:
http://www.extjs.com/forum/showthread.php?t=19745 (Suggestion: TCPDF)
http://www.extjs.com/forum/showthread.php?t=9442 (Suggestion: Excel... -
10 Jun 2008 2:42 AM
- Replies
- 4
- Views
- 2,270
PDF is a good idea because you get control over page breaks etc...
But: Where do you get the data from how to generate the PDF?
Imagine to print a grid that displays a search result with user... -
10 Jun 2008 12:45 AM
- Replies
- 4
- Views
- 2,270
Hi there,
first of all: ExtJs is great! Everbody around here knows: It is perfect for build dynamic application like user interfaces that run in the browser.
But what about printing, especially... -
31 May 2008 5:53 AM
- Replies
- 2
- Views
- 1,192
C'mon, it's only three letters. No, honestly...didn't anybody come across this so far? Whatever...
dyndan -
30 May 2008 6:14 AM
- Replies
- 2
- Views
- 1,192
Hi there,
I'd like to discuss why BorderLayout.SplitRegion.onSplitMove has to be private.
I found out that if you have to set a regions width or height programmatically and you do this via the... -
30 May 2008 3:40 AM
- Replies
- 2
- Views
- 9,934
Hi,
I haven't dealt with this particular issue in an Ext environment but you can do the following:
function load_extjs_function (){
alert ('CONTACT');
//my contact form
} -
30 May 2008 3:27 AM
- Replies
- 2
- Views
- 945
Hi everybody,
I analysed this issue a bit further and I found out the following:
When the BorderLayout is layouted, it takes each of its items and builds a Region or Splitregion as needed for... -
29 May 2008 1:22 PM
- Replies
- 2
- Views
- 945
This is really important to me. Please forgive me this push.
dyndan -
29 May 2008 5:48 AM
- Replies
- 2
- Views
- 945
Hi everybody (and esp. Jack...),
this is going to be a complicated issue.
I have
Viewport
BorderLayout -
29 May 2008 12:02 AM
- Replies
- 14
- Views
- 1,825
Hi para,
now I understand your solution, I've implemented it and it works perfectly fine. This is the simple solution I was searching for.
So thanks a lot again for your time and knowledge.
...
Results 1 to 25 of 70
