Rev 3669 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1442 | bpr | 1 | !if $wims_read_parm!= |
2 | !set wims_html_onload=!append word speckInit(); to $wims_html_onload |
||
3 | !set wims_html_header= !append line <link href="scripts/js/speck/speck.css" rel="stylesheet" type="text/css">\ |
||
4 | <script type="text/javascript" src="scripts/js/speck/speck.js"></script>\ |
||
5 | <script language="javascript" type="text/javascript">\ |
||
6 | function editthis(){ var input=iEdit['$wims_read_parm'].html();\ |
||
7 | document.getElementById('$wims_read_parm').innerHTML=input;\ |
||
8 | }\ |
||
9 | </script> to $wims_html_header |
||
10 | |||
11 | !set wims_id=!append word id="$wims_read_parm" class="iEdit" to $wims_id |
||
12 | !set wims_on_click=!append word onclick="javascript:editthis();" to $wims_on_click |
||
13 | !endif |
||
14 | |||
15 | !default wims_id= |
||
16 | !default wims_on_click= |
||
17 | |||
18 | |||
19 |