Search Type: Posts; User: gouber80
Search: Search took 0.03 seconds.
-
21 Mar 2012 1:55 PM
Jump to post Thread: LinkLabel in extjs 4 ? by gouber80
- Replies
- 6
- Views
- 1,866
I created a container that I added an event to. In that container I added a component with text and a class to make the text look like a link. Not quite a full link label, but it serves the purpose...
-
29 Feb 2012 12:17 PM
- Replies
- 4
- Views
- 481
Here is a snippit from ext-all-debug for the combobox definition. The first time through me.isExpanded is true, the second time through it is false never calling the fireevent. I hope that helps...
-
29 Feb 2012 7:03 AM
- Replies
- 4
- Views
- 481
I changed it to the following code. I am still able to recreate the error as described originally.
var fcb = Ext.create('fieldsComboBox', { id: id + '_fieldsCombo_' + cnt });
... -
29 Feb 2012 6:40 AM
- Replies
- 4
- Views
- 481
I thought I had tried without that and it did not work. I was wrong. I guess my newborn is making me more tired than I thought. Sorry for the extra thread.
Thanks,
TJ -
28 Feb 2012 2:41 PM
- Replies
- 4
- Views
- 481
Ext version tested:
Ext 4.1.0 Beta 2
Browser versions tested against:
Chrome17
IE9
Description:
When adding a combo box that has been defined the select event fires the first time but... -
28 Feb 2012 11:08 AM
- Replies
- 3
- Views
- 712
I had an extra g in my triggerAction and my forceSelection seemed to be causing some issues as well. Here is my code if anyone else runs into a similar issue.
... -
28 Feb 2012 9:41 AM
- Replies
- 3
- Views
- 712
It is nice to be outside the box(combobox haha) to see these things sometimes. That was the exact issue. I will also change the store so that I do not run into other issues later on.
Thanks,
TJ -
27 Feb 2012 11:23 AM
- Replies
- 3
- Views
- 712
I defined a combo to use in panels like the following.
defineFieldComboBox: function ()
{
var fieldsSS = new Ext.data.SimpleStore({
storeId: 'fieldsSS'
,... -
20 Dec 2010 2:09 PM
Jump to post Thread: Error message during Ext.Window by gouber80
- Replies
- 10
- Views
- 1,532
I think I will just go another way (another language), one that I have done all of this before. I am sorry that we could not break the barrier between expert users and intermediate users. By the way,...
-
17 Dec 2010 9:58 AM
Jump to post Thread: Error message during Ext.Window by gouber80
- Replies
- 10
- Views
- 1,532
So I changed the jquery to the following and removed the include for jquery and changed the ext include back to ext-base.js (since I am not using jquery anymore). I also scrapped the jquery.html and...
-
16 Dec 2010 3:11 PM
Jump to post Thread: Error message during Ext.Window by gouber80
- Replies
- 10
- Views
- 1,532
After doing a bit more playing around, what got the changes were the change in the .show. I also found the page that told me the files to include. It is from the sencha site.
... -
16 Dec 2010 3:01 PM
Jump to post Thread: Error message during Ext.Window by gouber80
- Replies
- 10
- Views
- 1,532
No luck, I added a listener to clear out the div tag. But, after the first time the window loads, I cannot get the window to come up again.
Thanks,
TJ
listeners: { 'close':... -
16 Dec 2010 2:50 PM
Jump to post Thread: Error message during Ext.Window by gouber80
- Replies
- 10
- Views
- 1,532
Thanks, that got the window to open the first time without errors. I am pretty sure that I just have to clear out the div on close for secondary clicks. I should be able to handle that.
Thats... -
16 Dec 2010 1:49 PM
Jump to post Thread: Error message during Ext.Window by gouber80
- Replies
- 10
- Views
- 1,532
I am receiving an error message, Microsoft JScript runtime error: 'dom' is null or not an object. The exact line is in the ext-all.js that matches if(this.el.dom.nextSibling!=a.dom). The a.dom is the...
-
5 Oct 2010 8:10 AM
- Replies
- 2
- Views
- 904
That was exactly what I was looking for. I have a list of the buttons now and can show and hide them accordingly.
-TJ -
4 Oct 2010 10:07 AM
- Replies
- 2
- Views
- 904
I would like to show the italics and hide the underline and bold buttons. The only option that I can find is enableFormat and this shows/hides all three buttons.
I thought about just hiding the... -
16 Jul 2010 9:47 AM
- Replies
- 1
- Views
- 965
Haha, of course, I get it to work after I post. Once I added a dataIndex to the CheckColumn the columns kept independent checking. Here is the code for others to use, good luck.
-TJ
... -
16 Jul 2010 8:56 AM
- Replies
- 1
- Views
- 965
I am attempting to create a grid panel with two columns containing a checkbox. I would also like to have a header for those columns. In the past I have only done one column and no header. The issues...
-
22 Apr 2010 9:49 AM
- Replies
- 16
- Views
- 16,296
Thank you so much biggena, I was afraid I was going to have to do individual radiobuttons till I found this. =D>
-
26 Feb 2010 7:17 AM
- Replies
- 2
- Views
- 1,108
Thank you very much Spring, that was exactly what I was missing. I get to rest easy this weekend now :D.
Thanks,
TJ -
25 Feb 2010 2:43 PM
- Replies
- 2
- Views
- 1,108
I am attempting to add a CheckboxSelectionModel to a GridPanel that I have with other columns. I put the CheckboxSelectionModel in with the other columns in the column model. For some reason, the...
Results 1 to 21 of 21
