Rev 5958 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5958 | Rev 13602 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !set wims_html_onload=!append word speckInit(); to $wims_html_onload |
4 | !set wims_html_onload=!append word speckInit(); to $wims_html_onload |
5 | !set wims_html_header= !append line <link href="scripts/js/speck/speck.css" rel="stylesheet |
5 | !set wims_html_header= !append line <link href="scripts/js/speck/speck.css" rel="stylesheet"/>\ |
6 | <script |
6 | <script src="scripts/js/speck/speck.js"></script>\ |
7 | <script |
7 | <script>\ |
8 | to $wims_html_header |
8 | to $wims_html_header |
9 | !set speck_keyword=!words2items $wims_read_parm |
9 | !set speck_keyword=!words2items $wims_read_parm |
10 | !set speck_keyword_cnt=!itemcnt $speck_keyword |
10 | !set speck_keyword_cnt=!itemcnt $speck_keyword |
11 | !for speck_i=0 to $speck_keyword_cnt -1 |
11 | !for speck_i=0 to $speck_keyword_cnt -1 |
12 | !set wims_html_header= !append line function editthis$speck_i(){ var input=iEdit['$(speck_keyword[$speck_i+1])'].html();\ |
12 | !set wims_html_header= !append line function editthis$speck_i(){ var input=iEdit['$(speck_keyword[$speck_i+1])'].html();\ |
13 | document.getElementById('$(speck_keyword[$speck_i+1])').innerHTML=input;\ |
13 | document.getElementById('$(speck_keyword[$speck_i+1])').innerHTML=input;\ |
14 | }\ |
14 | }\ |
15 | to $wims_html_header |
15 | to $wims_html_header |
16 | !set wims_id$speck_i=id="$(speck_keyword[$speck_i+1])" class="iEdit" |
16 | !set wims_id$speck_i=id="$(speck_keyword[$speck_i+1])" class="iEdit" |
Line 21... | Line 21... | ||
21 | !set wims_id=$wims_id0 |
21 | !set wims_id=$wims_id0 |
22 | !endif |
22 | !endif |
23 | 23 | ||
24 | !default wims_id= |
24 | !default wims_id= |
25 | !default wims_on_click= |
25 | !default wims_on_click= |
26 | - | ||
27 | - |