Changes between Version 4 and Version 5 of rp_xml_ele_note


Ignore:
Timestamp:
May 27, 2010 6:17:24 AM (14 years ago)
Author:
dkearney
Comment:

updating note doc to show example of embedding links

Legend:

Unmodified
Added
Removed
Modified
  • rp_xml_ele_note

    v4 v5  
    1717Notes don't have a {{{<current>}}} value and are not treated as real inputs or outputs for the simulator.  They are merely decorations, or helpful hints for the user.
    1818
     19Remember, if you use links inside of your html, you need to preface them with ''{{{http://}}}''.
     20Here's an example:
     21{{{
     22<html>
     23<body>
     24<p>
     25my link is <a href="http://www.nanohub.org">here</a>
     26</p>
     27</body>
     28</html>
     29}}}
     30
    1931You can see working code in the [browser:trunk/examples/zoo zoo of example's] in the [browser:trunk/examples/zoo/note note example] or on the hub in the directory /apps/rappture/examples/zoo/note.