On Fri, Feb 8, 2013 at 3:45 PM, K. Fossil user <
[email protected]> wrote:
> 2/ Is it possible that you put a tooltip when the mouse is hovering ?
> (at most 200 entries, for example)
>
That is unfortunately a bigger change that it might initially seem because
those menus are created via two common routines which do not allow
customization of the title attribute.
timeline_submenu(&url, "200 Entries", "n", "200", 0);
===>
static void timeline_submenu(
HQuery *pUrl, /* Base URL */
const char *zMenuName, /* Submenu name */
const char *zParam, /* Parameter value to add or change */
const char *zValue, /* Value of the new parameter */
const char *zRemove /* Parameter to omit */
){
style_submenu_element(zMenuName, zMenuName, "%s",
url_render(pUrl, zParam, zValue, zRemove, 0));
}
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users