Search Type: Posts; User: WBX
Search: Search took 0.02 seconds.
-
28 Jan 2013 9:20 PM
- Replies
- 4
- Views
- 679
Thanks skirtle. I hear what you and Mitchell are saying about not having encountered problems with this. I still think that it should be noted in the documentation for completeness and also so...
-
28 Jan 2013 4:43 PM
- Replies
- 4
- Views
- 679
Thanks for the response Mitchell.
I had already looked at the code as I noted in my post.
I was actually wondering if the following caveat quoted from "Secrets of the JavaScript Ninja"... -
23 Jan 2013 10:43 PM
- Replies
- 4
- Views
- 679
I had posted this question on the doc page before I noticed an admonition not to post questions about code or usage so I'm repeating it here:
In "Secrets of the JavaScript Ninja", the following... -
4 Jan 2013 6:39 PM
- Replies
- 2
- Views
- 459
Very good answer.
Thank you. -
4 Jan 2013 4:41 PM
- Replies
- 2
- Views
- 459
I'm trying to determine the nature of class members that are marked @private and @protected. They don't seem to be defined differently than the "public" members, don't seem to fit into Crockford's...
-
5 Dec 2012 6:19 PM
- Replies
- 1
- Views
- 181
Fixed: http://www.sencha.com/forum/showthread.php?250610-quot-Architecting-Your-App-in-Ext-JS-4-quot-tutorials-missing-images-duplicated-articles&p=918351&viewfull=1#post918351
-
4 Dec 2012 7:26 PM
- Replies
- 1
- Views
- 181
It looks like images are missing for the majority of Sencha blog articles from earlier this year and older (http://www.sencha.com/blog/P50).
-
4 Dec 2012 7:07 PM
- Replies
- 4
- Views
- 521
Mitchell,
I just noticed that the missing image problem is much more extensive than on just these articles. It looks like images are missing for the majority of Sencha blog articles from earlier... -
4 Dec 2012 5:55 PM
- Replies
- 4
- Views
- 521
Thanks Mitchell
-
3 Dec 2012 5:56 PM
- Replies
- 4
- Views
- 521
Note: I tried to report this on the page(s) themselves but the comment section stated that "Commenting is not available in this channel entry".
The images are missing for the "Architecting Your... -
1 Dec 2012 3:45 AM
- Replies
- 10
- Views
- 1,655
I got this to work on a per column basis:
http://jsfiddle.net/GDW13/y3DHn/1/
Ext.tip.QuickTipManager.init();
Ext.create('Ext.data.Store', {
storeId:'employeeStore', -
30 Nov 2012 9:30 PM
- Replies
- 10
- Views
- 1,655
I'm trying to get this to work for all column types by tapping into the renderer for each column if it exists:
http://jsfiddle.net/GDW13/tAkhU/
Ext.create('Ext.data.Store', {
... -
29 Nov 2012 5:28 PM
- Replies
- 10
- Views
- 1,655
I discovered what was causing the overlapping tooltips: I forgot to remove the renderer that I was previously using.
Thanks again. -
29 Nov 2012 4:23 PM
- Replies
- 10
- Views
- 1,655
I'm trying to understand how this works. It looks as if a single tooltip is being created for the entire grid and is being constantly updated to reflect the contents of the underlying cell as the...
-
28 Nov 2012 2:07 PM
- Replies
- 10
- Views
- 1,655
Thanks. This retains the formatting for the cells but the tooltip is unformatted. I'm wondering if defaultRenderer (or renderer) can be called in order to format the tooltip. Thoughts?
-
28 Nov 2012 1:23 PM
- Replies
- 10
- Views
- 1,655
I was looking into the possibility that I could do something in a beforerender or render listener but I've been unable to determine how to hook into cell data in these listeners. I set up a couple...
-
28 Nov 2012 1:00 PM
Jump to post Thread: Grid cell tooltip by WBX
- Replies
- 7
- Views
- 6,150
Thanks Clint and Mitchell for the tips (no pun intended) on this. This post should probably be marked as answered.
Clint, could you explain the need to double encode the value?
Also, I... -
27 Nov 2012 3:11 PM
- Replies
- 10
- Views
- 1,655
I used the example posted here: http://www.sencha.com/forum/showthread.php?179016 to successfully implement grid cell tooltips. Unfortunately, when used with a Ext.grid.column.Date column it...
-
27 Jul 2012 7:10 PM
Jump to post Thread: Ext.Direct - Server-side Stacks by WBX
- Replies
- 89
- Views
- 171,471
Aaron,
Could you edit the original post containing the list of stacks, replacing http://code.google.com/p/extdirectspring/ with the new location https://github.com/ralscha/extdirectspring for... -
27 Feb 2012 9:48 AM
- Replies
- 6
- Views
- 1,672
I discovered the cause of this problem. There was a trailing space in the "root" property of the store's reader. Sorry for the false alarm.
-
27 Feb 2012 9:29 AM
- Replies
- 6
- Views
- 1,672
I encountered this error while doing the Designer 2 tutorial:
Unable to load data using the supplied configuration.
Open in Browser: data/cars.json
I can access the json file when I click... -
25 Feb 2012 9:09 AM
- Replies
- 2
- Views
- 578
I encountered this error while doing the Designer 2 tutorial:
Unable to load data using the supplied configuration.
Open in Browser: data/cars.json
I can access the json file when I click the... -
5 Feb 2012 1:42 PM
- Replies
- 1
- Views
- 253
What are the specific purposes of each of these forums? I can't tell the difference from looking at the posts on each forum and am unsure why I would use one over the other in any given...
-
3 Feb 2012 10:14 AM
- Replies
- 2
- Views
- 608
Thanks Mitchell.
I know that I'm capable of using the framework but I'm still interested in the "advanced Controller usage and patterns that can make your application code smaller and easier to... -
2 Feb 2012 2:35 PM
- Replies
- 2
- Views
- 608
I previously posted this question/issue in the "API Documentation Content Bugs" thread but, seeing as how it is a question as well as a doc bug report and no answer seemed to be forthcoming from that...
Results 1 to 25 of 39
