The difference between the first two is a feature of DRYML only recently documented.
<tag /> uses the default param for the content. <tag></tag> replaces the default param with the stuff between the open and close tags -- ie nothing. Now why your edit link is showing up when you explicitly asked to remove it is another question I'll have to look into in the morning. cheers, Bryan Montgomery Kosma wrote: > Something odd is happening. > > 1. <controls: without-edit-link /> => shows Edit and Remove buttons > 2. <controls: without-edit-link></controls:> => shows NO buttons, but > leaves the horiz. space for them > 3. <controls: without-edit-link><delete-button /></controls:> => shows > only the Remove button (but enough horiz. space for both) > > Shouldn't these three snippets yield the same result? > > On Jun 18, 6:57 pm, Montgomery Kosma <[email protected]> wrote: >> In table-plus, I want a Delete but not an Edit button. Why does the >> following not elim the Edit button? >> >> <table-plus: fields="xxx"> >> <controls:> >> <edit-link: replace/> >> </controls:> >> ... rest deleted ... > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
