Sradda Enaganti
05-12-2008, 03:23 AM
Hi All,
i have a problem with checkboxes.I have two tabs.In first tabpane name is "family group" and the another tabpane name is "Email list".
If you click on the "family group" some checkboxes are there shown.
Suppose if u click on checkbox then the corresponding email id(checkbox value) is going to store in the textbox of another tabpane "email list".If u click on more than one checkbox also that the email id's will append to the earlier mail id in the textbox.
Suppose if we deselect the checkbox then the corresponding emailid is delete from the textbox of second tabpne "email list".
Here i'm sending my code any body help me plz.................
Code is given below .............
<view x="20" y="80">
<simplelayout/>
<tabs id="tb1" x="20" y="200" height="200" width="300">
<tabpane id="tp1" inset_left="10" inset_top="10" inset_bottom="10" inset_right="10">Family group
<checkbox id="ch1">Sradda</checkbox>
<text id="tt1" x="80">sradda.aarya@gmail.com,</text>
<checkbox id="ch2" y="30">Kartik</checkbox>
<text id="tt2" x="80" y="30">karthik@edinc.in,</text>
</tabpane>
</tabs>
</view>
<view y="80">
<simplelayout/>
<tabs id="tb2" x="400" y="200" height="400" width="400">
<tabpane inset_left="10" inset_top="10" inset_bottom="10" inset_right="10">E-Mail List
<edittext id="item" y="60" width="100" height="30" multiline="true">
</edittext>
</tabpane>
</tabs>
</view>
</canvas>
Thanks,
Sradda Enaganti.
i have a problem with checkboxes.I have two tabs.In first tabpane name is "family group" and the another tabpane name is "Email list".
If you click on the "family group" some checkboxes are there shown.
Suppose if u click on checkbox then the corresponding email id(checkbox value) is going to store in the textbox of another tabpane "email list".If u click on more than one checkbox also that the email id's will append to the earlier mail id in the textbox.
Suppose if we deselect the checkbox then the corresponding emailid is delete from the textbox of second tabpne "email list".
Here i'm sending my code any body help me plz.................
Code is given below .............
<view x="20" y="80">
<simplelayout/>
<tabs id="tb1" x="20" y="200" height="200" width="300">
<tabpane id="tp1" inset_left="10" inset_top="10" inset_bottom="10" inset_right="10">Family group
<checkbox id="ch1">Sradda</checkbox>
<text id="tt1" x="80">sradda.aarya@gmail.com,</text>
<checkbox id="ch2" y="30">Kartik</checkbox>
<text id="tt2" x="80" y="30">karthik@edinc.in,</text>
</tabpane>
</tabs>
</view>
<view y="80">
<simplelayout/>
<tabs id="tb2" x="400" y="200" height="400" width="400">
<tabpane inset_left="10" inset_top="10" inset_bottom="10" inset_right="10">E-Mail List
<edittext id="item" y="60" width="100" height="30" multiline="true">
</edittext>
</tabpane>
</tabs>
</view>
</canvas>
Thanks,
Sradda Enaganti.