Search Type: Posts; User: dekely
Search: Search took 0.02 seconds.
-
16 Feb 2013 12:31 AM
- Replies
- 1
- Views
- 273
Hi All,
I would like to add a button on the right most side of the tabs (after the right arrow if exists) that when I click will maximize the active tab.
I found a post about maximize but how do... -
15 Feb 2013 1:08 AM
Jump to post Thread: change tab location using mouse? by dekely
- Replies
- 2
- Views
- 317
Hi All,
Is it possible to change tab location (move to the right/left) using the mouse?
if not, can you give some ideas how to implement? -
6 Feb 2013 5:10 AM
Jump to post Thread: Add actions to tabpanel by dekely
- Replies
- 2
- Views
- 285
but then the whole tabpanel will be wrapped in a window and a header, right?
-
5 Feb 2013 8:12 PM
Jump to post Thread: Add actions to tabpanel by dekely
- Replies
- 2
- Views
- 285
Hi All,
Is it possible to add actions/icons on the right to all the tabs?
I would like to add 3 actions: maximize, minimize, restore. when the user clicks maximize I will maximize the tab's content... -
22 Dec 2012 12:32 AM
- Replies
- 0
- Views
- 416
Hi All,
I'm using version 2.2.1
whenever I add a panel with region != 'center' I get the following error:
SCRIPT438: Object doesn't support property or method 'addListener'
ext-all-debug.js,... -
21 Dec 2012 11:09 AM
- Replies
- 0
- Views
- 293
Hi All,
I'm using version 2.2.1
whenever I add a panel with region != 'center' I get the following error:
SCRIPT438: Object doesn't support property or method 'addListener'
ext-all-debug.js,... -
7 Nov 2012 12:50 AM
Jump to post Thread: Ext.ux.form.DateTime support? by dekely
- Replies
- 2
- Views
- 629
Thanks
This one is exactly what I need
http://www.sencha.com/forum/showthread.php?134345 -
5 Nov 2012 9:17 AM
Jump to post Thread: Ext.ux.form.DateTime support? by dekely
- Replies
- 2
- Views
- 629
Hi All,
I'm using Ext.ux.form.DateTime with extJS 2.3 and would like to upgrade to 4.1.1
but I get a lot of errors in Ext.ux.form.DateTime.
Is there an updated Ext.ux.form.DateTime?
Thanks... -
24 Sep 2012 10:27 AM
Jump to post Thread: IconCombo by dekely
- Replies
- 17
- Views
- 12,249
How do I use IcojnCombo with dynamic image url?
I get a list of urls of images from server, how can I populate combobox with it?
Dekel -
4 Sep 2012 6:53 AM
- Replies
- 5
- Views
- 547
One small issue:
I want to select a value by code but it doesn't work.
setRawValue: function(value) {
var me = this;
value = Ext.value(value,... -
2 Sep 2012 5:30 AM
- Replies
- 5
- Views
- 547
Problem:
When my displayField contains html code, you see html in the combobox input text.
'<img src="'+item.buttonImageName+'"/> '+item.buttonLabel
any idea? -
2 Sep 2012 5:00 AM
- Replies
- 5
- Views
- 547
Ext.XTemplate will do the trick
-
2 Sep 2012 4:44 AM
- Replies
- 5
- Views
- 547
Hi All,
Is it possible to display an icon for each item in Ext.form.ComboBox? -
7 Apr 2012 12:54 AM
- Replies
- 1
- Views
- 286
I think I found the answer: localstorage
http://docs.sencha.com/touch/2-0/#!/api/Ext.data.proxy.LocalStorage
but I saw that there are errors with that
... -
6 Apr 2012 8:24 PM
- Replies
- 1
- Views
- 286
Hi,
Is it possible to store values on the smartphone memory/storage?
My application invokes ajax requests, In case of a call comes in, the application might close and I would like to recover from... -
5 Apr 2012 10:49 PM
- Replies
- 1
- Views
- 300
Hi All,
When I click a radiofield, I would like to change the background for the whole row for 1 second (background like a list item).
How do I do it?
Thanks in advance -
4 Apr 2012 11:47 AM
Jump to post Thread: radiofield style - help by dekely
- Replies
- 3
- Views
- 507
I'm afraid it doesn't work, I also tried
.x-checkmark-base.x-input-radio{
-webkit-mask-image: url("../images/More_25x25_Grayed.png");
} -
4 Apr 2012 11:29 AM
Jump to post Thread: radiofield style - help by dekely
- Replies
- 3
- Views
- 507
Hi All,
I need to apply iphone style to the radio button which means:
1. hide the gray icon when not selected
2. change the check icon to a smaller check
3. when you tap the row, the row... -
3 Apr 2012 8:02 PM
- Replies
- 5
- Views
- 1,000
mainForm.setItems(obj.body) did the trick.
thanks -
3 Apr 2012 1:08 PM
- Replies
- 5
- Views
- 1,000
I also tried adding a single field - doesn't work for me.
mainForm.add(obj.body.items[0]);
inspect via Chrome developer tools:
obj.body.items[0] -
3 Apr 2012 12:51 PM
- Replies
- 5
- Views
- 1,000
Do you mean Ext.json.decode?
Is it the same as eval()?
Thanks -
3 Apr 2012 11:49 AM
- Replies
- 5
- Views
- 1,000
Hi All,
I have an ajax call that retrieves an array of items, I would like to replace old items with new:
Ext.Ajax.request({
url: 'navigation',
params:... -
3 Apr 2012 5:01 AM
Jump to post Thread: Form minimum width? by dekely
- Replies
- 1
- Views
- 354
Hi All,
Is there a minimum width to a form? when I resize my browser I see that in a specific point, the form's layout is corrupted.
Thanks
Dekel -
2 Apr 2012 10:42 AM
Jump to post Thread: Text in radio button by dekely
- Replies
- 2
- Views
- 320
Thanks for the tip. it works.
.x-form-label {
background-color: white;
} -
2 Apr 2012 5:59 AM
Jump to post Thread: Text in radio button by dekely
- Replies
- 2
- Views
- 320
Hi All,
I would like to have a radio button where there is no separation between the label and the icon (the gray area).
I removed the 'label' attribute and now I get a whole white field but no...
Results 1 to 25 of 119
