Search Type: Posts; User: Nam
Search: Search took 0.02 seconds.
-
14 Apr 2011 3:20 AM
Jump to post Thread: [FIXED-EXTJSIV-1351]Tabs not hiding by Nam
- Replies
- 2
- Views
- 614
title: 'Administration',
hidden: PermCheckHide('ACL_USERS', 'Read'),
xtype: 'tabpanel',
items: [{
title: 'User/Group Management',
layout: 'border',
hidden:... -
9 Mar 2010 2:02 AM
- Replies
- 3
- Views
- 1,621
I am trying to figure that out as well. I figured that setting the hidden property to try would do it, but nope.
If I figure it out, I will let you know, but as a work around, I may just be adding... -
21 Dec 2009 1:51 AM
Jump to post Thread: Adding a tab to GroupTabPanel by Nam
- Replies
- 6
- Views
- 2,049
I should also note that it does add the tab for me, but it fails as it is adding the tab, preventing any more code from running.
-
21 Dec 2009 12:47 AM
Jump to post Thread: Adding a tab to GroupTabPanel by Nam
- Replies
- 6
- Views
- 2,049
I am using the jquery adapter, not the base extjs. I need it for the extflot graphing. I just tried updating jquery to the latest (was using 1.2.3, now using 1.3.2) and it made no difference.
-
20 Dec 2009 10:40 PM
Jump to post Thread: Adding a tab to GroupTabPanel by Nam
- Replies
- 6
- Views
- 2,049
If I add a tab using the following process...
Ext.getCmp('GroupPanel').add({
expanded: true,
hidden: true,
name: 'SiteGroup',
deferredRender: true,
mainItem: 0,
... -
20 Dec 2009 10:21 PM
- Replies
- 12
- Views
- 3,997
I noticed this as well, and your post helped me fix the problem, but I have found another problem with the new grouptabpanel as well...
If I add a tab using the following process...
... -
9 Oct 2009 4:00 PM
Jump to post Thread: combobox dataview initialization by Nam
- Replies
- 1
- Views
- 893
I came up with this, and it works fine. Thanks anyways guys.
Ext.getCmp('ComboBoxID').getStore().getAt(Ext.getCmp('ComboBoxID').getStore().find('value',... -
9 Oct 2009 3:52 PM
Jump to post Thread: combobox dataview initialization by Nam
- Replies
- 1
- Views
- 893
Hey guys,
I have a combobox which loads in a form with a preset value from a store. The store has an additional value which I want to obtain, which is where I am having the problem. When the... -
8 Jul 2009 10:05 AM
Jump to post Thread: Multiple level of grouping in grids by Nam
- Replies
- 299
- Views
- 178,363
If I add a row to the grid, instead of it being grouped under the correct group, A new duplicate group is created.
I'm grouping by a "Type" field... which when grouped have the following... -
7 Jul 2009 10:59 AM
Jump to post Thread: Help with Context Menu not destroying by Nam
- Replies
- 7
- Views
- 1,398
Where did I said that I had an IE specific issue? Where did I say that I only develop with IE? You've taken this totally off topic...
Anyway, I've solved this issue myself. -
4 Jul 2009 10:51 AM
Jump to post Thread: Help with Context Menu not destroying by Nam
- Replies
- 7
- Views
- 1,398
By adding this to the mapready listener, this appears to have fixed the problem for me.
Ext.get(GMap.getContainer()).on('click', function() {
if (ContextMenu) {
... -
4 Jul 2009 10:14 AM
Jump to post Thread: Help with Context Menu not destroying by Nam
- Replies
- 7
- Views
- 1,398
But then if I tested it in IE, I wouldn't get any debug information. Besides, this is a little off topic isn't it?
I said destroy, and showed an example using destroy(). When the destroy()... -
3 Jul 2009 2:01 PM
Jump to post Thread: Help with Context Menu not destroying by Nam
- Replies
- 7
- Views
- 1,398
Hey Guys,
I am using Google maps in conjunction with ExtJS, and right now, what I am trying to do is make the right click context menu to work properly. Now, when I right click using the posted... -
29 Jun 2009 4:20 PM
- Replies
- 12
- Views
- 1,525
Thank you, and feel free to close this, as the bug has already been taken care of in SVN. Thanks again.
-
29 Jun 2009 3:20 PM
- Replies
- 12
- Views
- 1,525
Thanks, and that's good to hear that this is fixes in SVN. Although that doesn't help the company I am working for at the moment. Once I get a few we apps made for this company, we should be getting...
-
29 Jun 2009 2:59 PM
- Replies
- 12
- Views
- 1,525
hmm...
I changed it from jquery to ext, and that functionality now works... Does this mean that ExtJS3 will not support jquery entirely? Or is this something still in the works? -
29 Jun 2009 2:47 PM
- Replies
- 12
- Views
- 1,525
Here, I have stripped it down to the most basic code...
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://www.extjs.com/deploy/ext-3.0-rc2/resources/css/ext-all.css" />... -
29 Jun 2009 1:37 PM
- Replies
- 12
- Views
- 1,525
Ahh, sorry about that, didn't realize that was done by a developer, I'll keep that in mind for the future.
What does that have to do with the issue I posted?...(not trying to be rude)
I... -
29 Jun 2009 10:14 AM
- Replies
- 12
- Views
- 1,525
I've had some code working in ExtJS 2.x for quiet some time without any problems, but recently, when I moved things over to 3.0rc2 I ran into something which appears to be broken in the latest...
-
5 Jun 2009 10:10 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Nam
- Replies
- 956
- Views
- 307,570
Thanks, Jsakalos... After looking into it a little further, I see that I had a typo... I was initially setting the class to icon-basket-add, and it should have been icon-cart-add based upon how my...
-
4 Jun 2009 6:00 PM
Jump to post Thread: [1.0] Grid RowActions Plugin by Nam
- Replies
- 956
- Views
- 307,570
When I click an action, and I change the icon, as per my action handler, the action which shows up doesn't seem to have any events attached to it.
Here is my actions declaration...
... -
4 Jun 2009 4:21 PM
Jump to post Thread: Grid Search Plugin by Nam
- Replies
- 1,023
- Views
- 363,635
Is there a way to specify the search fields?... I have the columns Name, Rating, and Cost, and in the Row Body I have the description. I would like the search fields to allow the user to select Name...
-
3 Jun 2009 9:26 AM
Jump to post Thread: Grid Search Plugin by Nam
- Replies
- 1,023
- Views
- 363,635
Yup, that fixed it, Thanks.
-
3 Jun 2009 9:09 AM
Jump to post Thread: Grid Search Plugin by Nam
- Replies
- 1,023
- Views
- 363,635
Of course, only difference I can think of is that I attached some listeners (rowcontextclick/dblclick).
Latest at http://gridsearch.extjs.eu/
Latest Stable 2.x -
3 Jun 2009 2:25 AM
Jump to post Thread: Grid Search Plugin by Nam
- Replies
- 1,023
- Views
- 363,635
I replicated the example of yours into a project I am working on, and everything works except the X to reset the search. Do you have any possible ideas as to why, or do you have any tips in regards...
Results 1 to 25 of 88
