dabo Commit Revision 6005 Date: 2010-09-12 13:20:49 -0700 (Sun, 12 Sep 2010) Author: Ed Trac: http://trac.dabodev.com/changeset/6005
Changed: U trunk/demo/samples/dHyperLink.py Log: Added a little more text to the Overview for dHyperLink. Diff: Modified: trunk/demo/samples/dHyperLink.py =================================================================== --- trunk/demo/samples/dHyperLink.py 2010-09-12 20:18:03 UTC (rev 6004) +++ trunk/demo/samples/dHyperLink.py 2010-09-12 20:20:49 UTC (rev 6005) @@ -124,5 +124,7 @@ overview = """ <b>dHyperLink</b> creates a text link that, when clicked, launches the -specified URL in the user's default browser. +specified URL in the user's default browser (if the <b>ShowInBrowser</b> property +is True), or raises a Hit event for your code to respond to (if the <b>ShowInBrowser</b> +property is False). You can control the appearance of the link through its various properties. """ _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
