Rev 5787 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
9052 | obado | 1 | SpeckEdit : open source Javascript Html Editor |
2 | Version : 1.0 (2008) http://speckedit.com |
||
1442 | bpr | 3 | |
9052 | obado | 4 | Pour utiliser speckedit : |
5 | ######################### |
||
6 | |||
1442 | bpr | 7 | avant !header ou !header1, écrire |
8 | !read js/speckedit.phtml xxxx |
||
9 | |||
9052 | obado | 10 | Ce qui donne des valeurs aux variables wims_id : |
11 | id="xxxx" class="iEdit" |
||
1442 | bpr | 12 | et wims_on_click (js) |
13 | |||
9052 | obado | 14 | Puis mettre quelque chose comme : |
15 | !set id=!getopt id in $wims_id |
||
16 | <label for="$id">NOM_DU_CHAMP :</label> |
||
17 | <textarea $wims_id name="motd" cols="72" rows="10" >$var</textarea> |
||
18 | <input type="submit" value="Enregistrer le message" $wims_on_click/> |
||
1442 | bpr | 19 |