Search Type: Posts; User: myavuz
Search: Search took 0.02 seconds.
-
1 Apr 2013 7:26 AM
Jump to post Thread: actioncolumn value problem by myavuz
- Replies
- 1
- Views
- 105
I want actioncolumn have value from json not image. More general I want clickable cells on my grid panel. For action column I can not achieve to put datas instead an image, moreover when I do not put...
-
4 Mar 2013 4:20 PM
Jump to post Thread: initComponent problem by myavuz
- Replies
- 1
- Views
- 163
In the codes below, when I use first version I can reach requestPanel by button.up('requestPanel') but not so in second version. Why and how can I solve it? thank you..
First version:
... -
4 Mar 2013 2:39 AM
Jump to post Thread: scope problem by myavuz
- Replies
- 4
- Views
- 289
Hmm, ok, I did not see initComponent sorry, I will try it, thanks
-
3 Mar 2013 6:28 PM
Jump to post Thread: scope problem by myavuz
- Replies
- 4
- Views
- 289
I stated in my question, ' "this" pointer does not work' , I have also tried it. However, here the problem is trying to reach an outer scope which is generally imposibble in programming languages. I...
-
3 Mar 2013 5:53 PM
Jump to post Thread: scope problem by myavuz
- Replies
- 4
- Views
- 289
I want to reach variable outside the proxy. It is red colored below. How can I use this variable "this" pointer does not work. Thank you..
Ext.define('Confman.view.AuthorPaperList', {
... -
3 Mar 2013 10:21 AM
Jump to post Thread: ActionColumn double click by myavuz
- Replies
- 1
- Views
- 140
I want to have action column handler fire after double click not one click, how can I achieve it? Thank you..
-
1 Mar 2013 4:12 PM
- Replies
- 1
- Views
- 375
I return a JSON structure like that
{"rows" : "[]"}
here when I retrieve and parse this JSON with Ext.decode and load datas in store like that store.load(response.rows) there is no problem,... -
21 Jan 2013 1:09 PM
Jump to post Thread: Overide problem by myavuz
- Replies
- 1
- Views
- 142
In this code, I have written 'this.papername' to text value for column label which is define in the object. However, it does no see it, nothing prints in the column name, I should overwrite it for...
-
19 Jan 2013 9:46 AM
Jump to post Thread: Add/remove to grid dynamically by myavuz
- Replies
- 1
- Views
- 149
Ok I solved to problem. I was reaching component with Ext.get, instead I should use Ext.getCmp, now it worked, but I do not understand why get also works with some methods like setVisible, I spent...
-
19 Jan 2013 9:25 AM
Jump to post Thread: Add/remove to grid dynamically by myavuz
- Replies
- 1
- Views
- 149
My grid panel is like below. I want to add, remove, manipulate datas and reflect the results to the browser on an event handler. I used reach panel with Ext.get('MyUpload').setVisible(false); and...
-
19 Jan 2013 6:59 AM
Jump to post Thread: class system by myavuz
- Replies
- 1
- Views
- 206
My problem is with require system of the extjs. I do not understand why it is not working.
It works when I simply define a component and create one instance just under it as below
... -
19 Jan 2013 1:03 AM
Jump to post Thread: class system by myavuz
- Replies
- 1
- Views
- 206
I just want to include a view to another view and make it visible when run, however I only encounter a white screen. I could not find the problem.
More clearly when a define a panel insteadn... -
28 Dec 2012 6:08 AM
Jump to post Thread: Combobox to JSON by myavuz
- Replies
- 6
- Views
- 575
Excellent dude, both the website and your answer, thank you very much.
Note: Actually my problem is not about the retrieving the combobox value. It was about the label of value that it retrieves... -
28 Dec 2012 5:15 AM
Jump to post Thread: Combobox to JSON by myavuz
- Replies
- 6
- Views
- 575
Is not there any way? I want all form's childs(inputs) to be added to JSON object but it is not able to include combobox, how can I solve this problem?
-
26 Dec 2012 8:05 AM
Jump to post Thread: Combobox to JSON by myavuz
- Replies
- 6
- Views
- 575
Yes, it is child of the form.
-
26 Dec 2012 4:10 AM
Jump to post Thread: Combobox to JSON by myavuz
- Replies
- 6
- Views
- 575
Hi,
My form has three input fields which are text,text,combobox. When I try
var dd = Ext.encode(form.getValue());
It only gets and encodes the text inputs to the JSON, it does not include value...
Results 1 to 16 of 16
