Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Some syntaxis erros where fixed. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
147c7e750c40e99f4143e6f8cceed043 |
User & Date: | cr79387 2013-10-17 15:45:52.223 |
Context
2013-10-18
| ||
18:26 | Avoiden obtrusion and not losing styles Leaf check-in: c1cde28b68 user: cr79387 tags: trunk | |
2013-10-17
| ||
15:45 | Some syntaxis erros where fixed. check-in: 147c7e750c user: cr79387 tags: trunk | |
2013-10-16
| ||
20:26 | Initial Version check-in: fa19852a02 user: cr79387 tags: trunk | |
Changes
Changes to HowTo.html.
|
| < < < | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <head> <style type="text/css"> body { font-family:arial, verdana} .codigo{ color:#C00000;} </style> </head> <body > <div style="margin-left:50px;margin-right=50px;"> <br /> <font color='blue'><h1 align="center">PreprecessorJS</h1></font> <br /> <p> PreprecessorJS is a simple parser to transform simple tokens into <script></script> tags, and rewrites the generated markup,or better said is a kind of preprocessor like PHP, JSP, ASP but using the native javascript as language.</p> <h2>Example:</h2> The default pair of tokens used for <font color="#009966">preprocessorJS</font> (PJS) are <b>"{?" and "?}" </b> and for assignament <b>{?=(<nowiki>[JavascriptVar]</nowiki>) ?}</b> inside these tokens should go javascript code. You can change the pair of tokens inside the preprocessorJS.js changing openToken,assignamentToken and closeToken variables.<br /> <br /> <br /> So for example:<br /> <br /> <div class="codigo"> |
︙ | ︙ | |||
59 60 61 62 63 64 65 | Finally in this version, you can have just GET parameters comming from a HTML Form. Using the array <b>parms['parName']</b> where 'parName' is the parameter corresponding to the name of the elements in your form.<br /> var name= <div class="codigo"> {? <br /> | | | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | Finally in this version, you can have just GET parameters comming from a HTML Form. Using the array <b>parms['parName']</b> where 'parName' is the parameter corresponding to the name of the elements in your form.<br /> var name= <div class="codigo"> {? <br /> var name=params<nowiki>['theName']</nowiki>;<br /> ?}<br /> </div> <br /> <br /> This is licenced under Apache 2.0<br /> <br /> |
︙ | ︙ | |||
85 86 87 88 89 90 91 | <br /> <p> This script was developed by <a href="mailto:carlosru@factware.info">carlosru@factware.info </a>, please use Fossil site. To rise bugs, and ask for a user to contribute to the project. </p> </div> </body> | | | 82 83 84 85 86 87 88 89 | <br /> <p> This script was developed by <a href="mailto:carlosru@factware.info">carlosru@factware.info </a>, please use Fossil site. To rise bugs, and ask for a user to contribute to the project. </p> </div> </body> </nowiki> |