Search Type: Posts; User: Webtel
Search: Search took 0.01 seconds.
-
26 Sep 2012 1:07 AM
- Replies
- 3
- Views
- 668
thank You
-
26 Sep 2012 12:01 AM
- Replies
- 3
- Views
- 668
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against: -
24 Sep 2012 12:11 AM
- Replies
- 4
- Views
- 708
@evant : this configurration seem to fails when used in grid as editor.
Is there any workaround for it?
Ext.define('MyModel', {
extend: 'Ext.data.Model',
idProperty: 'id',
... -
23 Sep 2012 10:29 PM
- Replies
- 4
- Views
- 708
much tahanks to both of you.
i m sure i wouldnt get it right on my own. -
22 Sep 2012 1:07 AM
- Replies
- 4
- Views
- 708
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against: -
16 Sep 2012 11:41 PM
Jump to post Thread: Slate Theme for 4.0? by Webtel
- Replies
- 28
- Views
- 21,665
Following fix does not work under FF (currently 15.0.1 ) and ExtJS 4.1
.x-form-item-body {float: none;}
Problem seem to occur only with textfield and textarea. (size is reduced to label text... -
13 Aug 2012 4:17 AM
- Replies
- 1
- Views
- 417
Hello,
Under Firefox and ExtJS 4.1.1 vertical headers are not properly displayed. (text in example should be: "Formularz pracownika".
I couldnt find related thread so i start a new one.
What... -
10 Aug 2012 4:43 AM
- Replies
- 2
- Views
- 481
thanks very much. ill go with it.
-
10 Aug 2012 4:21 AM
- Replies
- 0
- Views
- 1,408
Hello,
I have 2 problems related with collapsed panel (in border layout).
1. in previous ext versions there were a border layout private method: floatCollapsedPanel
how can i now... -
10 Aug 2012 1:30 AM
- Replies
- 2
- Views
- 481
Hello,
Under ExtJS 4.1.1 I have problem wigh grid h-scroll. It shows up when having dockedItems and forceFit:true, and border:false.. Why so? How can i remove this scroll?
... -
10 Aug 2012 12:34 AM
- Replies
- 0
- Views
- 220
Hello,
Im using ExtJS 4.1.1. and I have a problem with a grid of a class like in example (autoScroll:true).
After placing it in center region (east is populated also) and after hide and... -
12 Apr 2012 10:25 PM
- Replies
- 6
- Views
- 1,346
Thanks a lot Mr Ersts. Thats good enough for me. I ll use it in the project.. :)
However there is still one small glitch. After reset previously selected item is still marked as selected but now... -
9 Apr 2012 10:05 PM
- Replies
- 6
- Views
- 1,346
@mitchellsimoens - thank You.
@Animal - sadly that didnt change anything. The problem is, as i tried to explain, that after selecting an item and reseting field, previous value is still (visibly)... -
6 Apr 2012 3:31 AM
- Replies
- 6
- Views
- 1,346
How can i clear selection from timefield drop down list on field reset or value being set?
1. If i once pick any item it stays (visibly) selected event after reset or setting field value.
2.... -
4 Apr 2012 6:16 AM
- Replies
- 4
- Views
- 1,193
Thanx again,
margin-left:35% works for me -
4 Apr 2012 4:59 AM
- Replies
- 2
- Views
- 594
fld.setValue doesent refreh dropdown list selection.
theres no way to clear selected item from the list.
also after clicking already selected item (even if it is not real fld.value) dropdown... -
3 Apr 2012 8:58 PM
- Replies
- 4
- Views
- 1,193
nope. i mean align property. it is align to left. while my custormer wish it to be centered.
PS. I tried to reason with him . but its no use. :) -
2 Apr 2012 11:07 PM
- Replies
- 4
- Views
- 1,193
how to change alignment of injected checkbox of a grid panel with checkbox selection model?
if no config is provided, what and how css should be modified?
Im working on 4.0.7 -
21 Mar 2012 11:12 PM
- Replies
- 3
- Views
- 744
Well, as a temporary solution (but a very bad idea) i came up with such quick fix :
Ext.define('TS.lib.form.Checkbox',{
extend: 'Ext.form.field.Checkbox',
alias : 'widget.check',
... -
20 Mar 2012 11:11 PM
- Replies
- 3
- Views
- 744
im on 4.0.7 still.
-
20 Mar 2012 3:46 AM
- Replies
- 3
- Views
- 744
i have grid with edit plugin with a checkboxcolumn (not by selModel) that uses checkbox field
what can be done to get SubmitValue (one that is normaly submitted by form) of that chceckbox instead... -
19 Mar 2012 4:07 AM
Jump to post Thread: Ext.clone a store by Webtel
- Replies
- 4
- Views
- 615
@chramer
actualy i have one generic store class for all combos. then i create instances of particular lists only chainging proxy extra params.
so i need a copy of already created store because... -
19 Mar 2012 3:47 AM
Jump to post Thread: Ext.clone a store by Webtel
- Replies
- 4
- Views
- 615
to achieve store cloning i use function similar to following:
clone = function(dict){
return Ext.create(dict.$className,{
proxy:{
url:dict.proxy.url,
type: 'ajax',... -
19 Mar 2012 3:19 AM
Jump to post Thread: Ext.clone a store by Webtel
- Replies
- 4
- Views
- 615
i have a store_A and i want to have one more, similar to this (model,proxy) but loaded independent.
when i do it like : (ExtJS 4.07)
store_B = Ext.clone(store_A);
and then :
... -
23 Dec 2011 12:14 AM
- Replies
- 2
- Views
- 1,413
Thanks in plenty! that works fine with0.7. cant wait to get 4.1.
Best regards.
Results 1 to 25 of 79
