Thanks, Andrew. Now it's definitely clear.
In short and for practical purposes - the reference naming context shifted by one level ("add props:remove" -> "::add remove").

-- Renzo

Andrew Robinson wrote:
     <tr:table id="props" partialTriggers="add props:remove"
    

"props:remove" works because it will match the naming container's ID
(although this is not documented behavior and therefore subject to
break), but "remove" is the preferred way, and the one supported as
part of the public API and will have better performance


  

Reply via email to