Search Type: Posts; User: mmuruev
Search: Search took 0.02 seconds.
-
21 Jan 2013 1:18 AM
Jump to post Thread: How to use Neptune theme by mmuruev
- Replies
- 7
- Views
- 4,725
Hello, I just trying that theme and it cant find images in neptune/sizer/.. And really no this dir in extjs directory.
-
10 Jan 2013 1:42 AM
Jump to post Thread: Render Viewport to Div-Container by mmuruev
- Replies
- 5
- Views
- 2,640
Where exactly it should be?
I have similar problem. Make render Ext.app to div I can't find how it possible do?
launch: function () {
Ext.define('Container', {
... -
23 Oct 2012 2:50 AM
Jump to post Thread: Grid panel inside div by mmuruev
- Replies
- 4
- Views
- 812
I have the same problem. This code is working but not better then autoHeight. Grid have height as much as rows inside but not fill all space. ViewPort not good also because I have another elements on...
-
18 Oct 2012 7:47 AM
Jump to post Thread: Ext.ux.form.PasswordMeter by mmuruev
- Replies
- 8
- Views
- 3,037
Yes it's true. I try find a problem and found block after this field it took a space from right :-?
-
16 Oct 2012 3:47 AM
- Replies
- 3
- Views
- 277
exactly
-
10 Oct 2012 2:12 AM
- Replies
- 3
- Views
- 277
Subject. I want add prefix for final value if selected by another check/radio I have tried
xtype:'multiselect', listeners:{
... -
8 Oct 2012 6:16 AM
Jump to post Thread: Radiobutton how make checked? by mmuruev
- Replies
- 3
- Views
- 268
Thanks a lot it helps. Another question appear I use multiselect and radio on one field. Problem is that if I do that multiselect not show me values that already selected. :-? If I use different...
-
8 Oct 2012 3:01 AM
Jump to post Thread: Radiobutton how make checked? by mmuruev
- Replies
- 3
- Views
- 268
I know that property checked exist, but how I can select/unselect from a function? Which method I should use?
-
8 Oct 2012 2:59 AM
- Replies
- 5
- Views
- 421
I've done it with table layout. It's not perfect but looks like I want.
-
7 Oct 2012 12:03 AM
- Replies
- 5
- Views
- 421
Hm. I have tried your code it produce something completely different. And if I put multiselect out of container. How I can and other multiselects in this case. I thought may be better use table...
-
5 Oct 2012 7:26 AM
- Replies
- 5
- Views
- 421
Yes but no difference for this. 100% nor 10% just no reaction. And multiselect have to be inside I want group this section radiobuttons and multiselect. Here example that I want have at the end...
-
5 Oct 2012 3:48 AM
- Replies
- 5
- Views
- 421
I'm trying make few column of field and everything seems good except xtype: 'multiset' , it just ignoring width option. Without 'fieldcontainer' everything fine.
{ ... -
3 Oct 2012 12:34 AM
- Replies
- 15
- Views
- 1,230
I think I resolve the problem. :D
listeners:{
'create':function (form, data) {
var record = new Apache_config();
... -
2 Oct 2012 2:51 AM
- Replies
- 15
- Views
- 1,230
I think I've found source of the problem this peace of code
var grid = Ext.create('Ext.grid.Panel', {
height:500,
layout:'fit',
... -
30 Sep 2012 11:41 PM
- Replies
- 15
- Views
- 1,230
Just checked without external css. The same reaction not appear value
-
30 Sep 2012 10:04 PM
- Replies
- 15
- Views
- 1,230
:-?Strange.
-
28 Sep 2012 5:33 AM
- Replies
- 15
- Views
- 1,230
https://gist.github.com/3799868 here is my form code. with combobox.
-
28 Sep 2012 3:45 AM
- Replies
- 15
- Views
- 1,230
Problem is then I test part of my code at http://jsfiddle.net it just work properly and I can see value from value: .:-? Actually code with listeners work too on jsfiddle. Any Ideas? Is possible...
-
27 Sep 2012 9:49 AM
- Replies
- 2
- Views
- 376
May be you right, It's probably not better way but I'm only learning extjs and just do as I can. And I've chose this way and trying resolve problem. Any way how resolve this problem?
-
27 Sep 2012 7:46 AM
- Replies
- 15
- Views
- 1,230
Yes, I can. Which part of code may be useful?
-
27 Sep 2012 5:28 AM
- Replies
- 15
- Views
- 1,230
Yes, I did. First time I just make as was mention in official doc and after starting experiments but not succeed.
-
27 Sep 2012 3:48 AM
- Replies
- 15
- Views
- 1,230
Hello,
I know that this is problem present in api description but I use value field without any visible improvement
:-? . I have my values in FireBug but I still can't see this values in... -
25 Sep 2012 6:05 AM
- Replies
- 2
- Views
- 376
I have code
Ext.define('Writer.Form', {
extend:'Ext.form.Panel',
....
{ fieldLabel:'NS',
name:'ns',
... -
23 Sep 2012 11:17 PM
Jump to post Thread: Combobox look weird. by mmuruev
- Replies
- 10
- Views
- 1,017
Now it working. But I can't see the same strange render. Whole my page not render on jsFiddle at all. I've changed renderTo: Ext.getBody() and it have no effect. No errors occurred.
---
Finally... -
23 Sep 2012 8:16 AM
Jump to post Thread: Combobox look weird. by mmuruev
- Replies
- 10
- Views
- 1,017
I have tried insert your code on http://jsfiddle.net and it have no render. Is this ok? I even not change it for my purposes.
Results 1 to 25 of 45
