Hello,
It seems this topic might correspond to question I want to ask.
My code is:
<if test="&@contact.todos">
<table-plus with="&@contact.todos" fields="user.nickname, this,
date" style="padding:0px; border: 2px solid red;">
<header: replace/>
<thead: replace/>
<tfoot: replace/>
<controls:/>
</table-plus>
</if>
This renders all todos related to chosen contact
The thing is, that desregarding tutorial <controls:/> renders only
Remove button. [bad <controls:/> ;-) ]
Anyway - does anyone know why Edit link does not appear and how to
bring it back?
Hmmm... actually I just noticed that Edit links are rendered, but they
are outside table-plus, and all links are in same position, so it
looks like there is only one link to the last of rendered to_dos. Any
ideas how to solve it? Rendered HTML is:
<td class="controls" style="width:160px">
<a class="edit-link todo-link" href="/todos/4086-call-
regarding-possible-project/edit">Edit</a>
<input class="button delete-button delete-todo-button"
onclick="Hobo.removeButton(this, '/todos/4086-call-regarding-possible-
project', [], {fade:true, confirm: "Are you sure?"})"
type="button" value="Remove" />
</td>
(somehow setting style=width, position or display does not infuence
where Edit link is rendered)
--
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.