Description Usage Arguments Details Value Author(s)
A gtext object modified to use codemirror for syntax highlighting
1 2 |
text |
initial text. |
container |
A parent container. In gWidgetsWWW2 a
parent container is not optional (though it can be substituted
with the |
... |
Used to pass along argument to the parent container's
|
width |
width in pixels of component. Sizing in
gWidgetsWWW2 is sometimes necessary as the arguments
|
height |
height in pixels of the component. |
ext.args |
The contructors of gWidgetsWWW2 ultimately
call an Ext constructor. The options passed to the Ext constructor
may be added to or overridden by use of this argument. Values are
passed in as named list components and with values converted into JavaScript
objects by |
The CodeMirror project (codemirror.net) provides a code editor in
javascript with an R mode. This widget incorporates that into
gWidgetsWWW2. This does R syntax highlighting. To use
codemirror with gtext (and no highlighting), pass the argument
use.codemirror=TRUE
to the gtext
call.
a GCodeMirror reference class
john verzani
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.