search for: htmlon

Displaying 3 results from an estimated 3 matches for "htmlon".

Did you mean: htmlor
2007 Feb 14
0
How to use Rpad
...HTML output: <span contenteditable="false"> <input onclick= "javascript:rpad.calculatePage()" value="Calculate" type= "button"></span> </p> <textarea dojoType="Rpad" rows="4" cols="50"> HTMLon() Html(head(dataset)) </textarea> </td><td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> <p>Here is a simple distribution plotting example with a lognormal distribution with meanlog=10 and variable logsd:</p> <p><span content...
2007 Oct 05
0
Rpad textarea handling
...lt;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> </html>
2006 Nov 19
1
How to create a SQL query without ActiveRecord?
I want to write an independent (not model-related) SQL query for some statistic information in an online shop system. So I know I could grab all users with ActiveRecord and then just count the array size, but that would massively waste resources. And I also want MySQL to do some max, min and average calculations. So is there a way to issue a query and get the result set without models being