Knowls: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<h2>Knowls</h2> <!-- Header for these sections -- no modification needed --> <!-- 300px|thumb|right|Click to enlarge --> <p style="backgrou...") |
No edit summary |
||
Line 39: | Line 39: | ||
<td style="background-color:#ffcccc;padding:7px;"> | <td style="background-color:#ffcccc;padding:7px;"> | ||
<p> | <p> | ||
Revision as of 15:26, 29 April 2014
Knowls
This PG code shows how to apply a javascript-enabled collection of drag and drop statements.
PG problem file | Explanation |
---|---|
$PAR Here is a knowl \{ knowlLink("click me", value=>'This is the inside of a knowl. If you click again, I will go away') \} $PAR |
Instead of specifying a value, you can specify the url of a file with html in it, and that html will appear in the knowl. Then you can use one file in multiple places. |