Search Type: Posts; User: JustinH
Search: Search took 0.02 seconds.
-
23 Sep 2010 8:27 AM
- Replies
- 13
- Views
- 2,264
There are advantages and disadvantages to both, and when using in combination you can often avoid much of the latter. For example, I took no formal training while learning to program and as a result...
-
15 Sep 2010 4:01 PM
Jump to post Thread: What's going on with ie9 support? by JustinH
- Replies
- 11
- Views
- 3,850
You have got to be kidding me... Do you realize that Microsoft routinely introduces new browers which support new features or forgo old features many of which ignore standards and use proprietary...
-
14 Feb 2010 1:09 PM
- Replies
- 0
- Views
- 542
Starting witht he code:
Ext.namespace('Mercury.Charts');
Mercury.Charts.store = new Ext.data.JsonStore({
fields:['name', 'visits'],
data: [
{name:'Jul 07', visits: 75},
... -
22 Jul 2009 12:21 AM
Jump to post Thread: Grid width 100% in TableLayout by JustinH
- Replies
- 7
- Views
- 2,022
#dashboard .x-table-layout td
Somehow I missed the above. Oh well :P...
For the record setting the above to "width: 20%" does the trick. -
21 Jul 2009 9:06 PM
Jump to post Thread: Grid width 100% in TableLayout by JustinH
- Replies
- 7
- Views
- 2,022
Almost forgot running ExtJS 3.0 error persists in all browsers I've tested (Firefox 3.5, IE 8, Safari)
-
21 Jul 2009 8:59 PM
Jump to post Thread: Grid width 100% in TableLayout by JustinH
- Replies
- 7
- Views
- 2,022
So I have a table layout in the center region of a border layout. One of the panels of the table is a GridPanel with its width set to 100%. For whatever reason, the result is that the GridPanel's...
-
25 Feb 2007 7:23 PM
Jump to post Thread: Paging Grid Search by JustinH
- Replies
- 7
- Views
- 4,281
Here's a quick and simple extension for PagingToolbar. It will allow you to add a simple smart search to the Toolbar for a grid. Keep in mind this data is filtered remotely by adding a post variable...
-
10 Jan 2007 12:19 PM
- Replies
- 2
- Views
- 2,432
Just discovered that I hadn't :). I still can't get the DragSource DropTarget working, but that can wait for a solid example by someone a little more familiar with the system than myself.
Thanks... -
10 Jan 2007 11:10 AM
- Replies
- 2
- Views
- 2,432
I've been trying to play around with the DragSource & DropTarget classes in the SVN, but I'm running into a bit of difficult. Namely, that YAHOO.ext.dd isn't defined anywhere (one would expect it to...
Results 1 to 9 of 9
