Wolfram Cloud Javascript Access by Rocksetta
basic.html
async.html
dynamic.html
1...
3...
---------------------------------------
2...
Trying to figure out how to control the following using Javascript
abortEvaluation()
addEventListener()
clearSelectionUponKeyboardDismissal()
closeGroup()
copyData()
cutData()
detach()
evaluateCell()
evaluateElements()
evaluateExpression()
evaluateSelection()
getCellContent()
getCellRenderingMethod()
getCells()
getDimensions()
getDynamicModuleVariable()
getElementParent()
getElementUUID()
getElements()
getFunctionTemplates()
getLastGeneratedCell()
getOption()
getScrollPosition()
getSelection()
getUndoState()
insertAutocompletion()
insertCellAtCursor()
insertCellBefore()
insertFunctionTemplate()
isEvaluatable()
moveSelection()
moveSelectionDirections()
openGroup()
pasteData()
redo()
removeCell()
removeEventListener()
selectElements()
selectSeparatorAfterElement()
selectSeparatorBeforeElement()
setAttributes()
setCellContent()
setDynamicModuleVariable()
setOptions()
setScrollPosition()
undo()
Note: To Tweet Wolfram:
@wolframtap GeoGraphics[Text[Style["hello",50]],GeoRange->"World"]
@wolframtap GeoGraphics[Text[Style["hello",50]],GeoRange->"Canada"]
@wolframtap GeoGraphics[Entity["Country", "France"]]
@wolframtap GeoGraphics[
GeoPath[{Entity["City", {"Santiago", "Metropolitana", "Chile"}],
Entity["City", {"Madrid", "Madrid", "Spain"}]}]]
@wolframtap Plot3D[Sin[x]Cos[y],{x,0,5},{y,1,10}]
@wolframtap Manipulate[x,{x,0,1}]