Rev 3561 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3561 | Rev 4158 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Inline Trigonometric calculator |
- | |
5 | slib_parms=2\ |
4 | |
6 | Angle:, translation of "angle" in your language\ |
- | |
7 | Value:, translation of "value" in your language |
- | |
8 | slib_author=Georges Khaznadar |
5 | slib_author=Georges Khaznadar |
9 | slib_license=GPL |
6 | slib_license=GPL |
10 | slib_out= Javascript and html code to embed a calculator. |
- | |
11 | slib_comment=N.B.: the calculator is in a DIV element with an id "calc-trigo".\ |
- | |
12 | You can use this property in a CSS stylesheet. |
- | |
- | 7 | ||
13 | slib_example= Angle :, Valeur trigonométrique : |
8 | slib_example= Angle :, Valeur trigonométrique : |
14 | !exit |
9 | !exit |
15 | 10 | ||
16 | :proc |
11 | :proc |
17 | !reset slib_aname, slib_vname, slib_code |
12 | !reset slib_aname, slib_vname, slib_code |