ShareCanvas - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DocumentTools[Canvas]

  

ShareCanvas

  

send a canvas to Maple Learn

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ShareCanvas(canvas)

ShareCanvas(canvas, options)

Parameters

canvas

-

XML canvas string

showlink

-

(optional) truefalse

Description

• 

The ShareCanvas command sends the given canvas description to Maple Cloud and creates a share link.  When the share link is clicked or loaded in a browser, the canvas will be opened in Maple Learn.

• 

By default a clickable hyperlink component is inserted into your Maple document when this command executed.  If the option showlink=false is provided, then the link URL will be returned as a string instead.  When using the Command-line version of Maple, the default behavior is to return the string.

Examples

withDocumentTools:-Canvas:

cvNewCanvasQuadratic Formula,x=b±sqrtb24ac2a:

ShareCanvascv

Compatibility

• 

The DocumentTools[Canvas][ShareCanvas] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

Annotate

GetCanvas

Math

NewCanvas

Script

ShowCanvas

Text