Search Type: Posts; User: sagardash
Search: Search took 3.00 seconds.
-
21 Sep 2010 10:09 PM
Jump to post Thread: dynamically change language by sagardash
- Replies
- 1
- Views
- 582
In the bellow i got translation code
http://www.sencha.com/forum/showthread.php?72978-3.0-Automatic-translation-of-ExtJs-Components-v1.5
But here i am not getting how to change language ..
if i... -
21 Sep 2010 10:05 PM
- Replies
- 20
- Views
- 8,872
Thanks for great code...
here i am not getting how to change language ..
if i will change in that drop down then field labels are getting invisible ...In default English is coming..
can you... -
19 Sep 2010 10:39 PM
- Replies
- 8
- Views
- 12,110
Thanks devtig for your reply ..
sorry i couldnot get you ..i am using grid from that i am exporting to excel/csv/pdf .
can you please explain me little elaborately
THANKS -
19 Sep 2010 8:42 PM
- Replies
- 8
- Views
- 12,110
my server side language is php
-
17 Sep 2010 2:03 AM
Jump to post Thread: dynamically change language by sagardash
- Replies
- 1
- Views
- 582
Hi
i want to change the language according to users choice .
can i make it in extjs. what shall i do for that .Is there any example . -
14 Sep 2010 6:08 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
first one default filed will be there ... if that field is empty then it will not add additional fields ..
-
14 Sep 2010 5:52 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
but i don't have id .. so how to know which one is empty
-
14 Sep 2010 5:33 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
condor can you please help me little ... please
-
14 Sep 2010 5:09 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Thanks condor its working fine and
sorry i am asking you very silly questions everytime...
here i want to put one condition like before adding fields it should check the field is empty or not ..... -
14 Sep 2010 3:36 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
This is my add_field..
how to update ?
is this the proper way
add_field.fieldLabel = 'first name' + count;
or
add_field.label.update('New label'); -
14 Sep 2010 2:45 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
for that i think i need to write something like this..
add_field.fieldLabel = 'first name' + count;
but its not working ... -
14 Sep 2010 1:52 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Ya i want to change the filedlabel every time ..
but in that add_field i will add some more fields so i dont want to call that inside simple formpanel ..
like bellow ..
22391
that count will not... -
14 Sep 2010 1:28 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Its working fine but i don't get anything from that ...
that count is also not working here..
fieldLabel: 'First Name' + count -
14 Sep 2010 1:08 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
hi condor ,
can we put xtype in one variable and call that in add function like bellow
var add_field = {
columnWidth: .5,
layout: 'form',
border: false,
... -
14 Sep 2010 1:01 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Ext.onReady(function () {
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
var bd = Ext.getBody();
var count = 0;
var add_field = { -
13 Sep 2010 11:28 PM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Hi condor,
can you please tell me why that count is not incrementing and remove is not working ....
Ext.onReady(function () {
Ext.QuickTips.init();
... -
13 Sep 2010 10:03 PM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
I think u didnt get my question ..
I am sending multiple firstname,lastname,email to backend .. how i will insert into one table ?
please help me .. -
13 Sep 2010 6:03 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
If we have dynamic fields for firstname, lastname,email etc .
I want to save those dynamic fields in different columns of a table . but i dont know how to differentiate those lastname... -
13 Sep 2010 5:54 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
condor can you please help me in getting the id of added fields ... so that i can put it one string and send it to backend . because in backend i dont know the name of dynamically created fields .
-
13 Sep 2010 2:20 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
thanks condor.
can u please tell me how to catch those unique ids of textfields .. because i want to put those ids in one string and send to the back end.
can it possible. THANKS -
12 Sep 2010 10:21 PM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
22348
Here if i will click on first remove button then its removing one textfield and one button but along that last remove button is also going.(like bellow images)
22349
can you please... -
9 Sep 2010 9:46 PM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Here i am trying to remove the added field.. did i write it correctly ?
can you please tell me.. THANKS
items: [{
xtype: 'button',
text: 'ADD',
id: 'add', -
8 Sep 2010 6:05 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Thanks a lot condor ...
I implement it successfully and its working fine ...
Can you please tell me how to remove the added fields..
THANKS A LOT -
8 Sep 2010 4:22 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Sorry condor, i didnt get....
Is that add(), a inbuilt function of extjs Formpanel.
can u please give me one example..
Sorry -
8 Sep 2010 3:43 AM
Jump to post Thread: Creating dynamic fields by sagardash
- Replies
- 36
- Views
- 2,936
Hi,
Here i am trying to create dynamic fields.Its sending every fields names to the backend. so i think it ll store in the database.
but the designing is not good. its not like extjs.. because...
Results 1 to 25 of 84
