Search Type: Posts; User: agfk
Search: Search took 0.03 seconds.
-
4 May 2011 11:40 AM
- Replies
- 7
- Views
- 1,872
Seriously, no horizontal accordion? :(
-
25 Apr 2011 9:06 PM
- Replies
- 7
- Views
- 1,872
Bump!
-
25 Jan 2011 4:25 PM
Jump to post Thread: i4ware - Timesheet by agfk
- Replies
- 5
- Views
- 2,664
Hi, the demo site is unreachable. Any chance you can bring it back?
-
25 Jan 2011 4:07 PM
- Replies
- 7
- Views
- 1,872
Is there a horizontal accordion layout somewhere? I.e. one that expands/collapses left-right instead of up-down?
-
1 Nov 2010 8:11 AM
Jump to post Thread: Extjs Themes Download by agfk
- Replies
- 50
- Views
- 41,033
I liked the old (red) version better, but hey - beggars can't be choosers :)
-
30 Jul 2010 8:42 AM
Jump to post Thread: Extjs Themes Download by agfk
- Replies
- 50
- Views
- 41,033
Hi jnicora,
There's definitely a lot of interest in your theme!
Any chance you could release it soonish, or are you still really busy at work?
Thanks,
Al -
7 Jun 2010 10:41 AM
- Replies
- 465
- Views
- 239,435
*blush* :">
I see it now... I should have called
Ext.apply(this, {
plugins: [ new Ext.ux.grid.RemoteGridSummary() ]
}); -
7 Jun 2010 12:08 AM
- Replies
- 465
- Views
- 239,435
Now wouldn't that be a nice and easy answer? :)
Unfortunately no, I always create a new one (see summary.js):
SummaryPanel = Ext.extend(Ext.grid.GridPanel, {
...
plugins: [ new... -
4 Jun 2010 1:58 PM
- Replies
- 465
- Views
- 239,435
Does anyone have any idea as to why two different summary rows from two different grid panels would be stepping on each other's toes?
-
1 Jun 2010 7:38 PM
- Replies
- 465
- Views
- 239,435
Very nice plugin, thank you for writing and sharing it.
Just one problem - when I create two or more auto-refreshing grid panels
(each with a summary row), the most recent one takes over and the... -
26 Mar 2010 4:23 PM
- Replies
- 1
- Views
- 1,094
Is there any reason why my paging toolbar no longer renders unless I explicitly add
layout: new Ext.layout.ToolbarLayout(),
to the config?
I have a plugin which shuffles components around... -
17 Feb 2010 12:50 AM
- Replies
- 167
- Views
- 79,166
Great component, but $649 for a single developer license?
You've got to be kidding me - that's more than Ext itself!
Make it $50 - even $100, then we'll talk :) -
16 Nov 2009 11:24 AM
- Replies
- 3
- Views
- 3,102
It sounds like you have more or less reinvented Comet.
You might want to take a look at this thread. -
13 Jul 2009 10:36 AM
- Replies
- 43
- Views
- 11,771
Yes, FF, Chrome and Safari all seem to work fine with the patch.
Before the form is submitted (and in fact, every time you type something), the editor contents will be compared to the default... -
13 Jul 2009 9:54 AM
- Replies
- 43
- Views
- 11,771
The default value for IE6 and Opera was ' ' before I patched it, and it's still ' ' after I patched it. Why would there be any side-effects?
Anyway, forgot to fix the comment:
***... -
13 Jul 2009 9:42 AM
- Replies
- 43
- Views
- 11,771
My patch doesn't change the logic for IE6/Opera. :)
-
13 Jul 2009 9:28 AM
- Replies
- 43
- Views
- 11,771
Why not just use " " everywhere?
*** ext-all-debug.js Wed Jul 01 19:00:09 2009
--- ext-all-debug_patched.js Mon Jul 13 13:26:15 2009
***************
*** 57367,57373 ****
/**... -
8 Jul 2009 10:11 AM
- Replies
- 18
- Views
- 7,156
Thank you, Chris!
--Al -
8 Jul 2009 8:47 AM
- Replies
- 18
- Views
- 7,156
Interesting. Why does it assume that when I specified
successProperty: 'sessions.success' -
8 Jul 2009 1:07 AM
- Replies
- 18
- Views
- 7,156
I'm having the same problem in RC3 after changing 'loadexception' to 'exception'.
Here's my store:
var sessionReader = new Ext.data.JsonReader(
{
root: 'sessions.data',
id:... -
7 Jul 2009 2:40 PM
- Replies
- 43
- Views
- 11,771
Bump.
-
6 Jul 2009 2:58 PM
- Replies
- 43
- Views
- 11,771
The problem is the following comparison in cleanHtml():
if(html == this.defaultValue){
html = '';
}
The comparison always returns false because... -
5 Jul 2009 7:56 AM
- Replies
- 43
- Views
- 11,771
Yeah, I figured as much, but shouldn't this character go away when the editor is *not* empty?
-
5 Jul 2009 7:52 AM
- Replies
- 43
- Views
- 11,771
Chrome and Safari4. I think Firefox does it too. Haven't tried IE.
-
4 Jul 2009 9:57 AM
- Replies
- 43
- Views
- 11,771
After upgrading from 3.0RC1.1 to RC3, I noticed that the HTML editor now prepends a question mark to its output.
var window = Ext.getCmp('message-send-window-for-' + record.data.sessionId);...
Results 1 to 25 of 29
