is there any way to set the value to a ITEM's attribute dynamically?may be through FormApi or through some other methode.actully i have to set the max attribute of the container dynamically.waiting for your replies...Venus
You can set *some* attributes of DCT items dynamically. Read the Form API manual to find out. If you specify which attribute and which version of TeamSite, maybe someone can give you a more detailed answer.
Can't be done through FormAPI.
Sure, read the formapi manual. There are events that are triggered before a replicant is added, if you do not want that to happen return false.
Actually i have read that manual FomAPI but i couldnot found any function to set the value of "max" attribute on any event.its a big problem. will you please tell me how to set value of "max" attribute other than set the static value in DCT.Venus
you have to catch the event onReplicantAdded...