Search Type: Posts; User: paweluz
Search: Search took 0.10 seconds.
-
21 Apr 2013 10:14 PM
- Replies
- 3
- Views
- 135
Hi. I do not think that it is possible. In firebug you can clearly see that those element are div, and not any functional HTML components like textfield or button. I think that CSS disable would not...
-
19 Apr 2013 5:24 AM
- Replies
- 3
- Views
- 135
Since no one gave me any idea I have decide to use this solution:
var listItems = Ext.ComponentQuery.query('#myList')[0].getViewItems();
var button1= listItems[0]; ... -
18 Apr 2013 11:52 PM
- Replies
- 3
- Views
- 135
Hi
This is my first post in Sench Touch forum I am really familiar with ExtJS 3 but this ST stuff is really a mistery for me I got list with 6 elements in it. How can I programmatically disable... -
19 Feb 2013 6:13 AM
- Replies
- 9
- Views
- 4,750
Thanks you very very much!!!
-
6 Feb 2013 3:22 AM
- Replies
- 17
- Views
- 20,366
I fixed the problem in getNode method in Ext.tree.TreeEvenModel:
Ext.isIE9 = Ext.isIE && (/msie 9/).test(navigator.userAgent.toLowerCase());
if (Ext.isIE9) {
... -
5 Feb 2013 11:13 PM
- Replies
- 17
- Views
- 20,366
Does any one came up with a solution for that? I am using ExtJs 3.2.1 with IE9 and I got this problem. Suggestion: did not work for me as well. Is anyone working on fixing that in ExtJs team? It is...
-
29 Apr 2011 4:34 AM
Jump to post Thread: aborting store load by paweluz
- Replies
- 6
- Views
- 2,045
Thanks for that tip! It helped me a lot :)
-
12 Apr 2011 9:54 AM
- Replies
- 4
- Views
- 803
Code looks like that:
var tab1 = new test.tabItem({ // my class with some constructor and initComponent stuff. Data in here is needed!
title: 'Test1',
time: dataTime,
year:... -
12 Apr 2011 9:01 AM
- Replies
- 4
- Views
- 803
Yes I am creating a dynamic tab. Actually here is the scenario:
- I create new tab with loading map.
- I do some request - loading mask is shown
- when request is over I close this tab and create... -
12 Apr 2011 5:56 AM
- Replies
- 4
- Views
- 803
Hi
I am using example that is very similar to this one in here:
http://dev.sencha.com/deploy/dev/examples/tabs/tabs-adv.html
Problem is that method show on TabPanel in IE does not show the tab... -
28 Mar 2011 10:13 PM
- Replies
- 1
- Views
- 933
Noone knows how can I improve or fix that? Any help would be great...
-
28 Mar 2011 2:03 AM
- Replies
- 1
- Views
- 933
Hi
I have created the very simple grid and I added in one column a button. It is done in the simplest possible way. I found that one in Forum. It looks like that:
{
header: "Button",
... -
21 Mar 2011 4:10 AM
- Replies
- 0
- Views
- 1,226
Hi
I am using Ext.XTemplate in my application for changing the way of displaying of row in Grid. Depends on given data row may be displayed in defferent way. My code looks like that:
... -
6 Dec 2010 2:53 AM
- Replies
- 5
- Views
- 781
My mistake... Thank you Condor... it works!
-
6 Dec 2010 2:27 AM
- Replies
- 5
- Views
- 781
It unfortunately does not work corretly. I changed my code and now it looks like that:
'<tpl for="data">',
'<tpl if="this.isNotSeven(data.id) != 7 ">',
... -
6 Dec 2010 12:11 AM
- Replies
- 5
- Views
- 781
Hi
I have a problem with using the current number of element from the loop in the conditional statement. Any combination that I have tried does not work or caused error. My templates looks like... -
16 Nov 2010 7:16 AM
- Replies
- 1
- Views
- 576
Found solution in here: http://www.sencha.com/forum/showthread.php?101773-Ext.Window-mouseover&p=477577#post477577
Thanks! -
16 Nov 2010 7:12 AM
- Replies
- 1
- Views
- 576
Hi
My goal is to turn off the ghost functionallity in panel while I am dragging it. I have a windows and when I move (drag) it I would like to still see what is on that window (without any blur).... -
29 Oct 2010 1:07 AM
- Replies
- 1
- Views
- 1,426
My ExtJS code looks like that:
var myviewport = new Ext.Viewport({
layout: 'border',
items: [{
region: 'center',
title: 'My... -
29 Oct 2010 12:25 AM
- Replies
- 1
- Views
- 1,426
Hi
In my project I have been ExtJS library and also for displaying map OpenLayers (OL) library. I am not sure that anyone is familiar with that library. I would just like to share what I have... -
28 Oct 2010 12:42 PM
- Replies
- 11
- Views
- 1,530
It works!!!!!!!!!!!!!!!!!! Thank you a lot for that idea! You save my day, or maybe actually a night ;)
cheers! -
28 Oct 2010 11:38 AM
- Replies
- 11
- Views
- 1,530
It tells me that:
this.clickHelper is not a function -
28 Oct 2010 11:14 AM
- Replies
- 11
- Views
- 1,530
Even when the time is e.g 5000 the single click event start when I do the double click on the map. It starts after time 5000 but it starts. What I want if I do double click on panel is: DO NOTHING.
... -
28 Oct 2010 9:11 AM
- Replies
- 11
- Views
- 1,530
Thanks, but it still does not work as I wanted to. My code looks now like that:
listeners: {
'afterrender': function() {
this.body.on({
'dblclick': Ext.emptyFn,
... -
28 Oct 2010 8:31 AM
- Replies
- 11
- Views
- 1,530
Yes you are right, I had a little erros in writing. Sorry for that! Now the double click work, but also the single click is working. Your code does work but not in the way that I want. Now it is like...
Results 1 to 25 of 68
