Search Type: Posts; User: micky1984
Search: Search took 0.02 seconds.
-
6 May 2013 11:56 PM
- Replies
- 6
- Views
- 245
both are separate app and both has own viewport.
-
5 May 2013 10:18 PM
- Replies
- 6
- Views
- 245
thank you for your reply.
but i need to open the second app into the tab of first app (on tab click). can you tell me the best way to do it.. one i know that is iframe, but i want to know the best.... -
3 May 2013 4:13 AM
- Replies
- 6
- Views
- 245
after generating a Workspace using Sencha Cmd and create Two different app, i just want to Run the first app and then after clicking a button,it calls the second app :) Like A main app calling...
-
8 Jan 2013 10:39 PM
- Replies
- 2
- Views
- 290
Thanks.. i got the solution.
-
24 Dec 2012 3:46 AM
- Replies
- 2
- Views
- 290
Hi,
I am using a third party api. When sencha hit first api it will return all records at once. I can't buffer or store it in db but i want to call second api which will find some other... -
20 Jan 2011 3:27 AM
- Replies
- 25
- Views
- 23,669
hi guys, if you want to use this plugin with form panel then you have to modify the code in PrinterFriendly.js file:
old code:
case 'form':
this.component = o;
... -
16 Dec 2010 11:50 PM
- Replies
- 0
- Views
- 973
Hi,
I want to use tree as a email menu
like:
InBox(23)
Drafts(1)
like this. how i can do this.
i want like this... http://www.biucentrax.com/images/sshot/readmail.jpg -
7 Dec 2010 2:58 AM
- Replies
- 103
- Views
- 69,005
I am also looking for this link but not working now.. anybody if have that one please post here. Thanks!
-
3 Dec 2010 4:54 AM
- Replies
- 2
- Views
- 634
Thanks! Now, I am creating my own.. :)
-
30 Nov 2010 3:17 AM
- Replies
- 9
- Views
- 711
Hi Condor,
can you please ans this
http://www.sencha.com/forum/showthread.php?117234-How-can-i-use-feed-viewer-example-in-desktop-example
thanks in advance. -
30 Nov 2010 2:54 AM
- Replies
- 2
- Views
- 634
Hi all,
i want to use extjs feed viewer example in extjs desktop example. when i tried this its looks weired and not clickable. plz need help.
thanks!
Micky -
30 Nov 2010 2:39 AM
- Replies
- 9
- Views
- 711
remove the comma. there is no requirement of comma.
well scope : this is for tell the function for the scope. i am using this in the desktop example. so, in everride.js file i have to use like this. -
12 Jul 2010 2:39 AM
- Replies
- 9
- Views
- 711
Yes, exactly.
Thanks Condor.
:) Thanks a lot
i used this:
var tabs = Ext.getCmp('reportsTabPanel').add({
title : title,
id : tabId, -
12 Jul 2010 1:39 AM
- Replies
- 9
- Views
- 711
Now this variable
var reportTab = rec.get('report_for');
reportTab contains the name like sometimes its diagnosis, and medication and what ever the var name in the grid. Actually i made the... -
12 Jul 2010 12:11 AM
- Replies
- 9
- Views
- 711
hi condor,
Thanks for reply. Well, report_for fields contain the name of the functions i fixed that in my myData as you can see above. So i want it to be call a function whatever the function name... -
9 Jul 2010 4:40 AM
- Replies
- 9
- Views
- 711
Hi,
My problem is i have a grid have 3 or 4 rows. I want when i double click on the row the relative function call dynamically. Here is my code:
/* Override the module code here.
* This code... -
14 Jun 2010 2:00 AM
Jump to post Thread: Values saving in dataview by micky1984
- Replies
- 9
- Views
- 1,135
No, This is not working for me.
Give me some other solution. -
12 Jun 2010 3:00 AM
Jump to post Thread: Values saving in dataview by micky1984
- Replies
- 9
- Views
- 1,135
But the problem is the id goes same <div id="container"> container every time. This is the problem.
-
12 Jun 2010 2:17 AM
Jump to post Thread: Values saving in dataview by micky1984
- Replies
- 9
- Views
- 1,135
Thanks swarnendude for your reply. Where i put this code and
please let me know. -
11 Jun 2010 6:16 AM
Jump to post Thread: Values saving in dataview by micky1984
- Replies
- 9
- Views
- 1,135
No, not on onclick by that code i posted above i see multiple textboxes according to database records.
I want, when i change the values in the textbox then i want to save the fields value.
I think... -
11 Jun 2010 3:04 AM
Jump to post Thread: Values saving in dataview by micky1984
- Replies
- 9
- Views
- 1,135
I have textboxes and a check box and two radio buttons. Can anyone help me out how i can save these fields value on onchage events: my code is:
xtype: 'form',
id: 'phyexam_show_all_sys_panel' +... -
4 Jun 2010 4:48 AM
- Replies
- 2
- Views
- 808
Well i got the solution...
In my data view i made the multiSelect: true, but actually it will be false in check boxes case.
Thanks! -
3 Jun 2010 12:55 AM
- Replies
- 2
- Views
- 808
My code is this for dataview:
xtype : 'form',
id : 'ros_general'+r.get('id'),
frame : false,
border : false,
autoScroll : true,
title : 'centeral area', -
3 Jun 2010 12:49 AM
Jump to post Thread: TwinTriggerField by micky1984
- Replies
- 3
- Views
- 1,114
{
xtype:'label',
html:'Templates'
},{
xtype:'textfield',
name:'templates',
enableKeyEvents:true,
listeners:{
specialkey: function(field, e){
... -
3 Jun 2010 12:47 AM
Jump to post Thread: TwinTriggerField by micky1984
- Replies
- 3
- Views
- 1,114
What is jsbeautifier?
{
xtype:'label',
html:'Templates'
},{
xtype:'textfield',
name:'templates',
Results 1 to 25 of 30
