Book a Demo

Author Topic: html templates (notes on diagram)  (Read 3519 times)

belunch

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
html templates (notes on diagram)
« on: February 09, 2005, 02:19:12 pm »
hello,
does anyone know how to make notes for objects visible
as "floating windows" in html documentation.
I want to show object note (for example table or uc description in longer form) as "floating window" while mouse is over it. I know i should use some html tag (i do not remember it exactly but i can check it (text="description" or sthg) in <area> tag ... but i do not know where i can find it

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: html templates (notes on diagram)
« Reply #1 on: February 09, 2005, 02:57:13 pm »
Quote
TITLE
The TITLE attribute provides a title for an element and is commonly implemented as a "tooltip" on visual browsers, though many browsers lack support for TITLE. The attribute is most useful with A, LINK, IMG, and OBJECT elements, where it provides a title for the linked or embedded resource. Some examples follow:

<A HREF="mailto:[email protected]" TITLE="Feedback on HTML 4.0 Reference">[email protected]</A>
<A HREF="http://www-genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html" TITLE="CGI.pm - a Perl5 CGI Library">CGI.pm</A>
<LINK REL=Alternate HREF="index.fr.html" HREFLANG=fr LANG=fr TITLE="Version française">
<OBJECT CLASSID="java:Yahtzee.class" CODETYPE="application/java" WIDTH=400 HEIGHT=250 STANDBY="Ready to play Yahtzee?" TITLE="My Yahtzee Game">
<IMG SRC="yahtzee.gif" ALT="" TITLE="A Yahtzee animation">
Yahtzee is my <EM>favorite</EM> game!
</OBJECT>



Copyright © 1998 Liam Quinn. All rights reserved.

from The Web Design Group's html help doc - somewhere in http://www.htmlhelp.com/
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

belunch

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: html templates (notes on diagram)
« Reply #2 on: February 10, 2005, 12:52:32 am »
thanks,
i have already got that title atribute. maybe i did not
exactly describe my problem. I know what to write i do not know where to :)

I can not find where to put that title atribute in
html templates. Where can i find that part that looks
like <map....>. that`s where i want to put that
"floating descriptions".

I got html and css templates list (Attribute, Attribute Line Item, Basic Blank ...) where should i put my "title`s" ??

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: html templates (notes on diagram)
« Reply #3 on: February 10, 2005, 02:10:38 pm »
Oh I see.

No, the image and map are not (yet) exposed in the html templates.

bruce
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

belunch

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: html templates (notes on diagram)
« Reply #4 on: February 11, 2005, 12:15:37 am »
thats why i can`t  find them :)

it would be nice to add them in near future if it is possible
without much work.

piotrek