search for: htmltag

Displaying 1 result from an estimated 1 matches for "htmltag".

Did you mean: html_tag
2007 Oct 05
0
Rpad textarea handling
...t; <head> <script type="text/javascript" src="gui/Rpad.js"/> </head> <body> <pre dojoType="Rpad" rpadRun="init"> script <- c("test","test") </pre> <pre dojoType="Rpad"> script HTMLon() HTMLtag("textarea",name="script") writeLines(script) HTMLetag("textarea") </pre> </body> </html>