Search Type: Posts; User: kramal
Search: Search took 0.02 seconds.
-
8 May 2013 3:20 AM
- Replies
- 1
- Views
- 77
As I said earlier, I could not change font of menuitem. But know it is simplicity itself.
just:
.x-menu-item-text{ font-size: 35px !important;
color: green !important;
font-style: italic... -
7 May 2013 12:04 AM
- Replies
- 1
- Views
- 77
Hello Friends!
There is problem with menuitem. It seemed to me that I can change font of menuitem very simply. But ...
Here is css code
...
.menuitems {
border-radius:6px; -
6 May 2013 11:53 PM
- Replies
- 4
- Views
- 13,270
it will be more better if you used following method (this method will work if you follow MVC pattern):
1)You should create some css file (example.css), and there you should define your css rule
... -
10 Apr 2013 12:58 AM
- Replies
- 8
- Views
- 1,533
in my case I did it :
container.query('form[id="'+fieldset.id+'"]')[0].expand();
where
1) container = your accordion panel
2)by query i have got needed item on accordion
3)by expand() i... -
9 Apr 2013 6:21 AM
- Replies
- 9
- Views
- 214
Hello !
I think I founded the error. Try this code(it will work normally )+screenshot:
var accordion = Ext.create('Ext.Panel', {
title: 'Accordion',
... -
9 Apr 2013 2:33 AM
- Replies
- 9
- Views
- 214
I beg your pardon for my english. If you dont understand something, You may write me
-
9 Apr 2013 2:32 AM
- Replies
- 9
- Views
- 214
It seems to me I find resolution. I added in initComponent() of Accordion panel something like this:
me.items=[{title:'Hello' , hidden:true}]
now all is ok. But are there normal methods to... -
8 Apr 2013 6:45 AM
- Replies
- 9
- Views
- 214
It is code which defines accordion ant its addClient() method:
I must say I have been working on very big application. And important parts of application here
... -
8 Apr 2013 3:10 AM
- Replies
- 9
- Views
- 214
multi is false
-
5 Apr 2013 1:35 AM
- Replies
- 9
- Views
- 214
Hello Friends, I guess You understand what I want to know. Here screenshot :42939
Any ideas?
Thanks !!! -
24 Mar 2013 8:11 AM
Jump to post Thread: Why sencha creat jsb doesnt work ? by kramal
- Replies
- 2
- Views
- 416
Thank you very much!
-
21 Mar 2013 10:45 PM
Jump to post Thread: Why sencha creat jsb doesnt work ? by kramal
- Replies
- 2
- Views
- 416
Hello Friends!
I have been trying to understand Sencha cmd for 2 days, but I have got problems. When I typed something like this :
sencha creat jsb -a http://localhost/work3/index.html -p... -
11 Mar 2013 6:23 AM
- Replies
- 2
- Views
- 254
I have solved the problem. Just I copied new ExtJs on my localhsot.
-
7 Mar 2013 4:57 AM
- Replies
- 2
- Views
- 254
Hello Friends! I guess You will understand what i want to tell from heading. Here is screenshot :42248
Thank for any answer! -
26 Feb 2013 9:55 PM
- Replies
- 3
- Views
- 138
Yes, but this method returns zero.
-
26 Feb 2013 12:48 AM
- Replies
- 1
- Views
- 149
Hello people!
I have a little apps with code here:
But i fail to see what matter is.
Why my grid does not show data?
Thanks!
Ext.onReady(function(){ -
25 Feb 2013 10:47 PM
Jump to post Thread: problems with layout:'vbox'. by kramal
- Replies
- 2
- Views
- 202
Thanks I solved this problem
-
25 Feb 2013 10:39 PM
- Replies
- 3
- Views
- 138
Hi, people! Can you help me in follow problem. I want to create panel with some number of buttons where number of buttons is defined as number of rows in store:
Ext.onReady(function(){
... -
25 Feb 2013 6:03 AM
- Replies
- 1
- Views
- 212
Hello ! 1 or 2 month ago I did some apps like it. If you find something usefull for you here, i will be glad.
Here screenshot:
42027and code
Ext.onReady(function()
{ -
21 Feb 2013 5:03 AM
- Replies
- 1
- Views
- 145
Hello Friends !
I have very small apps which works in following order. 1) When I select '?order=11' on combobox and 2) click on button 'HELLO', it is created new window(or tab ). And in new window... -
21 Feb 2013 3:09 AM
Jump to post Thread: Remote method ore ...? by kramal
- Replies
- 2
- Views
- 406
Great! I have deemed that it is impossible. Thank you! Turk agalarimizga salem!
-
20 Feb 2013 5:25 AM
Jump to post Thread: Remote method ore ...? by kramal
- Replies
- 2
- Views
- 406
Hello Friends!
I have encountered with a problem. The problem is I cant execute method (in current page) on the other place.The order is:1) I must click save button and i will be redirected to... -
18 Feb 2013 2:37 AM
Jump to post Thread: Problems with scope. by kramal
- Replies
- 7
- Views
- 715
thank you very ma ..!
I understand it:) -
18 Feb 2013 1:43 AM
Jump to post Thread: Problems with scope. by kramal
- Replies
- 7
- Views
- 715
Would you show me it,please?
-
18 Feb 2013 12:29 AM
Jump to post Thread: Problems with scope. by kramal
- Replies
- 7
- Views
- 715
Hello All!
1)Sword_it your advise is helpful, but I read that using of Ext.getCmp() is unrecomended style.In your case I would to use better Ext.ComponentQuery.query().
2)droessner your advise...
Results 1 to 25 of 40
