Search Type: Posts; User: migo_config
Search: Search took 0.02 seconds.
-
6 May 2008 5:26 AM
- Replies
- 3
- Views
- 909
Next question .... is this the same in ext 1.1?
-
6 May 2008 4:29 AM
- Replies
- 3
- Views
- 909
I've read a few threads regarding a clearable combobox but I'm not sure those are related to my issue as I don't entirely understand what those posts address.
If I use the Combobox text field... -
2 May 2008 5:31 AM
- Replies
- 0
- Views
- 763
I've read a few threads regarding a clearable combobox but I'm not sure those are related to my issue as I don't entirely understand what those posts address.
If I use the Combobox text field... -
27 Feb 2008 8:53 AM
- Replies
- 1
- Views
- 694
I have a dynamic content window I call tool tips that I want to replace the contentEl
so My link looks like
<a class="tooltip" href="javascript:DisplayToolTip('ClientCodeFinder')">?</a>
... -
27 Feb 2008 6:30 AM
Jump to post Thread: Updating Prototype Library by migo_config
- Replies
- 5
- Views
- 1,867
Okay fixed my own problem ...... used the prototype.js from ext-2.0/adapter/prototype ....placed it before the ext-all-debug.js and removed the prototype.js in the nested master page.
-
27 Feb 2008 6:22 AM
Jump to post Thread: Updating Prototype Library by migo_config
- Replies
- 5
- Views
- 1,867
I'm opening an ext window.
My problem comes in that I have lightbox and prototype scripts that are declared in a nested master page AFTER the ext-all-debug.js. If I delete these scripts the window... -
21 Feb 2008 12:11 PM
Jump to post Thread: ComboBox and onSelect by migo_config
- Replies
- 15
- Views
- 24,173
var cSearch = new Ext.form.ComboBox({
store: ds,
displayField:'name',
typeAhead: false,
loadingText: 'Searching...',
width: 185,
... -
20 Feb 2008 1:59 PM
Jump to post Thread: ComboBox and onSelect by migo_config
- Replies
- 15
- Views
- 24,173
I still don't understand. How do I close this onSelect?.....
-
12 Feb 2008 1:19 PM
- Replies
- 5
- Views
- 6,166
My next question is how would I get this to work with a .NET web service instead of PHP/MySql?
-
12 Feb 2008 1:14 PM
- Replies
- 5
- Views
- 6,166
How do you determine what the 'minimum characters' are? The EXTJS 1.1 example uses 4 but you say "2"....how?
NEVERMIND .... MINCHARS Property -
28 Jan 2008 10:55 AM
- Replies
- 15
- Views
- 9,216
well much as i don't really like it I did it anyway and you're right it works. Thanks! A month from now an error is going to pop up somewhere and ill wonder what on earth happened guaranteed.
-
28 Jan 2008 10:48 AM
- Replies
- 15
- Views
- 9,216
isnt this then assuming that every page you use an ext window will have a "form1"?
-
28 Jan 2008 10:12 AM
- Replies
- 8
- Views
- 2,699
Okay so I got pulled away for a few days and am now back at this...In the popup window I have an asp:imagebutton that should act command button for a repeater however now that Im in this pop up the...
-
23 Jan 2008 12:44 PM
- Replies
- 8
- Views
- 2,699
Works thanks
-
23 Jan 2008 12:15 PM
- Replies
- 8
- Views
- 2,699
ok so I got rid of the Ext.OnReady and create the window in DisplayWindow same problem
my code now looks like:
function DisplayWindow(elId)
{
var win = new Ext.Window({
title:... -
23 Jan 2008 12:11 PM
- Replies
- 8
- Views
- 2,699
i declare it just before the DisplayWindow function....it doesn't stay assigned(?)(not sure what the word is) outside of Ext.OnReady?
-
23 Jan 2008 11:34 AM
- Replies
- 8
- Views
- 2,699
Its happening on line 2507 of ext-all-debug
if(v = el.style[camel]){
return v;
}
full code section
function(prop){ -
23 Jan 2008 9:25 AM
- Replies
- 8
- Views
- 2,699
I have a .NET repeater that when a user clicks a selection I want a Disclaimer window to pop up that opens a customized extjs window with a couple of asp:buttons one for confirm or deny.
It seems... -
3 Dec 2007 5:52 PM
- Replies
- 2
- Views
- 1,049
Yeah sorry ..... I used "DSC" instead of "DESC" ...brain dead...."DESC" works much better :)
-
3 Dec 2007 12:28 PM
- Replies
- 2
- Views
- 1,049
I've not been able to find a great answer on this...I think the search feature on this forum is a little weak or more likely user error
I get XML Back and in my data store Im using this:
... -
20 Nov 2007 10:28 AM
- Replies
- 3
- Views
- 2,415
So I took the custom CSS file I have that happens after ext-all.css. Gave the column an ID so I can get to it from the CSS then did white-space:normal in my custom CSS and we're cool problem solved....
-
20 Nov 2007 10:08 AM
- Replies
- 3
- Views
- 2,415
To continue this personal dialog whats causing the ellipsis for those that care is coming from the ext-all.css file
.x-grid-cell-inner, .x-grid-hd-inner{
overflow:hidden;
-o-text-overflow:... -
20 Nov 2007 7:42 AM
- Replies
- 3
- Views
- 2,415
I've found that this is actually a different behavior in Firefox and IE.... Firefox wraps the text and alters the row height...IE truncates the length of text based on width of the column both 6 and...
-
19 Nov 2007 12:13 PM
- Replies
- 3
- Views
- 2,415
I have a column/field that contains long text. Looking at the paging grid example this should work fine but for some reason it seems as though the height of row refuses to change and rather when the...
-
1 Nov 2007 10:41 AM
- Replies
- 13
- Views
- 2,624
Doh!!!!!!! Thanks Sorry. Dumb Question.
Results 1 to 25 of 32
