]> granicus.if.org Git - graphviz/commitdiff
Update documentation to reflect changes to the id attribute, and its
authorerg <devnull@localhost>
Thu, 27 Jan 2011 00:08:07 +0000 (00:08 +0000)
committererg <devnull@localhost>
Thu, 27 Jan 2011 00:08:07 +0000 (00:08 +0000)
support now in html-like labels.

doc/info/attrs.html
doc/info/shapes.html
doc/infosrc/attrs
doc/infosrc/html.2

index 841dd9b3058de37dbaf3ced83fe13c0952b772d1..7d5cc4a8d94c7b5f916bc0b0ae21358b3175c2b2 100644 (file)
@@ -876,8 +876,13 @@ This field indicates which graph component uses the attribute.
   If provided, it is the reponsiblity of the provider to keep
   its values sufficiently unique for its intended downstream use.
   Note, in particular, that "E" does not provide a unique id for multi-edges.
-  If no id attribute is provided, then a unique internal id is used, however this value is unpredictable by the graph writer.
+  If no id attribute is provided, then a unique internal id is used. However, 
+  this value is unpredictable by the graph writer.
   An externally provided id is not used internally.
+  <P>
+  If the graph provides an id attribute, this will be used as a prefix for
+  internally generated attributes. By making these distinct, the user
+  can include multiple image maps in the same document.
 
 <DT><A NAME=d:image HREF=#a:image><STRONG>image</STRONG></A>
 <DD>  Gives the name of a file containing an image to be displayed inside
index 19145057b89a033dffb598f7b9065251a7e025cc..c1f05bdcf349db0dbb36fb3447e9ede3f0a3d48b 100644 (file)
@@ -475,6 +475,7 @@ Attribute values must appear in double quotes.
   FIXEDSIZE="FALSE|TRUE"
   HEIGHT="<I>value</I>"
   HREF="<I>value</I>"
+  ID="<I>value</I>"
   PORT="<I>portName</I>"
   TARGET="<I>value</I>"
   TITLE="<I>value</I>"
@@ -501,6 +502,7 @@ Attribute values must appear in double quotes.
   FIXEDSIZE="FALSE|TRUE"
   HEIGHT="<I>value</I>"
   HREF="<I>value</I>"
+  ID="<I>value</I>"
   PORT="<I>portName</I>"
   ROWSPAN="<I>value</I>"
   TARGET="<I>value</I>"
@@ -679,7 +681,16 @@ The maximum value is 65535.
 attaches a URL to the object.
 Note that the <TT>"value"</TT> is treated as an
 <A HREF=attrs.html#k:escString>escString</A> similarly to the
-<A HREF=attrs.html#d:URL>URL attribute</A>.
+<A HREF=attrs.html#d:URL>URL</A> attribute.
+</BLOCKQUOTE>
+
+<B><I><FONT SIZE=-1>ID="value"</FONT></I></B>
+<BLOCKQUOTE>
+allows the user to specify a unique ID for a table or cell. See
+the <A HREF=attrs.html#d:id>id</A> attribute for more information.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:id>id</A> attribute.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>POINT-SIZE="value"</FONT></I></B>
@@ -745,7 +756,7 @@ has one.
 See <A HREF="http://www.w3.org/TR/html401/present/frames.html#adef-target">W3C documentation</A>.
 Note that the <TT>"value"</TT> is treated as an
 <A HREF=attrs.html#k:escString>escString</A> similarly to the
-<A HREF=attrs.html#d:target>target attribute</A>.
+<A HREF=attrs.html#d:target>target</A> attribute.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>TITLE="value"</FONT></I></B>
@@ -754,7 +765,7 @@ sets the tooltip annotation attached to the element.
 This is used only if the element has a HREF attribute.
 Note that the <TT>"value"</TT> is treated as an
 <A HREF=attrs.html#k:escString>escString</A> similarly to the
-<A HREF=attrs.html#d:tooltip>tooltip attribute</A>.
+<A HREF=attrs.html#d:tooltip>tooltip</A> attribute.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>TOOLTIP="value"</FONT></I></B>
index 837cc822c95e09b7d739ab229aa3a5b447f9db20..34fb03e2f5df7297235165c2aa49e53d56def090 100644 (file)
@@ -397,8 +397,13 @@ Normal "\N", "\E", "\G" substitutions are applied.
 If provided, it is the reponsiblity of the provider to keep
 its values sufficiently unique for its intended downstream use.
 Note, in particular, that "\E" does not provide a unique id for multi-edges.
-If no id attribute is provided, then a unique internal id is used, however this value is unpredictable by the graph writer.
+If no id attribute is provided, then a unique internal id is used. However, 
+this value is unpredictable by the graph writer.
 An externally provided id is not used internally.
+<P>
+If the graph provides an id attribute, this will be used as a prefix for
+internally generated attributes. By making these distinct, the user
+can include multiple image maps in the same document.
 :image:N:string:"";
 Gives the name of a file containing an image to be displayed inside
 a node. The image file must be in one of the recognized 
index 1132b12defb1fe8d738c54dc6e00f79faf835999..3baa8dbe55eb593e2f95cac48422460c8cd13845 100644 (file)
@@ -32,6 +32,7 @@ Attribute values must appear in double quotes.
   FIXEDSIZE="FALSE|TRUE"
   HEIGHT="<I>value</I>"
   HREF="<I>value</I>"
+  ID="<I>value</I>"
   PORT="<I>portName</I>"
   TARGET="<I>value</I>"
   TITLE="<I>value</I>"
@@ -58,6 +59,7 @@ Attribute values must appear in double quotes.
   FIXEDSIZE="FALSE|TRUE"
   HEIGHT="<I>value</I>"
   HREF="<I>value</I>"
+  ID="<I>value</I>"
   PORT="<I>portName</I>"
   ROWSPAN="<I>value</I>"
   TARGET="<I>value</I>"
@@ -239,6 +241,15 @@ Note that the <TT>"value"</TT> is treated as an
 <A HREF=attrs.html#d:URL>URL</A> attribute.
 </BLOCKQUOTE>
 
+<B><I><FONT SIZE=-1>ID="value"</FONT></I></B>
+<BLOCKQUOTE>
+allows the user to specify a unique ID for a table or cell. See
+the <A HREF=attrs.html#d:id>id</A> attribute for more information.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:id>id</A> attribute.
+</BLOCKQUOTE>
+
 <B><I><FONT SIZE=-1>POINT-SIZE="value"</FONT></I></B>
 <BLOCKQUOTE>
 sets the size of the font, in points, used within the scope of