Search Type: Posts; User: kmbarr
Search: Search took 0.02 seconds.
-
4 Oct 2008 7:30 PM
Jump to post Thread: tip:menu overflow by kmbarr
- Replies
- 37
- Views
- 15,437
This looks really good in Firefox, but it looks like the IE6 problem was never fixed, it is incorrectly calculating the maxHeight when not specified. The current clientHeight reference is returning...
-
24 Sep 2008 8:38 PM
- Replies
- 166
- Views
- 59,597
I would like to see the default behavior remain the same, but allow the programmer to set it to htmlEncode by default by setting some global flag, similar to how BLANK_IMAGE_URL is handled now.
... -
1 May 2008 5:12 AM
Jump to post Thread: Simple form submit on keynav by kmbarr
- Replies
- 4
- Views
- 1,824
Is there a way to set stopEvent to true on a FormPanel's KeyMap or in individual bindings? I have a FormPanel with a handler for ENTER similar to above; it works correctly but the ENTER is passed to...
-
24 Apr 2008 12:25 PM
Jump to post Thread: [2.1] Couple of IE6 bugs by kmbarr
- Replies
- 3
- Views
- 1,079
I was also running into a similar problem with CSS classes within a DataView, as well as overClass and selectedClass in IE6 using Ext 2.1. The styles had worked previously with Ext 2.0 and continued...
-
31 Mar 2008 1:17 PM
- Replies
- 2
- Views
- 973
Bump.
I would like to see the DateField restrict the displayed months/years to the range specified by minValue/maxValue--it doesn't make a lot of sense to be able to navigate to countless years of... -
19 Mar 2008 5:56 AM
- Replies
- 5
- Views
- 2,858
The "fieldLabel" attribute is only handled in in a formLayout. By specifying "layout: table" you are overriding the normal layout of the FormPanel to use a table layout instead which doesn't support...
-
14 Mar 2008 5:07 AM
- Replies
- 1
- Views
- 820
I'm building an application that uses dynamically added tabs in a TabPanel displaying customer, order, and repair status information. I'm using an updater to keep all of the displayed data up-to-date...
-
13 Mar 2008 7:12 AM
- Replies
- 166
- Views
- 59,597
I don't always want to deal with html-escaped text in my database for sorting reasons, reporting, etc. What am I missing, isn't this as simple as adding a renderer to any vulnerable column, like:
... -
8 Mar 2008 8:01 AM
- Replies
- 47
- Views
- 42,957
I have an XTemplate in a DataView. Some of the fields could potentially contain HTML mark-up or meta-characters. For sorting, etc. I don't really want to escape them server-side. Is there an easy way...
-
7 Dec 2007 11:12 AM
Jump to post Thread: Assign "Value" to Checkbox? by kmbarr
- Replies
- 30
- Views
- 24,519
I've run into the same problem. Checkboxes on the form do not set correctly when the inputValue config is used to change the standard value. If a checkbox has a non-default inputValue, then doing a...
-
25 Oct 2007 8:06 AM
- Replies
- 5
- Views
- 1,777
Here's what I actually ended-up with. This doesn't create the DIV/html until it gets a beforerender event, to improve lazy-rendering support:
// HTMLComponent - An extension of BoxComponent to... -
17 Oct 2007 5:11 AM
Jump to post Thread: Request: DataView/Grid Hybrid by kmbarr
- Replies
- 1
- Views
- 1,188
I really like DataView object in Ext 2.0 as well as the improved GridView/GroupingView. There are some features in the DataView object that I'd like to see incorporated into the grid, such as the...
-
16 Oct 2007 5:47 AM
- Replies
- 5
- Views
- 1,777
Sorry, I started this in the wrong forum, it is related to Ext 2.0. Here is the solution I came-up with, in case anyone else is looking to do the same. This creates a new "HTMLComponent" object that...
-
15 Oct 2007 7:45 PM
- Replies
- 5
- Views
- 1,777
This also seems to work--dynamically appending new HTML to the document body and immediately dropping it into a BoxComponent (I suppose BoxComponent could be extended and similar logic added to the...
-
15 Oct 2007 11:42 AM
- Replies
- 5
- Views
- 1,777
I have been experimenting with ext-js 2.0, but have run into a common situation that doesn't appear to be covered within the examples. What is the best way to include a block of text inline with...
Results 1 to 15 of 15
