AjaxUpdateContainer function not defined
AjaxUpdateContainer function not defined
- Subject: AjaxUpdateContainer function not defined
- From: Marcos Trejo Munguia <email@hidden>
- Date: Thu, 14 Sep 2006 19:04:09 -0500
Hi List,
I have a big problem with AjaxUpdateContainer, I have an AjaxDroppable matrix, for every droppable object in the matrix I have an AjaxUpdateContainer inside. The id of the container is generated with the row and column numbers, something like _00, _01, _02, etc. I added the underscore to be able to call the function <id>Update() every time that something is dropped inside an AjaxDroppable, so the onDrop look like this
"function(element, droppableElement) { _[row][column]Update(); }" for each AjaxDroppable, the problem comes when you change the number of rows or columns in the matrix, the initial size of the matrix is 4x4, if I change the number of rows to 6 for example, when I drop something in rows 5 or 6 I get the next JavaScript Error: _50Update() is not defined.
I would appreciate any help.
Thanks in advanced.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden