I have a list of titles dynamically presented to the user:
[ x ] - [ + ] - Título 1
[ x ] - [ + ] - Título 2
[ x ] - [ + ] - Título 3
[ x ] - [ + ] - Título 4
The number of items is variable and the values for Title are also dependent on the user's previous choices.
The first button [ X ]
is for DELETE the record, the second [ + ]
is for EDIT .
DELETE I need a% window that will CONFIRME delete the registry.
I did so: Prompt
But the two buttons on the prompt do the same thing. This is OK delete and CANCEL too.
Does anyone have any idea how to make this work?