Search Type: Posts; User: Dagolin
Search: Search took 0.06 seconds.
-
9 Apr 2012 6:58 AM
- Replies
- 2
- Views
- 599
Ty mitchell . it works perfectly !!
-
9 Apr 2012 6:47 AM
- Replies
- 2
- Views
- 599
Hi
I have a textfield and an image , simply put them into another panel and try to let the image stay at the right side of the textfield (no breakline)
this.listpanel.addDocked({ ... -
31 Mar 2012 9:03 AM
- Replies
- 2
- Views
- 552
I just figure it out. To retrieve filters rule in store
for( i = 0 ; i < store.getCount() ; i++){
property = store.filters.get(i)['property']
value = store.filters.get(i)['value']
} -
31 Mar 2012 7:48 AM
- Replies
- 4
- Views
- 1,042
Maybe its a bug? not sure...
Just saw this thread about scrolling
http://www.sencha.com/forum/showthread.php?104155-FIXED-131-Android-Scrolling-Issues/page7 -
30 Mar 2012 11:40 PM
- Replies
- 2
- Views
- 552
for example . I have the following code
store.filter('tag', "test");
Is there any way to retrieve the rules in the store filters?(In this example , its 'tag' : 'test') -
30 Mar 2012 8:59 AM
- Replies
- 10
- Views
- 2,759
Thx for posting , this one really saved my life . It works!!!!
-
28 Mar 2012 3:18 PM
- Replies
- 4
- Views
- 1,042
I recorded it. In the video I tried to scroll to bottom , but whenever I try, it always bounces back
http://www.youtube.com/watch?v=fw5rD_Ov_h4&feature=youtu.be -
28 Mar 2012 7:03 AM
- Replies
- 4
- Views
- 1,042
Here's my code
The panel :
this.listpanel = new Ext.Panel({
items: this.list,
layout: 'fit',
}) -
28 Mar 2012 6:42 AM
- Replies
- 2
- Views
- 546
Thanks but its not working on me
I am still trying to figure it out :( -
20 Mar 2012 8:36 AM
- Replies
- 2
- Views
- 546
I have a textfield docked in a panel , I am trying to modify the width of the textfield...well...Sounds easy but I have tried so many way such as config string with width and css style , and even...
Results 1 to 10 of 10
