Issue 608204
Created on 2002-09-12 05:36 by stefan, last changed 2003-03-26 11:09 by richard.
msg3046 |
Author: [hidden] (stefan) |
Date: 2002-09-12 05:36 |
|
the link label for the classhelp URLs is wrapped in parens
'(%s)'. Letting the caller decide whether he wants to
use parens would be more flexible, as then
I could make some existing text/label a link to the
help popup, instead of having to add a separate label.
Example: I'd prefer
<span ...classhelp(label='Topic'...)/>
over
Topic <span ...classhelp(...)/>
|
msg3047 |
Author: [hidden] (richard) |
Date: 2002-09-12 05:41 |
|
Logged In: YES
user_id=6405
Note that classhelp is just a convenience that generates a javascript
link - you can copy the generated HTML and modify it in any way you
like. It would be nice to have a version that just generates the link
though, to use in a tal:attributes context...
Again, not really a bug.
|
msg3048 |
Author: [hidden] (richard) |
Date: 2003-03-26 11:09 |
|
Logged In: YES
user_id=6405
Done
|
|
Date |
User |
Action |
Args |
2002-09-12 05:36:58 | stefan | create | |
|