Insert Add Row into the map list. When the Add Row action item is selected, the _addRow method is sent to _SELF_.
map = insertn(map, _SELF_, -1);
    map = insertc(map, '_addRow', -1);