Search Type: Posts; User: dreamcaster
Search: Search took 0.02 seconds.
-
25 Aug 2011 1:11 PM
Jump to post Thread: Ext.Object Not Working by dreamcaster
- Replies
- 6
- Views
- 775
I see. Thank you arthurakay. :-)
-
25 Aug 2011 7:55 AM
Jump to post Thread: Ext.Object Not Working by dreamcaster
- Replies
- 6
- Views
- 775
Thinking maybe there's a utility that can query a nested object given a key/property.
-
24 Aug 2011 4:02 PM
Jump to post Thread: Ext.Object Not Working by dreamcaster
- Replies
- 6
- Views
- 775
Thanks! But is there any helper method that can query an object using the key and return the value?
-
24 Aug 2011 1:23 AM
- Replies
- 2
- Views
- 672
Thanks Erik.
-
24 Aug 2011 1:23 AM
Jump to post Thread: Ext.Object Not Working by dreamcaster
- Replies
- 6
- Views
- 775
Looking at the documentation.
var person = {
name: 'Jacky',
loves: 'food'
};
alert(Ext.Object.getKey(person, 'loves')); // alerts 'food' -
22 Aug 2011 12:57 AM
- Replies
- 2
- Views
- 672
Hi,
I'm working on a simple layout where I need to put a panel with border layout inside a tab panel.
Ext.create('Ext.container.Viewport', {
items: [{
xtype: 'tabpanel'
... -
2 Jun 2011 1:55 AM
Jump to post Thread: Bind Record to CheckboxGroup by dreamcaster
- Replies
- 1
- Views
- 670
Hi, I was working on a form where I'm setting the values from a Record's data.
// Sample data
var rec = {
hasWings: true
,hasFeet: true
,hasEars: false
} -
25 Apr 2011 1:01 AM
- Replies
- 1
- Views
- 685
Hello Experts,
I have an EditorGridPanel with a simple ComboBox as editor. Is it possible to show the ComboBox without clicking the row so that a user will know initially that there is a ComboBox? -
13 Feb 2011 4:32 AM
Jump to post Thread: Site issues by dreamcaster
- Replies
- 93
- Views
- 13,434
Version links under this page are not working.
http://www.sencha.com/learn/Ext_Version_Archives -
13 Feb 2011 4:28 AM
- Replies
- 2
- Views
- 1,843
Thanks fay.
-
13 Feb 2011 2:55 AM
- Replies
- 2
- Views
- 1,843
Hi, does anyone knows the link where I can download old versions of ExtJS? I'm looking for a specific version 3.2.1. The Sencha's website changed and I can't find the link.
-
14 Jan 2011 7:00 AM
Jump to post Thread: DataView scroll by dreamcaster
- Replies
- 2
- Views
- 1,909
Thanks fay. my apology for duplicate post. One more thing, how can I enable the animation while scrolling? Thanks.
-
14 Jan 2011 6:33 AM
Jump to post Thread: DataView scroll by dreamcaster
- Replies
- 2
- Views
- 1,909
Hi, I implemented a simple ExtJS DataView that populates images. just like in the examples of ExtJS. I also added two buttons, previous and next. Those buttons will just select the previous and next...
-
17 Nov 2010 7:13 PM
- Replies
- 0
- Views
- 381
Hello Experts,
I'm implementing a simple form with a combo and a fieldset as items. My goal is to change the fieldset items depending on the value selected in the combo. I would like to ask your... -
3 Nov 2010 8:13 AM
- Replies
- 4
- Views
- 492
Hi Condor! Thanks for the solution. :-)
I wonder why ExtJS people doesn't include any setClosable public method. -
3 Nov 2010 7:59 AM
- Replies
- 4
- Views
- 492
Hi scarsick. Thanks for your reply but that's not the answer.
I need to remove the closable property programmatically. However, there is no 'setClosable()' public method provided in all components... -
3 Nov 2010 6:50 AM
- Replies
- 4
- Views
- 492
Hello Experts,
I just want to ask how do you remove the closable property of a tab's component?
Thanks. -
11 Oct 2010 9:54 PM
Jump to post Thread: TreeGrid Data Loading by dreamcaster
- Replies
- 2
- Views
- 980
Hello experts,
I'm implementing a ux component from the Sencha examples. I'm using the TreeGrid. I'm new in Trees component. I just want to ask if its possible to load the data of the Tree by... -
1 Jun 2010 10:02 PM
Jump to post Thread: How to hide/show items. by dreamcaster
- Replies
- 2
- Views
- 863
myTabPanel.doLayout();
-
1 Jun 2010 7:01 PM
- Replies
- 2
- Views
- 767
Please refer to the link above. Thanks to Mr. Condor.
-
1 Jun 2010 6:55 PM
- Replies
- 2
- Views
- 767
Hi,
I think I found a solution here. -
1 Jun 2010 6:53 PM
- Replies
- 2
- Views
- 767
Hello experts,
I would like to ask if there is any property or techniques that can be used for a plain panel or container fir into a div tag? Just like using ViewPort, the ViewPort automatically... -
28 Mar 2010 8:49 PM
Jump to post Thread: Finding items from a TabPanel by dreamcaster
- Replies
- 10
- Views
- 1,344
Hello, thanks for the advice. I think using ref will be the best solution to my problem. :-)
-
26 Mar 2010 6:02 AM
Jump to post Thread: Finding items from a TabPanel by dreamcaster
- Replies
- 10
- Views
- 1,344
The problem with Ext.getCmp is that it requires id or itemId. I don't usually use it because it cause me some problems when many components have the same itemId.
-
26 Mar 2010 2:58 AM
Jump to post Thread: Finding items from a TabPanel by dreamcaster
- Replies
- 10
- Views
- 1,344
Any advice what to do? :(
Results 1 to 25 of 80
