Search Type: Posts; User: sb32
Search: Search took 0.03 seconds.
-
6 Feb 2011 10:03 AM
Jump to post Thread: [3.x] Ext.date.RangeField by sb32
- Replies
- 19
- Views
- 7,452
One design consideration you may want to consider is:
Since it's a date range plugin - implement each option in such a way that it returns just that - a date range. For example, in the case of... -
5 Feb 2011 3:05 PM
Jump to post Thread: [3.x] Ext.date.RangeField by sb32
- Replies
- 19
- Views
- 7,452
I tried to work out what the issue was - however IE compatability issues are not always trivial. Look forward to seeing a fix, thanks again
-
5 Feb 2011 1:30 PM
Jump to post Thread: [3.x] Ext.date.RangeField by sb32
- Replies
- 19
- Views
- 7,452
few other things..
CUstom date ranges don't render properly in IE8 (nor does your example at http://jsfiddle.net/2P7K9/ in ie8)
until resolved, I tried to remove the range picker but of course... -
5 Feb 2011 11:34 AM
Jump to post Thread: [3.x] Ext.date.RangeField by sb32
- Replies
- 19
- Views
- 7,452
Great add-in..
small linguistics issue..
use MonthToDate instead of MonthToDay ... and the same goes for YearToDate vs YearToDay
http://en.wikipedia.org/wiki/Month-to-date
hope this... -
1 Nov 2010 5:31 PM
- Replies
- 4
- Views
- 1,360
http://dev.sencha.com/deploy/touch/examples/kitchensink/
The forms example seems to crashes safari every time
From the iPhone simulator > about this iphone: Version 4.1 8B117
Xcode version:... -
23 Nov 2009 11:23 AM
- Replies
- 1
- Views
- 802
Anyone able to confirm this?
-
9 Nov 2009 3:55 AM
- Replies
- 1
- Views
- 802
In the layout browser, I can't get the h2 broder to render at all in ie6.
I've tried using the various margin workarounds to no avail. Any ideas? Attached are images if it helps.
... -
6 Nov 2009 10:57 AM
- Replies
- 125
- Views
- 64,785
Because expanding a node does not select it, your method fails unless you select the node explicitly before expanding it. Here's what I resorted to:
new Ext.ux.maximgb.tg.AdjacencyListStore({... -
5 Nov 2009 12:18 PM
- Replies
- 125
- Views
- 64,785
Could you share a quick example of how we can post row-level attributes back with the anode?
I.e...
listeners: on 'expand' () {
store.url.params = {
attribute_type: 'company',... -
3 Nov 2009 7:03 PM
- Replies
- 125
- Views
- 64,785
The examples all use non hierarchal sample data [random company/number combinations that occur more than once]. It would make more sense to me if the data was representative of a tree structure.
I... -
28 Oct 2009 9:15 AM
- Replies
- 568
- Views
- 196,382
I was able to get it to work using:
hideMode:'offsets'
Thanks for getting me in the right direction! :-) -
28 Oct 2009 7:00 AM
- Replies
- 568
- Views
- 196,382
Ok.. I have another strange one for you - Sorry!!
This bug only surfaces in Firefox. In IE6 all renders fine.
When using a card layout, layouts with a FusionPanel are shown in solid-white when... -
27 Oct 2009 7:37 PM
- Replies
- 568
- Views
- 196,382
Hey hendricd,
Is it possible to render a different swf & xml into the same fusion panel object?
setChartDataURL works great for loading xml into an existing panel but if I want to toggle... -
24 Oct 2009 7:57 PM
- Replies
- 568
- Views
- 196,382
I'm seeing no changes after adding that patch (to my app or the layout-browser app)
Thank you for the prompt response though, hope to hear back soon - amazing plugin! -
23 Oct 2009 8:44 AM
- Replies
- 568
- Views
- 196,382
When I add uxfusionpak.js to the Layout Browser example, the tree node text gets jumbled up and unreadable (instead of hidden and collapsed).
I'm using 3.0.0 with what I believe to be the latest... -
14 Oct 2008 5:32 AM
Jump to post Thread: License Change? by sb32
- Replies
- 758
- Views
- 248,009
At first glance, this sounds promising. I just hope it means what I think it does.
-
5 Sep 2008 7:49 PM
- Replies
- 63
- Views
- 35,993
After spending 4 hours customizing the tab panel interface, I knew there was no way in hell I could finish the other components before web 3.0 arrived
I may take another stab on my next vacation -
9 Aug 2008 1:04 PM
Jump to post Thread: New Theme Concept by sb32
- Replies
- 1
- Views
- 1,021
Just guaging interest in something like this:
http://xbeta.com/images/theme.jpg
Note, The top and bottom image is the inspiration.. the item is the middle is my current progress --an Ext... -
8 Aug 2008 5:20 PM
Jump to post Thread: Showcase with 'different styles' by sb32
- Replies
- 4
- Views
- 1,778
+1
I wish someone would dup the UI that adobe is using in the CS3 suite. I find it interestingly similar to Apple's Cocoa but a tad better (IMO) -
20 Jul 2008 1:03 PM
Jump to post Thread: How could Rails and ExtJS get along? by sb32
- Replies
- 19
- Views
- 10,730
Create one entry point in Ext, build the app in ext, and serve json / xml w/ rails on the backend.
somesite/dashboard
load all the data via json/xml as needed -
6 Jun 2008 4:13 PM
Jump to post Thread: Toolbar disappears on slideIn in IE by sb32
- Replies
- 5
- Views
- 3,074
Worked here as well. Thanks
el.hide().update('<div id="testing"><p class="style-with-height">abc</p></div>')
el.slideIn('l', {
stopFx: true,
duration: .5
});... -
16 May 2008 8:43 PM
- Replies
- 7
- Views
- 1,164
Have looked at using the the GroupingGrid? There's an example here: http://extjs.com/deploy/dev/examples/grid/grouping.html
-
16 May 2008 8:40 PM
Jump to post Thread: A simpler theme? by sb32
- Replies
- 11
- Views
- 3,736
+1 for the simplicity..
Although I can't stand Joyent. -
27 Apr 2008 1:39 PM
Jump to post Thread: DataView Size Issues by sb32
- Replies
- 23
- Views
- 8,171
@Lloyd K
Any luck getting this to work? -
24 Apr 2008 9:59 AM
Jump to post Thread: DataView Size Issues by sb32
- Replies
- 23
- Views
- 8,171
Same issuer here. Interestingly, using ext to define the view and incorporate into the panel keeps the vertical scroll bars from showing up. However, if in firebug, I inspect the panel holding the...
Results 1 to 25 of 66
