User Tools

Site Tools


pf:prpldocs:strings

This is an old revision of the document!


<script type="text/javascript"> 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); } } </script>   <a href="#" onclick="selectText('selectable')">Select All</a><br/> Save the contents to "Strings.txt"   <div id="selectable">

=CMD
=COMMAND TODO
=DESC 
TODO
=ENDDESC
=EX 
TODO
=ENDEX
=ENDCMD

</div>

pf/prpldocs/strings.1466702371.txt.gz · Last modified: 2016/06/23 13:19 by virgilw