Displaying 4 results from an estimated 4 matches for "dojotype".
Did you mean:
doctype
2007 Jan 27
5
Prototype not processing javascript
I''m trying to change over from Rails 1.1.6 to 1.2.1 and have discovered
that either something is wrong with Prototype of else something has
changed that I am not aware of and cannot find documentation on. (I
just joined this group, so if this has already been cussed and
discussed here or in another list then please point me in the right
direction.)
I am trying to use the
2007 Feb 14
0
How to use Rpad
...dojo.js"></script>
<script type="text/javascript" src="gui/Rpad.js"></script>
</head>
<body>
<table><tr valign="top"><td>
<p>Here is a basic R input section followed by the output: </p>
<pre dojoType="Rpad" rpad_type="R">
data(iris)
dataset = iris
options(width=50)
summary(dataset)
</pre>
<p>Now lets do some fancy HTML output: <span contenteditable="false">
<input onclick=
"javascript:rpad.calculatePage()" value="Calcul...
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
...;html>
<head>
<title>example</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="gui/Rpad.js"></script>
</head>
<body>
<pre dojoType="Rpad" rpadRun="init" rpadOutput="html"
rpadHideSource="true">
x <-
"<table><tr><th>A</th><th>B</th></tr><td>a</td><td>b</td></table>"
</pre>
</body...
2007 Oct 05
0
Rpad textarea handling
...thermore, I can't eliminate the leading and trailing
whitespace in the textarea.
Thanks in advance for any ideas,
-Tim Bergsma
Metrum Research Group, LLC
<html>
<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>
</...