Search Type: Posts; User: hunkybill
Search: Search took 0.05 seconds.
-
16 Jul 2009 8:45 AM
- Replies
- 4
- Views
- 1,880
CCA
The CCA is launching a new site, and ExtJS plays a key role. Since there is no decent calendar (at the moment anyway) in ExtJs ux... a little tiny bit of JQuery crept into the project.... but... -
8 Jul 2009 7:43 AM
Jump to post Thread: Where are the cool T-Shirts? by hunkybill
- Replies
- 7
- Views
- 1,959
How about it ExtJS LLC.... going from bumming smokes to millions in revenue... there should be some cool t-shirts in the Ext store so we can spread the love and display our specialty geek cred.
-
22 Jan 2009 8:11 AM
Jump to post Thread: Combo with a template issue by hunkybill
- Replies
- 0
- Views
- 531
Hi,
I slightly changed an Ext.form.ComboBox to work with an XTemplate instead of the default. I picked three fields out of my Ext.data.Record and when the Ajax load supplies the data for the... -
12 Sep 2008 8:07 AM
- Replies
- 1
- Views
- 1,110
Hi,
With a configuration like:
new Ext.form.CheckboxGroup({
fieldLabel: 'Recommend one',
columns: 2,
items: someitems
}) -
3 Sep 2008 6:28 AM
- Replies
- 43
- Views
- 35,827
Click handler only fires when clicking the label...
It's like the container accepting clicks is too small, does not include the images standing in for the default radio buttons...
<div... -
2 Sep 2008 2:02 PM
- Replies
- 43
- Views
- 35,827
Hi,
I am using FF3 on a widescreen 1440x900 Thinkpad... with Linux.
No matter what I try, it seems that Ext 2.2 rendered radio buttons will not let me click the actual radio part of the radio... -
20 Aug 2008 10:57 AM
- Replies
- 2
- Views
- 901
Hi,
In FF3 running Firebug, Ext 2.2
items: [
{boxLabel: '1', name: "foo[bar]", inputValue: 1, checked: true},
{boxLabel: '2', name: "foo[bar]", inputValue:... -
20 Aug 2008 6:07 AM
- Replies
- 0
- Views
- 761
Hi,
I have a pretty simple radio group that I build and render.
buildImportance : function () {
var radios = {
xtype: 'radiogroup',
fieldLabel: 'level',
... -
19 Dec 2007 7:03 PM
- Replies
- 1
- Views
- 870
Never mind,
Since it is not easy to attach editors based on the node attributes, I replaced TreeEditor with a popup form. Ext2 Forms can be built easily with any kind of editor, making it a simple... -
18 Dec 2007 1:12 PM
- Replies
- 5
- Views
- 1,711
editor.on('beforecomplete', function(editor, value, startValue){
if(spellsTrouble(value)){
editor.cancelEdit(true);
... -
18 Dec 2007 11:57 AM
- Replies
- 1
- Views
- 870
Hi,
I have a value stored in a tree node, "foo:bar". When I initiate an editor on this tree node, I only want to edit "bar", so I remove the "foo:" and set the value to "bar" in my onStartEdit()... -
14 Nov 2007 7:39 AM
- Replies
- 12
- Views
- 2,760
Hi,
I just got back into this bit of code and explored a little further. I notice your override suggestion for the layout of a container only deals with width, whereas the problem with bottom tabs... -
14 Nov 2007 7:08 AM
- Replies
- 6
- Views
- 1,352
Oh man.. I just cannot see myself wasting my anymore of my life on IE crap.. I am so thankful it just seems to work on IE 7.. I will count my blessings there.. I suppose it will not hurt to try and...
-
14 Nov 2007 6:52 AM
- Replies
- 6
- Views
- 1,352
Hi,
Thanks.. for that check. I cannot tell from your screen capture what is happening at the bottom of the layout, but for sure, for me, on two machines, there is a definitive problem with IE 6.... -
13 Nov 2007 8:08 PM
- Replies
- 6
- Views
- 1,352
Hi Bernard,
Well.. I hope that is the case. I am testing on IE 6.0.2800.1106.xpsp2. I also have another machine lined up with 6.0.2900 which shows the same ugly thing. I will screencap to show... -
13 Nov 2007 12:15 PM
- Replies
- 6
- Views
- 1,352
Hi,
I have a slight problem with a site where I have been told IE is not working correctly.
The site is http://www.montrealite-tshirts.com. If you click the menu option for About the Designs or... -
12 Nov 2007 2:32 PM
- Replies
- 12
- Views
- 2,760
Hi,
Interesting. I added the Ext.layout.ContainerLayout to my page constructor, and indeed it gets called for each container that gets laid out. It does not take too many calls before I see my... -
12 Nov 2007 12:55 PM
- Replies
- 12
- Views
- 2,760
Bummer... that does not work in my case. I have carefully organized my setup to ensure I am not doing anything stoopid, and yet I still get bottom tabs partially rendering under my main south region....
-
7 Nov 2007 9:17 AM
- Replies
- 10
- Views
- 4,940
So, if this is a feature, what would you recommend for the pattern so that when content collapses, the window (and shadow) will follow?
-
7 Nov 2007 7:50 AM
- Replies
- 10
- Views
- 4,940
I concur...I have the exact same problem.. RC1... collapse a fieldset and the shadow does not resize with the change in form dimensions...
-
6 Nov 2007 9:57 PM
- Replies
- 12
- Views
- 2,760
Hi,
I add a tabPanel to my border layout center region and that works great. My tabPanel contains other panels, so naturally the configuration of tabs on the bottom for this panel makes sense.... -
2 Oct 2007 7:08 AM
- Replies
- 24
- Views
- 60,944
OMG: Wow. That did work. At one time or another, I have implemented each and every workaround to this problem. Depending on the alignments of the Moon and my ass, the workarounds would behave with...
-
30 Sep 2007 6:50 AM
Jump to post Thread: View with Images by hunkybill
- Replies
- 0
- Views
- 648
Hi,
I create a nested border layout with some content panels when a tree node is clicked. One of those content panels contains an Ext.View, which displays images. After I create the view, and... -
18 Sep 2007 7:45 PM
Jump to post Thread: Ext.tree.TreeEditor Question by hunkybill
- Replies
- 1
- Views
- 1,306
Hi,
I have a tree with nodes that are a mix of text, dates, and numeric values, some with validation and some without. I would like to use TreeEditor to provide edits for these nodes. How can... -
10 Sep 2007 2:35 PM
- Replies
- 1
- Views
- 1,004
Hi,
Linux, FF2, Ext-1.1
Here is a visual tour of a problem I am experiencing with Layout Dialog. I declare a center region which I make a ContentPanel. In that panel, I am rendering a form. In...
Results 1 to 25 of 66
