Hi,
Records of a collection are displayed in a TTIWContinuousScroll.
The records can be edited.
Via a link (<a href=..>) is called Event TIWContinuousScroll.AsyncControlEvent().
In TTIWContinuousScroll.AsyncControlEvent () is called a TTIWAdvMessageDialog;
The Records of the collection be changed in Events TTIWAdvMessageDialog.AsyncButtonClick ().
By editing can occur:
- Field contents of the records change
- The order of the records varies
- The amount of items need to be adjusted
- Record can be added
- Record can be deleted
Everything goes so far.
But how can update the relevant items of the TTIWContinuousScroll?
thanks
and sorry for my english.