Search Type: Posts; User: Manoj Parida
Search: Search took 0.02 seconds.
-
22 May 2013 9:04 PM
- Replies
- 2
- Views
- 96
Thanks Slemmon for your replay.
So there is no possibility for straight forward.
Can you have any other appraoch for this.
Thanks,
Manoj -
20 May 2013 10:19 PM
- Replies
- 2
- Views
- 96
Hi All,
I have this checkboxgroup,
Ext.create('Ext.form.Panel', { title: 'Checkbox Group', width: 300, height: 125, bodyPadding: 10, renderTo: Ext.getBody(), items:[{ ... -
9 Apr 2013 8:27 PM
- Replies
- 2
- Views
- 301
Thanks for your reply,actually i did not get your points,please give some brief descriptions about this :-/
Thanks
Manoj Parida -
9 Apr 2013 6:18 AM
- Replies
- 2
- Views
- 301
Hi All,
I want to achieve re-arranging fields in form panel by drag and drop.
For an example,i have one text field and one combo box in a form panel with vertical/horizontal manner and here i... -
8 Apr 2013 7:00 AM
Jump to post Thread: Mouseover on textfield. by Manoj Parida
- Replies
- 1
- Views
- 254
Got the solution,by below steps:
1:define xtype:removecontainer (extending container) and the design should looks like below
{
xtype : 'removecontainer',
layout : 'hbox',
... -
5 Apr 2013 11:45 PM
Jump to post Thread: Mouseover on textfield. by Manoj Parida
- Replies
- 1
- Views
- 254
Hi All,
I am using ExtJs 4.1,here have a formpanel with items like textfield.While mouseover each textfield will show with a border to textfield and an icon in top-right corner.By click on icon... -
5 Feb 2013 4:20 AM
- Replies
- 3
- Views
- 981
Cool,for working purpose it is acheived by one technique,below mention steps
Initially hidden:true for this grid.
1- Get the id of grid by
Ext.getCmp('grid-id');
2- Now to showing grid by... -
9 Jan 2013 11:11 PM
- Replies
- 1
- Views
- 229
Please help someone to me about this :-/
-
8 Jan 2013 2:43 AM
- Replies
- 1
- Views
- 229
Here is an ajax request to backend
// Ajax request
Ext.Ajax.request({
url : 'http://localhost:8080/myapp',
method: 'GET',
params: { -
3 Jan 2013 1:28 AM
- Replies
- 1
- Views
- 335
Hi,
As per refresh(),it refreshes the view by reloading the data from the store and re-rendering the template.So when we call this method,store will be reloaded.
For your requirement,can you... -
2 Jan 2013 9:45 PM
- Replies
- 3
- Views
- 981
Thanks for moving.
May i know is this a bug in Extjs 3.4 and we are not able to show items.
As per i gone through in forum,it is a bug in Extjs 2.2,please look into this link... -
1 Jan 2013 11:17 PM
- Replies
- 3
- Views
- 981
Hi All,
I am using Extjs 3.4,
setting hidden:true for an item(grid) and when i click on a button,want to show this grid
for that i am using
grid.show(); or
grid.setVisible(true);
It is... -
19 Dec 2012 7:13 AM
- Replies
- 1
- Views
- 252
Yes!!!got the way to acheive this.
When row is selected from one grid,firing 'rowselect' event and get the row index,pass this index to other tab by tabchange evnt of tabpanel.
//grid selection ... -
17 Dec 2012 12:51 AM
- Replies
- 1
- Views
- 252
Hi All,
I have two gridpanels as item in Tabpanel,these gridpanels having no of rows,
If i click on any row in activetab,row color is changed by below style
#abc .x-grid3-row-selected{
... -
6 Nov 2012 3:59 AM
- Replies
- 3
- Views
- 585
This is good topic,but when i used this code and run in emulator's browser,
1: There is no number field while user wants to enter text in password field.
2: From general keypad if select... -
28 Oct 2012 2:42 AM
- Replies
- 3
- Views
- 372
No, i didn't tried with sqlite proxy.
Can you please give some idea about this.
Regards
Manoj Parida -
25 Oct 2012 2:31 AM
- Replies
- 3
- Views
- 372
Hi All,
As i am creating one app in android,it is for storing and retrieving data from android device.
For this i used Storage api of phonegap,data what ever in my form is inserted into my... -
23 Oct 2012 3:50 AM
- Replies
- 2
- Views
- 458
As of now, both itemtap and disclose event working in itemtap event
like below code-
itemtap : function(component,index,target,record,eOpts) {
if (eOpts.target.className... -
23 Oct 2012 3:09 AM
- Replies
- 14
- Views
- 5,184
Is there any good tricks,that we have to handle both these events separately.
Means
disclose : function( this, record, target, index, e, eOpts
) {
... -
23 Oct 2012 2:58 AM
- Replies
- 2
- Views
- 458
Hi All,
1- One list is configured with onItemDisclosure: true, for this disclose event is fired.
2- Again, itemtap event is fired in list, for editing the list item.
Now the problem is when... -
20 Sep 2012 9:58 AM
- Replies
- 4
- Views
- 731
Thanks for suggestion,as {"id":"123456"} is my response coming while click on submit button,it is coming because it has no success:"true" field and failure function is execute.
After getting ... -
18 Sep 2012 4:03 AM
- Replies
- 4
- Views
- 731
Hi,
I gone through this link,as this link tells that
There isn't anything there that will override the submit method.
Is it acceptable or we may override ?
Any suggestions!!!! -
18 Sep 2012 3:02 AM
- Replies
- 4
- Views
- 731
Hi,
I want to override submit method of Ext.form.Panel while click on login button in form, for adding extra field in response.
If possible,give some idea.
Thanks in Advance.
... -
10 Sep 2012 3:33 AM
- Replies
- 1
- Views
- 381
Hi All,
I using touch application code to call rest api and one value is coming through Response Headers,how can i get it form Response Headers
Response Headers content
... -
30 Aug 2012 11:36 PM
- Replies
- 4
- Views
- 716
Thanks for reply.
As of my problem,
itemTpl: [
'<div class="list-gg">{name}<span class="list-button"><button id="detailsButton" class="detailsButton" hidden=true>Delete</button> </span> </div>'...
Results 1 to 25 of 28
