Hi, I am newbie for django frameworks. I have a one webpage which consists of different tabs. In each different tabs consist of different custom tag fields.
But i want to show one custom tag field which is used in one or more tab. How to show this field in both the tabs.? For example: I have three tabs named like Foo Bar Baz. In each tab am having some custom tags. Foo tab contains Name, Address fields Bar tab contains Education, curricularinfo fields. Baz tab contains Name, Hobbies etc. Basically I want to show the Name field to be displayed in Foo and Baz tab. I have tried that and it is showed. But the problem is its duplicated the same element with same element id in the page. I want to show the same field without duplicate in the same page. While am doing some operations for the particular element using Jquery. Its not responding for the Baz tab Name field. Could anybody please give me some pointers to solve this? Thanks in Advance, Regards - Maverick. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.