Rev 4867 | Rev 9052 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1442 | bpr | 1 | Pour utiliser speckedit (//http://speckedit.com) |
2 | |||
3 | avant !header ou !header1, écrire |
||
4 | !read js/speckedit.phtml xxxx |
||
5 | |||
6 | Ce qui donne des valeurs aux variables wims_id : id=xxxx class="iEdit" |
||
7 | et wims_on_click (js) |
||
8 | |||
9 | Puis mettre quelque chose comme. |
||
4867 | bpr | 10 | <textarea $wims_id name="motd" cols="120" rows="10" >$var</textarea> |
5787 | bpr | 11 | <input type="submit" value="Enregistrer le message" $wims_on_click/></center> |
1442 | bpr | 12 |