e.g. while debugging..
.
.
var de = ytmyvb.Profile.Window.Design(des[i][0],des[i][2],des[i]
[3],des[i][5],des[i][1],des[i][4],des[i][6],des[i][7],des[i][8],des[i]
[9],this.design_onload);
.
.
when i now mouseover "Design" the quickinfo shows "function()"
I propose it should be display:
"Design(id,title,prev_img,d_id,owner_id,is_public,descr,changes_window_positions,changes_window_color,extend_only,onload_fn)"
or
"ytmyvb.Profile.Window.Design(id,title,prev_img,d_id,owner_id,is_public,descr,changes_window_positions,changes_window_color,extend_only,onload_fn)"
what do you think?
I think you are talking about what we would call "tooltips" but I
can't figure out more than that from the info you give here.
jjb
yes.. tooltip was the correct name!
sorry for my bad english.
so far
jjb
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to fir...@googlegroups.com.
To unsubscribe from this group, send email to
firebug+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.
On Mar 24, 9:21 am, Christian Tölle <ctoe...@campus.upb.de> wrote:
> Hi again..
>
> yes.. tooltip was the correct name!
> sorry for my bad english.
>
Ok, but I need to know exactly that object you have under the mouse
pointer to know what is possible for the tooltip.
This is where a concrete and specific public example is very
handy ;-).
jjb