Search Type: Posts; User: nani1216
Search: Search took 0.06 seconds.
-
24 Feb 2012 5:19 AM
- Replies
- 3
- Views
- 1,363
Thanks friend for you answer,
Can you provide me info / any link for best practices of extjs 4, dos and donts.
Thank you. -
23 Feb 2012 2:07 AM
- Replies
- 3
- Views
- 1,363
Hi,
How can i create a reusable extjs components ( panels, fromPanels, data stores ) with out using extjs 4 MVC. If its not possible how to do it with MVC,
My application will have 3 tabpanels... -
23 Feb 2012 12:23 AM
- Replies
- 3
- Views
- 2,190
{ "data" :
[ { "userName" : "Nani1216" },
{ "id" : "RadioGroupName",
"value" :
{ "RadioGroupName" : "inputValue" }
},
{ "id" : "RadioGroupName2",
"value" :
{... -
21 Feb 2012 4:38 AM
- Replies
- 1
- Views
- 527
I have 3 panels and each panel will have 7 - 10 fields.The main form panel contains a combo field and the 3 panels.Based on the combo selected value i'm hiding the remaining 2 panels and showing one...
-
1 Feb 2012 11:15 PM
- Replies
- 4
- Views
- 3,238
mjhastn! i too have the same problem. but i didn't get what is the property and where to set. Can you post a code sample here please.
Thanks. -
25 Dec 2010 4:20 AM
Jump to post Thread: Grid proxy problem in IE by nani1216
- Replies
- 1
- Views
- 683
hai!.....
I'm loading into grid using proxy.....
Its works fine in Firefox and Chrome but its not working in IE
In IE the Grid Showing loading..... msg...
here is the code......... -
26 Nov 2010 5:48 AM
- Replies
- 1
- Views
- 608
I'm loading some data in to form for edting purpose
when i click update button first time the url in the proxy will executes only once
when i load other data second time and update it the url... -
26 Nov 2010 5:33 AM
Jump to post Thread: Form submitting multiple times by nani1216
- Replies
- 4
- Views
- 897
Please some one help me
-
22 Nov 2010 6:10 AM
- Replies
- 15
- Views
- 7,561
Hi
i've the same problem with the extjs grid panel
i set the higher zindex for autosuggest
and lower zindex for the grid. but its not worked, autosuggest results goes behind grid please me... -
4 Nov 2010 2:06 AM
Jump to post Thread: disable panel elements by nani1216
- Replies
- 2
- Views
- 683
Thanks ........
Thats worked fine............. -
4 Nov 2010 12:15 AM
- Replies
- 7
- Views
- 2,956
I have the same problem.
Thank you for posting your code....
I want to disable all fields of a panel not form
how can i do this.... -
4 Nov 2010 12:07 AM
Jump to post Thread: disable panel elements by nani1216
- Replies
- 2
- Views
- 683
How can i disable (or enable if already disabled) all fields in a panel at once
we can disable individual elements using Ext.getCmp('element_id').disable();
i'm placing 5 panels in a form.... -
3 Nov 2010 7:21 AM
Jump to post Thread: Radiogroup data loding problem by nani1216
- Replies
- 4
- Views
- 754
Thank you condor
i got the code.............its working fine now....
i'm using this code now
Ext.override(Ext.form.RadioGroup, {
getName: function() {
return... -
3 Nov 2010 7:06 AM
Jump to post Thread: Radiogroup data loding problem by nani1216
- Replies
- 4
- Views
- 754
I searched in 2.x Bugs section but can't able to find the exact code.
can you please give the code which i have to use instead of what i'm using now, or give me a link to the page where i can find... -
3 Nov 2010 4:41 AM
Jump to post Thread: Radiogroup data loding problem by nani1216
- Replies
- 4
- Views
- 754
Hi,
i'm using radiogroup in form
while loading data into form its not loading data into radiogroup. I'm getting data in all remaining fields
radio group code is here -
1 Nov 2010 3:22 AM
- Replies
- 2
- Views
- 743
Hi..
I'm using coboboxes in form it looks good in firefox but
displaying incorrectly in IE(6,8) and Chrome.
I attached the images how they will look in IE and chrome.
In IE combo button... -
29 Oct 2010 3:18 AM
Jump to post Thread: htmleditor validation by nani1216
- Replies
- 0
- Views
- 665
Hi,
How to validate htmleditor. I want htmleditor field shoul not be empty in my form.
I don't find allowBlank property for htmleditor.
Please tell me how to validate htmleditor.
I tried... -
26 Oct 2010 4:07 AM
Jump to post Thread: get value by form name by nani1216
- Replies
- 1
- Views
- 1,227
Hi,
We can access form element values using Ext.getCmp('field_name').getValue();
How can we access form element values using form name and fields
i've a requirement like access the field... -
26 Oct 2010 2:05 AM
Jump to post Thread: Read form response data by nani1216
- Replies
- 0
- Views
- 519
Hi,
When form submit action success: true i'm sending some data in the response object.
How can i get the response data,
I wnat to display the response data
I'm sending data like this... -
26 Oct 2010 1:57 AM
Jump to post Thread: Paging tool bar styles by nani1216
- Replies
- 5
- Views
- 1,023
Thanks a lot
-
26 Oct 2010 1:36 AM
Jump to post Thread: Paging tool bar styles by nani1216
- Replies
- 5
- Views
- 1,023
Thanks,
I used the same,
for centering the message i'm using like this
emptyText: '<div align="center" style="font-weight:bold;width:450px">No items to display</div>'
when i use like this it... -
25 Oct 2010 11:36 PM
Jump to post Thread: Paging tool bar styles by nani1216
- Replies
- 5
- Views
- 1,023
Hi, All
I'm using emptyMsg property of pagingtool bar. It displays the emptyMsg text to the right side of the paging tool bar.
I want to display it in the center of the paging bar and also want... -
18 Oct 2010 10:16 PM
Jump to post Thread: Form submitting multiple times by nani1216
- Replies
- 4
- Views
- 897
This is the form code
var chapter_form = new Ext.form.FormPanel({
id: 'add_chapter_form_id',
title: false,
cls:'textlineht',
labelWidth: 130,
labelSeparator:'... -
18 Oct 2010 9:22 PM
Jump to post Thread: Empty message in gridPanel by nani1216
- Replies
- 4
- Views
- 1,079
I'm using Extjs gridPanel to display data. I want to show "No data..." message in gridPanel when no data available. How to do this ?.
I tried emptyText property but its not worked.
I think... -
18 Oct 2010 4:28 AM
Jump to post Thread: Form submitting multiple times by nani1216
- Replies
- 4
- Views
- 897
Hi,
I'm using a form for edit some records. Each time When Edit link is clicked i'm loading one record data into form, changing the values and updating, its worked fine for the first time.
...
Results 1 to 25 of 27
