Search Type: Posts; User: santosh.kumar
Search: Search took 0.10 seconds.
-
Today 10:46 AM
- Replies
- 0
- Views
- 18
Hi,
Is there a way or different control to display a formatted plain text in message box?
Basically, i am getting response, a formatted (with new lines, spaces ) plain text, from server which... -
17 May 2013 1:50 PM
- Replies
- 4
- Views
- 174
sorry for late response and thanks for the reply. Version i am using is 4.1 .The more i am testing my app, i feel like i need to have JSON decode issue handling on application as a whole and not just...
-
2 May 2013 9:24 AM
- Replies
- 4
- Views
- 174
uploadfileContainer.submit({
url: ApplicationSetup.globals.localhosturl + '/AdminUI/handlers/DataImportUpload.ashx?inputFile=' + filename + '&id=' + connectionid + '&_authToken='... -
30 Apr 2013 10:00 AM
- Replies
- 4
- Views
- 174
Hi,
I am using file field for uploading files and using form.submit approach to upload to httpHandler. I was getting "you're trying to decode invalid json", i googled and found answer at... -
23 Apr 2013 1:26 PM
- Replies
- 1
- Views
- 60
Hi,
I am using ExtJS and have following logic to handle mouse events on IFrame
Ext.EventManager.on(iframe.getEl(), { click:me.checkSession });
and following is checkSession function -
3 Apr 2013 9:38 AM
Jump to post Thread: IFrame dom ready event by santosh.kumar
- Replies
- 1
- Views
- 97
Hi,
I have following code with IFrame and i would like to listen to dom ready event of IFrame. How to do that?
me.myIFrame = Ext.create('Ext.container.Container', {
... -
19 Feb 2013 12:50 PM
- Replies
- 3
- Views
- 368
Solved it... I am using 'expand' event of combo box to make Ext.Ajax cross domain request and load the local store of combo box.
-
19 Feb 2013 11:41 AM
- Replies
- 2
- Views
- 131
i want the activate event to fire in both controllers but for their own views. eg. ControllerA's activate should fire only when 'ControllerAView' is activated and respectively. The problem is because...
-
19 Feb 2013 10:47 AM
- Replies
- 3
- Views
- 368
I am getting "cannot call method 'indexOf' of undefined' when i used your suggestion. here is my code:
return Ext.create('Ext.form.ComboBox', {
value: defaultvalue,
... -
15 Feb 2013 4:03 PM
- Replies
- 3
- Views
- 368
hi,
Is there a drop down click event in combo box? I want to load data into combo box only when dropdown is opening.
Note: i am using a webservice from different domain, so, i guess ajax call... -
14 Feb 2013 7:50 AM
- Replies
- 2
- Views
- 131
Hi,
I have a question about the right approach to handle events in derived controllers. Here is my code:
Ext.define('ControllerA', {
extend: 'Ext.app.Controller',
refs: [ -
12 Dec 2012 6:58 AM
- Replies
- 1
- Views
- 114
Hi,
I am learning extjs.
In MVC i want to show list of items from webservice. I created listbox and store. Now the challenge is making webservice call from store and loading it. Here is my... -
30 Nov 2012 9:22 AM
- Replies
- 2
- Views
- 211
how to handle localization scenario then? the text could be smaller in english but longer in german.
-
28 Nov 2012 11:40 AM
- Replies
- 2
- Views
- 211
Hi,
Is there a way to set the fieldLabel to autosize in textfield? Per docs default width of label is 100.
Thanks
Santosh -
12 Nov 2012 4:10 PM
Jump to post Thread: filefield questions by santosh.kumar
- Replies
- 1
- Views
- 282
Hi,
I have few questions on filefield:
1. How to make filefield editable? (to enter file path manually)
2. When i select file from dialog... the path getting displayed is something like... -
8 Nov 2012 6:08 PM
- Replies
- 4
- Views
- 266
thats it... thats the problem. Thanks much.
-
8 Nov 2012 6:01 PM
- Replies
- 4
- Views
- 266
it is called just once. However if i put me.createHeader() at the end, i.e. after </tpl> it is called for each item.
-
8 Nov 2012 5:37 PM
- Replies
- 4
- Views
- 266
Hi,
I am a beginner in extjs. I am trying to add footer to View in the template. here is my template
me.tpl = [
me.createHeader(),
'<tpl for=".">',
... -
4 Oct 2012 4:00 PM
- Replies
- 2
- Views
- 472
Thanks Scott.
I looked more into the documentation of Sencha and found what i am looking for at
http://docs.sencha.com/ext-js/4-1/#!/example/sandbox/sandbox.html
and... -
3 Oct 2012 5:14 PM
- Replies
- 2
- Views
- 472
Hi,
Is it possible to use ExtJs3.1 UI element in ExtJs4.0?
For our latest development we are using ExtJs 4.0. But we want to re-use some of the UI bits which are developed in 3.1, inside 4.0...
Results 1 to 20 of 20
