attr.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <html>
  2. <head>
  3. <title>The attribute table</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>The attribute table</h1>
  7. <p>Many components have <strong>attributes</strong>, which are
  8. properties for configuring how the component behaves or appears. The
  9. <strong>attribute table</strong> is for viewing and displaying a
  10. component's attribute values.</p>
  11. <p>To select which component's attributes you wish to view, click
  12. the component using the Edit tool
  13. (<img src="../../../icons/select.gif" width="16" height="16">).
  14. (You can also right-click (or control-click) the component
  15. and choose Show Attributes from the popup menu. Also,
  16. manipulating a component via the Poke tool
  17. (<img src="../../../icons/poke.gif" width="16" height="16">) or the Text tool
  18. (<img src="../../../icons/text.gif" width="16" height="16">) will display that component's
  19. attributes.)</p>
  20. <p>The below screen shot demonstrates what things look like
  21. after selecting the upper input of our XOR circuit and scrolling
  22. down to view the Label Font attribute.</p>
  23. <center><img src="../../../img-guide/attrlib-pin-attrib.png" width="505" height="301"></center>
  24. <p>To modify an attribute value, click on the value. The
  25. interface for modifying the attribute will depend on which
  26. attribute you are changing; in the case of the Label Font
  27. attribute, a dialog box will appear for selecting the new font;
  28. but some attributes (like Label) will allow you to
  29. edit the value as a text field, while others (like Label
  30. Location) will display a drop-down menu from which to select
  31. the value.</p>
  32. <p>Each component type has a different set of attributes; to
  33. learn what they mean, go to the relevant documentation in the
  34. <a href="../../libs/index.html">Library Reference</a>.</p>
  35. <p>If you've selected multiple components using the Edit tool, then
  36. the attribute table will display attributes that are shared among all
  37. the selected components (excluding any wires). If the selected components
  38. don't all have the same value for the attribute, then the displayed value will
  39. be blank. You can change the value for all selected components' attribute at
  40. once by using the attribute table.</p>
  41. <p><strong>Next:</strong> <a href="tool.html">Tool attributes</a>.</p>
  42. </body>
  43. </html>