This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| pf:prpldocs:particles [2016/07/09 19:34] – created virgilw | pf:prpldocs:particles [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| + | <script type=" | ||
| + | function selectText(containerid) { | ||
| + | if (document.selection) { | ||
| + | var range = document.body.createTextRange(); | ||
| + | range.moveToElementText(document.getElementById(containerid)); | ||
| + | range.select(); | ||
| + | } else if (window.getSelection) { | ||
| + | var range = document.createRange(); | ||
| + | range.selectNode(document.getElementById(containerid)); | ||
| + | window.getSelection().addRange(range); | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | <a href="#" | ||
| + | Save the contents to " | ||
| + | |||
| + | <div id=" | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | |||
| =CMD | =CMD | ||
| =COMMAND TODO | =COMMAND TODO | ||
| Line 8: | Line 30: | ||
| =ENDEX | =ENDEX | ||
| =ENDCMD | =ENDCMD | ||
| + | |||
| + | </ | ||
| + | < | ||