Rev 4349 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
67 | bpr | 1 | !if $wims_read_parm!=slib_header |
13594 | bpr | 2 | !goto proc |
67 | bpr | 3 | !endif |
758 | bpr | 4 | |
4349 | bpr | 5 | slib_author=Bernadette, Perrin-Riou |
67 | bpr | 6 | |
758 | bpr | 7 | slib_example= rouge,, une couleur\ |
8 | mouse here,nojs [DURATION, 1000,TITLE,'First clue'], the word has 5 letters\ |
||
9 | mouse here, [FONTSIZE, '25pt'], .....\ |
||
10 | mouse here, [TITLE, 'Some Title', PADDING, 9],another example\ |
||
11 | |||
67 | bpr | 12 | !exit |
13 | |||
14 | :proc |
||
758 | bpr | 15 | slib_parm=!replace internal option= by in $wims_read_parm |
16 | slib_parmcnt=!itemcnt $slib_parm |
||
17 | !if $slib_parmcnt=2 |
||
13594 | bpr | 18 | slib_parm=$(slib_parm[1]),,$(slib_parm[2]) |
758 | bpr | 19 | !endif |
67 | bpr | 20 | |
758 | bpr | 21 | !read oef/special/tooltip.phtml $slib_parm |
67 | bpr | 22 | |
23 | slib_out= $special_out |