a!sectionLayout( firstColumnContents: {}, secondColumnContents: { if( isnull( local!delIndex ), {}, a!richTextDisplayField( labelPositions: "COLLAPSED", value: { a!richTextItem( text: "Are you sure you want to delete row " & local!delIndex & "?", style: "EMPHASIS" ), a!richTextItem( text: " YES ", style: "STRONG", link: a!dynamicLink( value: local!delIndex, saveInto: { a!save( local!items, remove( local!items, save!value ) ), a!save( local!itemsToken, remove( local!itemsToken, save!value ) ), a!save( local!delIndex, null ) } ) ), a!richTextItem( text: "/" ), a!richTextItem( text: " NO ", style: "STRONG", link: a!dynamicLink( value: null, saveInto: local!delIndex ) ) } ) ) } )